Uses of Package
org.hibernate.type.descriptor.java

Packages that use org.hibernate.type.descriptor.java
org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. 
org.hibernate.type.descriptor.java   
org.hibernate.type.descriptor.sql Defines handling of the standard JDBC-defined types, as declared by Types
 

Classes in org.hibernate.type.descriptor.java used by org.hibernate.type
BooleanTypeDescriptor
          Descriptor for Boolean handling.
JavaTypeDescriptor
          Descriptor for the Java side of a value mapping.
MutabilityPlan
          TODO : javadoc
 

Classes in org.hibernate.type.descriptor.java used by org.hibernate.type.descriptor.java
AbstractTypeDescriptor
          Abstract adapter for Java type descriptors.
ArrayMutabilityPlan
          A mutability plan for arrays.
BigDecimalTypeDescriptor
          Descriptor for BigDecimal handling.
BigIntegerTypeDescriptor
          Descriptor for BigInteger handling.
BlobTypeDescriptor
          Descriptor for Blob handling.
BlobTypeDescriptor.BlobMutabilityPlan
           
BooleanTypeDescriptor
          Descriptor for Boolean handling.
ByteArrayTypeDescriptor
          TODO : javadoc
ByteTypeDescriptor
          Descriptor for Byte handling.
CalendarDateTypeDescriptor
          Descriptor for Calendar handling, but just for the date (month, day, year) portion.
CalendarTypeDescriptor
          Descriptor for Calendar handling.
CalendarTypeDescriptor.CalendarMutabilityPlan
           
CharacterArrayTypeDescriptor
          TODO : javadoc
CharacterTypeDescriptor
          Descriptor for Character handling.
ClassTypeDescriptor
          TODO : javadoc
ClobTypeDescriptor
          Descriptor for Clob handling.
ClobTypeDescriptor.ClobMutabilityPlan
           
CurrencyTypeDescriptor
          TODO : javadoc
DateTypeDescriptor
          TODO : javadoc
DateTypeDescriptor.DateMutabilityPlan
           
DoubleTypeDescriptor
          Descriptor for Double handling.
FloatTypeDescriptor
          Descriptor for Float handling.
ImmutableMutabilityPlan
          Mutability plan for immutable objects
IncomparableComparator
          TODO : javadoc
IntegerTypeDescriptor
          Descriptor for Integer handling.
JavaTypeDescriptor
          Descriptor for the Java side of a value mapping.
JdbcDateTypeDescriptor
          TODO : javadoc
JdbcDateTypeDescriptor.DateMutabilityPlan
           
JdbcTimestampTypeDescriptor
          TODO : javadoc
JdbcTimestampTypeDescriptor.TimestampMutabilityPlan
           
JdbcTimeTypeDescriptor
          TODO : javadoc
JdbcTimeTypeDescriptor.TimeMutabilityPlan
           
LocaleTypeDescriptor
          TODO : javadoc
LocaleTypeDescriptor.LocaleComparator
           
LongTypeDescriptor
          Descriptor for Long handling.
MutabilityPlan
          TODO : javadoc
MutableMutabilityPlan
          Mutability plan for mutable objects
PrimitiveByteArrayTypeDescriptor
          Descriptor for byte[] handling.
PrimitiveCharacterArrayTypeDescriptor
          TODO : javadoc
SerializableTypeDescriptor.SerializableMutabilityPlan
           
ShortTypeDescriptor
          Descriptor for Short handling.
StringTypeDescriptor
          Descriptor for String handling.
TimeZoneTypeDescriptor
          Descriptor for TimeZone handling.
TimeZoneTypeDescriptor.TimeZoneComparator
           
UrlTypeDescriptor
          Descriptor for URL handling.
UUIDTypeDescriptor
          Descriptor for UUID handling.
UUIDTypeDescriptor.PassThroughTransformer
           
UUIDTypeDescriptor.ToBytesTransformer
           
UUIDTypeDescriptor.ToStringTransformer
           
UUIDTypeDescriptor.ValueTransformer
           
 

Classes in org.hibernate.type.descriptor.java used by org.hibernate.type.descriptor.sql
JavaTypeDescriptor
          Descriptor for the Java side of a value mapping.
 



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