Uses of Class
org.eclipse.persistence.tools.schemaframework.SequenceDefinition
-
Uses of SequenceDefinition in org.eclipse.persistence.tools.schemaframework
Modifier and TypeClassDescriptionclass
Purpose: Sequence definition Native Sequence object.class
Purpose: Allow a generic way of creating sequences on the different platforms, and allow optional parameters to be specified.class
Purpose: Creates / drops an unary sequence table: the name of the table is sequence name; its only field is named unarySequenceCounterFieldNameModifier and TypeMethodDescriptionprotected SequenceDefinition
SchemaManager.buildSequenceDefinition
(Sequence sequence) Modifier and TypeMethodDescriptionprotected Set
<SequenceDefinition> SchemaManager.buildSequenceDefinitions()
INTERNAL: Build the sequence definitions.Modifier and TypeMethodDescriptionvoid
SchemaManager.alterSequence
(SequenceDefinition sequenceDefinition) Use the definition to alter sequence.protected void
SchemaManager.processSequenceDefinition
(SequenceDefinition definition, boolean createTables, boolean createSequences, boolean replace, Set<String> createdTableNames, Set<String> droppedTableNames) Method creates database tables/objects.