Package | Description |
---|---|
org.castor.cpa.persistence.sql.keygen |
Modifier and Type | Class and Description |
---|---|
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 |
TableKeyGenerator |
class |
UUIDKeyGenerator
UUID key generator.
|
Copyright © 2018. All rights reserved.