@DefaultAnnotation(value=javax.annotation.Nonnull.class)

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>>  
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  
ObjectType  
ShortType  
StringType  
TimestampType  
TimeType  
URLType  
UtilDateType  
 

Package com.mysema.query.sql.types Description

Types for de/serialization to ResultSet and PreparedStatement



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