Uses of Class
org.castor.cpa.persistence.sql.keygen.AbstractKeyGenerator

Packages that use AbstractKeyGenerator
org.castor.cpa.persistence.sql.keygen   
 

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

Subclasses of AbstractKeyGenerator in org.castor.cpa.persistence.sql.keygen
 class AbstractAfterKeyGenerator
          Abstract class that implements the KeyGenerator interface for AFTER_INSERT style.
 class AbstractBeforeKeyGenerator
          Abstract Class that implements the KeyGenerator Interface for BEFORE_INSERT style.
 class HighLowKeyGenerator
          HIGH-LOW key generators.
 class IdentityKeyGenerator
          IDENTITY key generator.
 class MaxKeyGenerator
          MAX key generators.
 class NoKeyGenerator
          Key generator implementation that does not generate key.
 class SequenceAfterKeyGenerator
          Extends AbstractAfterKeyGenerator and implements additional methods specific to Sequence Key generator.
 class SequenceBeforeKeyGenerator
          Extends AbstractBeforeKeyGenerator and implements additional methods specific to Sequence Key generator.
 class SequenceDuringKeyGenerator
          Implements methods specific to Sequence During Key generator.
 class UUIDKeyGenerator
          UUID key generator.
 



Copyright © 2010. All Rights Reserved.