Package com.mysema.query.sql.types

Types for de/serialization to ResultSet and PreparedStatement

See:
          Description

Interface Summary
Type<T> Defines the de/serialization of a typed Java object from a ResultSet or to a PreparedStatement
 

Class Summary
AbstractNumberType<T extends Number & Comparable<T>>  
AbstractType<T>  
BigDecimalType  
BlobType  
BooleanType  
BytesType  
ByteType  
CharacterType  
ClobType  
DateTimeType  
DateType  
DoubleType  
EnumByNameType<T extends Enum<T>>  
EnumByOrdinalType<T extends Enum<T>>  
FloatType  
InputStreamType  
IntegerType  
LocalDateTimeType  
LocalDateType  
LocalTimeType  
LongType  
LongVarBinaryBytesType  
Null  
NullType  
ObjectType  
ShortType  
StringType  
TimestampType  
TimeType  
UntypedNullType  
URLType  
UtilDateType  
 

Package com.mysema.query.sql.types Description

Types for de/serialization to ResultSet and PreparedStatement



Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.