Package | Description |
---|---|
org.hibernate.jpa.criteria | |
org.hibernate.jpa.criteria.expression | |
org.hibernate.jpa.spi |
Modifier and Type | Class and Description |
---|---|
static class |
ValueHandlerFactory.BaseValueHandler<T> |
static class |
ValueHandlerFactory.BigDecimalValueHandler |
static class |
ValueHandlerFactory.BigIntegerValueHandler |
static class |
ValueHandlerFactory.ByteValueHandler |
static class |
ValueHandlerFactory.DoubleValueHandler |
static class |
ValueHandlerFactory.FloatValueHandler |
static class |
ValueHandlerFactory.IntegerValueHandler |
static class |
ValueHandlerFactory.LongValueHandler |
static class |
ValueHandlerFactory.NoOpValueHandler<T> |
static class |
ValueHandlerFactory.ShortValueHandler |
static class |
ValueHandlerFactory.StringValueHandler |
Modifier and Type | Method and Description |
---|---|
static <T> ValueHandlerFactory.ValueHandler<T> |
ValueHandlerFactory.determineAppropriateHandler(Class<T> targetType)
Determine the appropriate
ValueHandlerFactory.ValueHandler strategy for converting a value
to the given target type |
ValueHandlerFactory.ValueHandler<X> |
TupleElementImplementor.getValueHandler() |
Modifier and Type | Method and Description |
---|---|
List<ValueHandlerFactory.ValueHandler> |
SelectionImplementor.getValueHandlers() |
Modifier and Type | Method and Description |
---|---|
ValueHandlerFactory.ValueHandler<X> |
AbstractTupleElement.getValueHandler() |
ValueHandlerFactory.ValueHandler<T> |
DelegatedExpressionImpl.getValueHandler() |
Modifier and Type | Method and Description |
---|---|
List<ValueHandlerFactory.ValueHandler> |
CompoundSelectionImpl.getValueHandlers() |
List<ValueHandlerFactory.ValueHandler> |
DelegatedExpressionImpl.getValueHandlers() |
List<ValueHandlerFactory.ValueHandler> |
SelectionImpl.getValueHandlers() |
Modifier and Type | Method and Description |
---|---|
protected void |
DelegatedExpressionImpl.forceConversion(ValueHandlerFactory.ValueHandler<T> tValueHandler) |
protected void |
AbstractTupleElement.forceConversion(ValueHandlerFactory.ValueHandler<X> valueHandler) |
Modifier and Type | Method and Description |
---|---|
List<ValueHandlerFactory.ValueHandler> |
HibernateEntityManagerImplementor.QueryOptions.getValueHandlers()
Get the conversions for the individual tuples in the query results.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.