Uses of Interface
org.castor.cpa.persistence.sql.keygen.typehandler.KeyGeneratorTypeHandler

Packages that use KeyGeneratorTypeHandler
org.castor.cpa.persistence.sql.keygen   
org.castor.cpa.persistence.sql.keygen.typehandler   
 

Uses of KeyGeneratorTypeHandler in org.castor.cpa.persistence.sql.keygen
 

Constructors in org.castor.cpa.persistence.sql.keygen with parameters of type KeyGeneratorTypeHandler
HighLowValueHandler(String table, int grab, KeyGeneratorTypeHandler<T> typeHandler)
           
 

Uses of KeyGeneratorTypeHandler in org.castor.cpa.persistence.sql.keygen.typehandler
 

Classes in org.castor.cpa.persistence.sql.keygen.typehandler that implement KeyGeneratorTypeHandler
 class KeyGeneratorTypeHandlerBigDecimal
          Class implementing the KeyGeneratorTypeHandler for BigDecimal type.
 class KeyGeneratorTypeHandlerInteger
          Class implementing the KeyGeneratorTypeHandler for Integer type.
 class KeyGeneratorTypeHandlerLong
          Class implementing the KeyGeneratorTypeHandler for Long type.
 class KeyGeneratorTypeHandlerShort
          Class implementing the KeyGeneratorTypeHandler for Short type.
 class KeyGeneratorTypeHandlerString
          Class implementing the KeyGeneratorTypeHandler for String type.
 

Methods in org.castor.cpa.persistence.sql.keygen.typehandler that return KeyGeneratorTypeHandler
static KeyGeneratorTypeHandler<?> KeyGeneratorTypeHandlerFactory.getTypeHandler(int sqlType, int allocationSize)
          Returns an KeyGeneratorTypeHandler instance.
 



Copyright © 2012. All Rights Reserved.