Uses of Class
org.eclipse.persistence.sequencing.StandardSequence
-
Packages that use StandardSequence Package Description org.eclipse.persistence.eis org.eclipse.persistence.sequencing -
-
Uses of StandardSequence in org.eclipse.persistence.eis
Subclasses of StandardSequence in org.eclipse.persistence.eis Modifier and Type Class Description classEISSequenceTheEISSequenceclass allows access to sequence resources using custom read (ValueReadQuery) and update (DataModifyQuery) queries and a user specified preallocation size. -
Uses of StandardSequence in org.eclipse.persistence.sequencing
Subclasses of StandardSequence in org.eclipse.persistence.sequencing Modifier and Type Class Description classNativeSequencePurpose: Define a database's native sequencing mechanism.classQuerySequencePurpose: An generic query sequence mechanism.classTableSequencePurpose: Defines sequencing through using a SEQUENCE table.classUnaryTableSequencePurpose: Defines sequencing through using a singleton sequence table.
-