Uses of Interface
com.jpattern.orm.persistor.type.ExtendedTypeWrapper

Packages that use ExtendedTypeWrapper
com.jpattern.orm   
com.jpattern.orm.persistor.type   
com.jpattern.orm.persistor.type.ext   
 

Uses of ExtendedTypeWrapper in com.jpattern.orm
 

Methods in com.jpattern.orm with parameters of type ExtendedTypeWrapper
 void JPOrm.register(ExtendedTypeWrapper<?,?> typeWrapper)
           
 void JPO.register(ExtendedTypeWrapper<?,?> typeWrapper)
          Register a new TypeWrapper.
 

Uses of ExtendedTypeWrapper in com.jpattern.orm.persistor.type
 

Methods in com.jpattern.orm.persistor.type with parameters of type ExtendedTypeWrapper
 void TypeFactory.addTypeWrapper(ExtendedTypeWrapper<?,?> typeWrapper)
           
 

Uses of ExtendedTypeWrapper in com.jpattern.orm.persistor.type.ext
 

Classes in com.jpattern.orm.persistor.type.ext that implement ExtendedTypeWrapper
 class BooleanToBigDecimalWrapper
           
 class ByteToBigDecimalWrapper
           
 class CharacterToStringWrapper
           
 class DoubleToBigDecimalWrapper
           
 class FloatToBigDecimalWrapper
           
 class IntegerToBigDecimalWrapper
           
 class JodaDateMidnightToTimestampWrapper
           
 class JodaDateTimeToSqlTimestampWrapper
           
 class JodaLocalDateTimeToSqlTimestampWrapper
           
 class JodaLocalDateToSqlTimestampWrapper
           
 class LongToBigDecimalWrapper
           
 class ShortToBigDecimalWrapper
           
 class UtilDateToSqlTimestampWrapper
           
 



Copyright © 2013. All Rights Reserved.