Package | Description |
---|---|
org.hibernate.ejb | |
org.hibernate.ejb.criteria | |
org.hibernate.ejb.criteria.expression |
Modifier and Type | Method and Description |
---|---|
List<ValueHandlerFactory.ValueHandler> |
HibernateEntityManagerImplementor.Options.getValueHandlers()
Get the conversions for the individual tuples in the query results.
|
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() |
List<ValueHandlerFactory.ValueHandler> |
CriteriaQueryCompiler.RenderedCriteriaQuery.getValueHandlers() |
Modifier and Type | Method and Description |
---|---|
ValueHandlerFactory.ValueHandler<X> |
AbstractTupleElement.getValueHandler() |
Modifier and Type | Method and Description |
---|---|
List<ValueHandlerFactory.ValueHandler> |
SelectionImpl.getValueHandlers() |
List<ValueHandlerFactory.ValueHandler> |
CompoundSelectionImpl.getValueHandlers() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTupleElement.forceConversion(ValueHandlerFactory.ValueHandler<X> valueHandler) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.