Package org.castor.cpa.persistence.sql.keygen.typehandler
-
Interface Summary Interface Description KeyGeneratorTypeHandler<T> Interface for various type handlers. -
Class Summary Class Description KeyGeneratorTypeHandlerBigDecimal Class implementing the KeyGeneratorTypeHandler for BigDecimal type.KeyGeneratorTypeHandlerFactory Factory for creatingKeyGeneratorTypeHandler
instances.KeyGeneratorTypeHandlerInteger Class implementing the KeyGeneratorTypeHandler for Integer type.KeyGeneratorTypeHandlerLong Class implementing the KeyGeneratorTypeHandler for Long type.KeyGeneratorTypeHandlerShort Class implementing theKeyGeneratorTypeHandler
forShort
type.KeyGeneratorTypeHandlerString Class implementing the KeyGeneratorTypeHandler for String type.