Uses of Interface
org.hibernate.ejb.criteria.ValueHandlerFactory.ValueHandler

Packages that use ValueHandlerFactory.ValueHandler
org.hibernate.ejb   
org.hibernate.ejb.criteria   
org.hibernate.ejb.criteria.expression   
 

Uses of ValueHandlerFactory.ValueHandler in org.hibernate.ejb
 

Methods in org.hibernate.ejb that return types with arguments of type ValueHandlerFactory.ValueHandler
 List<ValueHandlerFactory.ValueHandler> HibernateEntityManagerImplementor.Options.getValueHandlers()
          Get the conversions for the individual tuples in the query results.
 

Uses of ValueHandlerFactory.ValueHandler in org.hibernate.ejb.criteria
 

Classes in org.hibernate.ejb.criteria that implement ValueHandlerFactory.ValueHandler
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
           
 

Methods in org.hibernate.ejb.criteria that return ValueHandlerFactory.ValueHandler
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()
           
 

Methods in org.hibernate.ejb.criteria that return types with arguments of type ValueHandlerFactory.ValueHandler
 List<ValueHandlerFactory.ValueHandler> SelectionImplementor.getValueHandlers()
           
 List<ValueHandlerFactory.ValueHandler> CriteriaQueryCompiler.RenderedCriteriaQuery.getValueHandlers()
           
 

Uses of ValueHandlerFactory.ValueHandler in org.hibernate.ejb.criteria.expression
 

Methods in org.hibernate.ejb.criteria.expression that return ValueHandlerFactory.ValueHandler
 ValueHandlerFactory.ValueHandler<X> AbstractTupleElement.getValueHandler()
          
 

Methods in org.hibernate.ejb.criteria.expression that return types with arguments of type ValueHandlerFactory.ValueHandler
 List<ValueHandlerFactory.ValueHandler> SelectionImpl.getValueHandlers()
           
 List<ValueHandlerFactory.ValueHandler> CompoundSelectionImpl.getValueHandlers()
           
 

Methods in org.hibernate.ejb.criteria.expression with parameters of type ValueHandlerFactory.ValueHandler
protected  void AbstractTupleElement.forceConversion(ValueHandlerFactory.ValueHandler<X> valueHandler)
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.