Uses of Class
org.eclipse.persistence.sequencing.Sequence
-
-
Uses of Sequence in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors declared as Sequence Modifier and Type Field Description protected SequenceClassDescriptor. sequenceStore the Sequence used for the descriptor.Methods in org.eclipse.persistence.descriptors that return Sequence Modifier and Type Method Description SequenceClassDescriptor. getSequence()Return the descriptor's sequence.Methods in org.eclipse.persistence.descriptors with parameters of type Sequence Modifier and Type Method Description voidClassDescriptor. setSequence(Sequence sequence)Set the descriptor's sequence. -
Uses of Sequence in org.eclipse.persistence.dynamic
Methods in org.eclipse.persistence.dynamic with parameters of type Sequence Modifier and Type Method Description voidDynamicTypeBuilder. configureSequencing(Sequence sequence, String numberName, String numberFieldName)Configure sequencing specifying the sequence type to use. -
Uses of Sequence in org.eclipse.persistence.eis
Subclasses of Sequence 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 Sequence in org.eclipse.persistence.internal.databaseaccess
Fields in org.eclipse.persistence.internal.databaseaccess declared as Sequence Modifier and Type Field Description protected SequenceDatasourcePlatform. defaultSequenceStore default sequenceFields in org.eclipse.persistence.internal.databaseaccess with type parameters of type Sequence Modifier and Type Field Description protected Map<String,Sequence>DatasourcePlatform. sequencesStore map of sequence names to sequencesMethods in org.eclipse.persistence.internal.databaseaccess that return Sequence Modifier and Type Method Description protected SequenceDatabasePlatform. createPlatformDefaultSequence()INTERNAL: Create platform-default Sequenceprotected SequenceDatasourcePlatform. createPlatformDefaultSequence()INTERNAL: Create platform-default SequenceSequenceDatasourcePlatform. getDefaultSequence()Get default sequenceSequencePlatform. getDefaultSequence()Get default sequence.SequenceDatasourcePlatform. getDefaultSequenceToWrite()INTERNAL: Used only for writing into XML or Java.SequencePlatform. getDefaultSequenceToWrite()INTERNAL: Used only for writing into XML or Java.SequenceDatasourcePlatform. getSequence(String seqName)Get sequence corresponding to the nameSequencePlatform. getSequence(String seqName)Get sequence corresponding to the name.SequenceDatasourcePlatform. removeSequence(String seqName)Remove sequence corresponding to name.SequencePlatform. removeSequence(String seqName)Remove sequence corresponding to the name (the sequence was added through addSequence method) Don't use if the session is connected.Methods in org.eclipse.persistence.internal.databaseaccess that return types with arguments of type Sequence Modifier and Type Method Description Map<String,Sequence>DatasourcePlatform. getSequences()INTERNAL: Returns a map of sequence names to Sequences (may be null).Map<String,Sequence>Platform. getSequences()INTERNAL: Returns a map of sequence names to Sequences (may be null).Map<String,Sequence>DatasourcePlatform. getSequencesToWrite()INTERNAL: Used only for writing into XML or Java.Map<String,Sequence>Platform. getSequencesToWrite()INTERNAL: Used only for writing into XML or Java.Methods in org.eclipse.persistence.internal.databaseaccess with parameters of type Sequence Modifier and Type Method Description voidDatasourcePlatform. addSequence(Sequence sequence)Add sequence corresponding to the namevoidDatasourcePlatform. addSequence(Sequence sequence, boolean isSessionConnected)Add sequence corresponding to the name.voidPlatform. addSequence(Sequence sequence)Add sequence.voidPlatform. addSequence(Sequence sequence, boolean isConnected)Add sequence.voidDatasourcePlatform. setDefaultSequence(Sequence sequence)Set default sequence.voidPlatform. setDefaultSequence(Sequence sequence)Set default sequence.Method parameters in org.eclipse.persistence.internal.databaseaccess with type arguments of type Sequence Modifier and Type Method Description voidDatasourcePlatform. setSequences(Map<String,Sequence> sequences)INTERNAL: Sets sequences - for XML support onlyvoidPlatform. setSequences(Map<String,Sequence> sequences)INTERNAL: Used only for reading from XML. -
Uses of Sequence in org.eclipse.persistence.internal.sessions
Methods in org.eclipse.persistence.internal.sessions with parameters of type Sequence Modifier and Type Method Description voidDatabaseSessionImpl. addSequence(Sequence sequence)PUBLIC: Add the sequence to the session. -
Uses of Sequence in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories that return Sequence Modifier and Type Method Description protected SequenceSessionsFactory. buildSequence(SequenceConfig sequenceConfig)INTERNAL: Builds a Sequence from the given SequenceConfig. -
Uses of Sequence in org.eclipse.persistence.sequencing
Subclasses of Sequence in org.eclipse.persistence.sequencing Modifier and Type Class Description classDefaultSequencePurpose: Reference to the default sequence.classNativeSequencePurpose: Define a database's native sequencing mechanism.classQuerySequencePurpose: An generic query sequence mechanism.classStandardSequencePurpose: An abstract class providing default sequence behavior.classTableSequencePurpose: Defines sequencing through using a SEQUENCE table.classUnaryTableSequencePurpose: Defines sequencing through using a singleton sequence table.classUUIDSequenceMethods in org.eclipse.persistence.sequencing that return Sequence Modifier and Type Method Description SequenceDefaultSequence. getDefaultSequence()INTERNAL: Return the platform's default sequence.Methods in org.eclipse.persistence.sequencing with parameters of type Sequence Modifier and Type Method Description static booleanSequence. equalNameAndSize(Sequence seq1, Sequence seq2)INTERNAL: Used in equals. -
Uses of Sequence in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions that return Sequence Modifier and Type Method Description SequenceDatasourceLogin. getDefaultSequence()Get default sequenceSequenceDatasourceLogin. getDefaultSequenceToWrite()INTERNAL: Used only for writing the login into XML or Java.SequenceDatasourceLogin. getSequence(String seqName)Get sequence corresponding to the nameSequenceDatasourceLogin. removeSequence(String seqName)Remove sequence corresponding to name.Methods in org.eclipse.persistence.sessions that return types with arguments of type Sequence Modifier and Type Method Description Map<String,Sequence>DatasourceLogin. getSequences()Returns a map of sequence names to Sequences (may be null).Map<String,Sequence>DatasourceLogin. getSequencesToWrite()INTERNAL: Used only for writing the login into XML or Java.Methods in org.eclipse.persistence.sessions with parameters of type Sequence Modifier and Type Method Description voidDatabaseSession. addSequence(Sequence sequence)PUBLIC: Add the sequence to the session.voidDatasourceLogin. addSequence(Sequence sequence)Add sequence corresponding to the name Don't use if the session is connected.voidDatasourceLogin. setDefaultSequence(Sequence sequence)Set default sequenceMethod parameters in org.eclipse.persistence.sessions with type arguments of type Sequence Modifier and Type Method Description voidDatasourceLogin. setSequences(Map<String,Sequence> sequences)INTERNAL: Used only for reading the login from XML. -
Uses of Sequence in org.eclipse.persistence.sessions.broker
Methods in org.eclipse.persistence.sessions.broker with parameters of type Sequence Modifier and Type Method Description voidSessionBroker. addSequence(Sequence sequence)PUBLIC: You cannot add a sequence to a session broker, you must add it to its session. -
Uses of Sequence in org.eclipse.persistence.sessions.factories
Methods in org.eclipse.persistence.sessions.factories with parameters of type Sequence Modifier and Type Method Description protected StringProjectClassGenerator. setDefaultOrAddSequenceString(Sequence sequence, boolean isSetDefault) -
Uses of Sequence in org.eclipse.persistence.tools.schemaframework
Fields in org.eclipse.persistence.tools.schemaframework declared as Sequence Modifier and Type Field Description protected SequenceSequenceDefinition. sequenceMethods in org.eclipse.persistence.tools.schemaframework with parameters of type Sequence Modifier and Type Method Description protected SequenceDefinitionSchemaManager. buildSequenceDefinition(Sequence sequence)Constructors in org.eclipse.persistence.tools.schemaframework with parameters of type Sequence Constructor Description SequenceDefinition(Sequence sequence)SequenceObjectDefinition(Sequence sequence)INTERNAL: Should be a sequence defining sequence object in the db: either NativeSequence with shouldAcquireValueAfterInsert() returning false; or DefaultSequence (only if case platform.getDefaultSequence() is a NativeSequence with shouldAcquireValueAfterInsert() returning false).TableSequenceDefinition(Sequence sequence, boolean deleteSchema)INTERNAL: Should be a sequence defining table sequence in the db: either TableSequence DefaultSequence (only if case platform.getDefaultSequence() is a TableSequence).UnaryTableSequenceDefinition(Sequence sequence)INTERNAL: Should be a sequence defining unary table sequence in the db: either UnaryTableSequence DefaultSequence (only if case platform.getDefaultSequence() is an UnaryTableSequence).UnaryTableSequenceDefinition(Sequence sequence, boolean deleteSchema)
-