package

org.hibernate.type.descriptor.java

Interfaces

JavaTypeDescriptor<T> Descriptor for the Java side of a value mapping. 
MutabilityPlan<T> TODO : javadoc 
UUIDTypeDescriptor.ValueTransformer  

Classes

AbstractTypeDescriptor<T> Abstract adapter for Java type descriptors. 
ArrayMutabilityPlan<T> A mutability plan for arrays. 
BigDecimalTypeDescriptor Descriptor for BigDecimal handling. 
BigIntegerTypeDescriptor Descriptor for BigInteger handling. 
BinaryStreamImpl Implementation of BinaryStream 
BlobTypeDescriptor Descriptor for Blob handling. 
BlobTypeDescriptor.BlobMutabilityPlan  
BooleanTypeDescriptor Descriptor for Boolean handling. 
ByteArrayTypeDescriptor TODO : javadoc 
ByteTypeDescriptor Descriptor for Byte handling. 
CalendarDateTypeDescriptor Descriptor for java.util.Calendar handling, but just for the date (month, day, year) portion. 
CalendarTypeDescriptor Descriptor for Calendar handling. 
CalendarTypeDescriptor.CalendarMutabilityPlan  
CharacterArrayTypeDescriptor TODO : javadoc 
CharacterStreamImpl Implementation of CharacterStream 
CharacterTypeDescriptor Descriptor for Character handling. 
ClassTypeDescriptor TODO : javadoc 
ClobTypeDescriptor Descriptor for Clob handling. 
ClobTypeDescriptor.ClobMutabilityPlan  
CurrencyTypeDescriptor TODO : javadoc 
DataHelper A help for dealing with BLOB and CLOB data 
DateTypeDescriptor TODO : javadoc 
DateTypeDescriptor.DateMutabilityPlan  
DoubleTypeDescriptor Descriptor for Double handling. 
FloatTypeDescriptor Descriptor for Float handling. 
ImmutableMutabilityPlan<T> Mutability plan for immutable objects 
IncomparableComparator TODO : javadoc 
IntegerTypeDescriptor Descriptor for Integer handling. 
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. 
MutableMutabilityPlan<T> Mutability plan for mutable objects 
PrimitiveByteArrayTypeDescriptor Descriptor for byte[] handling. 
PrimitiveCharacterArrayTypeDescriptor TODO : javadoc 
SerializableTypeDescriptor<T extends Serializable> TODO : javadoc 
SerializableTypeDescriptor.SerializableMutabilityPlan<S extends Serializable>  
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