| Package | Description |
|---|---|
| org.hibernate.jpa.spi | |
| org.hibernate.query.criteria.internal | |
| org.hibernate.query.criteria.internal.expression |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ValueHandlerFactory.ValueHandler> |
HibernateEntityManagerImplementor.QueryOptions.getValueHandlers()
Get the conversions for the individual tuples in the query results.
|
| Constructor and Description |
|---|
CriteriaQueryTupleTransformer(java.util.List<ValueHandlerFactory.ValueHandler> valueHandlers,
java.util.List tupleElements) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ValueHandlerFactory.BaseValueHandler<T> |
static class |
ValueHandlerFactory.BigDecimalValueHandler |
static class |
ValueHandlerFactory.BigIntegerValueHandler |
static class |
ValueHandlerFactory.BooleanValueHandler |
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(java.lang.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 |
|---|---|
java.util.List<ValueHandlerFactory.ValueHandler> |
SelectionImplementor.getValueHandlers() |
| Modifier and Type | Method and Description |
|---|---|
ValueHandlerFactory.ValueHandler<T> |
DelegatedExpressionImpl.getValueHandler() |
ValueHandlerFactory.ValueHandler<X> |
AbstractTupleElement.getValueHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ValueHandlerFactory.ValueHandler> |
DelegatedExpressionImpl.getValueHandlers() |
java.util.List<ValueHandlerFactory.ValueHandler> |
SelectionImpl.getValueHandlers() |
java.util.List<ValueHandlerFactory.ValueHandler> |
CompoundSelectionImpl.getValueHandlers() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DelegatedExpressionImpl.forceConversion(ValueHandlerFactory.ValueHandler<T> tValueHandler) |
protected void |
AbstractTupleElement.forceConversion(ValueHandlerFactory.ValueHandler<X> valueHandler) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.