com.mysema.query.sql.types
Class AbstractType<T>

java.lang.Object
  extended by com.mysema.query.sql.types.AbstractType<T>
All Implemented Interfaces:
Type<T>
Direct Known Subclasses:
AbstractNumberType, BigDecimalType, BlobType, BooleanType, BytesType, CharacterType, ClobType, DateTimeType, DateType, EnumByNameType, EnumByOrdinalType, InputStreamType, LocalDateTimeType, LocalDateType, LocalTimeType, NullType, ObjectType, StringType, TimestampType, TimeType, UntypedNullType, URLType, UtilDateType

public abstract class AbstractType<T>
extends Object
implements Type<T>


Constructor Summary
AbstractType(int type)
           
 
Method Summary
 int[] getSQLTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.mysema.query.sql.types.Type
getReturnedClass, getValue, setValue
 

Constructor Detail

AbstractType

public AbstractType(int type)
Method Detail

getSQLTypes

public final int[] getSQLTypes()
Specified by:
getSQLTypes in interface Type<T>


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