Package org.castor.cpa.persistence.sql.keygen

Interface Summary
KeyGenerator Interface for a key generator.
KeyGeneratorFactory Interface for a key generator factories.
 

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.
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.
TableKeyGenerator  
TableKeyGeneratorFactory JPA-specific TABLE key generator factory.
UUIDKeyGenerator UUID key generator.
UUIDKeyGeneratorFactory UUID key generator factory.
 



Copyright © 2011. All Rights Reserved.