|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
KeyGenerator | Interface for a key generator. |
KeyGeneratorFactory | Interface for a key generator factories. |
KeyGeneratorTypeHandler<T> | Interface for various type handlers. |
Class Summary | |
---|---|
AbstractAfterKeyGenerator | Abstract class that implements the KeyGenerator interface for AFTER_INSERT style. |
AbstractBeforeKeyGenerator | Abstract Class that implements the KeyGenerator Interface for BEFORE_INSERT style. |
AbstractKeyGenerator | Abstract Class that implements the KeyGenerator Interface and provide implementation for methods that are common in more than one subclass of this AbstractKeyGenerator. |
HighLowKeyGenerator | HIGH-LOW key generators. |
HighLowKeyGeneratorFactory | HIGH-LOW key generator factory. |
HighLowValueHandler<T> | |
IdentityKeyGenerator | IDENTITY key generator. |
IdentityKeyGeneratorFactory | IDENTITY key generator factory. |
KeyGeneratorFactoryRegistry | Registry for KeyGeneratorFactory implementations obtained from the Castor properties
file and used by the JDO mapping configuration file. |
KeyGeneratorTypeHandlerBigDecimal | Class implementing the KeyGeneratorTypeHandler for BigDecimal type. |
KeyGeneratorTypeHandlerInteger | Class implementing the KeyGeneratorTypeHandler for Integer type. |
KeyGeneratorTypeHandlerLong | Class implementing the KeyGeneratorTypeHandler for Long type. |
KeyGeneratorTypeHandlerString | Class implementing the KeyGeneratorTypeHandler for String type. |
MaxKeyGenerator | MAX key generators. |
MaxKeyGeneratorFactory | MAX key generator factory. |
NoKeyGenerator | Key generator implementation that does not generate key. |
NoKeyGeneratorFactory | Factory for instantiating NoKeyGenerator objects. |
SequenceAfterKeyGenerator | Extends AbstractAfterKeyGenerator and implements additional methods specific to Sequence Key generator. |
SequenceBeforeKeyGenerator | Extends AbstractBeforeKeyGenerator and implements additional methods specific to Sequence Key generator. |
SequenceDuringKeyGenerator | Implements methods specific to Sequence During Key generator. |
SequenceKeyGeneratorFactory | SEQUENCE key generator factory. |
UUIDKeyGenerator | UUID key generator. |
UUIDKeyGeneratorFactory | UUID key generator factory. |
|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |