Package org.castor.cpa.persistence.sql.keygen
package org.castor.cpa.persistence.sql.keygen
-
ClassDescriptionAbstract class that implements the KeyGenerator interface for AFTER_INSERT style.Abstract Class that implements the KeyGenerator Interface for BEFORE_INSERT style.Abstract Class that implements the KeyGenerator Interface and provide implementation for methods that are common in more than one subclass of this AbstractKeyGenerator.HIGH-LOW key generators.HIGH-LOW key generator factory.IDENTITY key generator.IDENTITY key generator factory.Interface for a key generator.Interface for a key generator factories.Registry for
KeyGeneratorFactory
implementations obtained from the Castor properties file and used by the JDO mapping configuration file.MAX key generators.MAX key generator factory.Key generator implementation that does not generate key.Factory for instantiating NoKeyGenerator objects.Extends AbstractAfterKeyGenerator and implements additional methods specific to Sequence Key generator.Extends AbstractBeforeKeyGenerator and implements additional methods specific to Sequence Key generator.Implements methods specific to Sequence During Key generator.SEQUENCE key generator factory.JPA-specific TABLE key generator factory.UUID key generator.UUID key generator factory.