Uses of Interface
org.hibernate.internal.util.type.PrimitiveWrapperHelper.PrimitiveWrapperDescriptor
-
Packages that use PrimitiveWrapperHelper.PrimitiveWrapperDescriptor Package Description org.hibernate.internal.util.type -
-
Uses of PrimitiveWrapperHelper.PrimitiveWrapperDescriptor in org.hibernate.internal.util.type
Classes in org.hibernate.internal.util.type that implement PrimitiveWrapperHelper.PrimitiveWrapperDescriptor Modifier and Type Class Description static classPrimitiveWrapperHelper.BooleanDescriptorstatic classPrimitiveWrapperHelper.ByteDescriptorstatic classPrimitiveWrapperHelper.CharacterDescriptorstatic classPrimitiveWrapperHelper.DoubleDescriptorstatic classPrimitiveWrapperHelper.FloatDescriptorstatic classPrimitiveWrapperHelper.IntegerDescriptorstatic classPrimitiveWrapperHelper.LongDescriptorstatic classPrimitiveWrapperHelper.ShortDescriptorMethods in org.hibernate.internal.util.type that return PrimitiveWrapperHelper.PrimitiveWrapperDescriptor Modifier and Type Method Description static <X> PrimitiveWrapperHelper.PrimitiveWrapperDescriptor<X>PrimitiveWrapperHelper. getDescriptorByPrimitiveType(Class<X> primitiveClazz)static <X> PrimitiveWrapperHelper.PrimitiveWrapperDescriptor<X>PrimitiveWrapperHelper. getDescriptorByWrapperType(Class<X> wrapperClass)
-