| Package | Description |
|---|---|
| org.castor.cpa.persistence.sql.keygen | |
| org.castor.cpa.persistence.sql.keygen.typehandler |
| Constructor and Description |
|---|
HighLowValueHandler(String table,
int grab,
KeyGeneratorTypeHandler<T> typeHandler) |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyGeneratorTypeHandler<?> |
KeyGeneratorTypeHandlerFactory.getTypeHandler(int sqlType,
int allocationSize)
Returns an
KeyGeneratorTypeHandler instance. |
Copyright © 2014. All rights reserved.