Uses of Class
org.eclipse.persistence.tools.schemaframework.SequenceDefinition
Packages that use SequenceDefinition
-
Uses of SequenceDefinition in org.eclipse.persistence.tools.schemaframework
Subclasses of SequenceDefinition in org.eclipse.persistence.tools.schemaframeworkModifier 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 unarySequenceCounterFieldNameMethods in org.eclipse.persistence.tools.schemaframework that return SequenceDefinitionModifier and TypeMethodDescriptionprotected SequenceDefinition
SchemaManager.buildSequenceDefinition
(Sequence sequence) Methods in org.eclipse.persistence.tools.schemaframework that return types with arguments of type SequenceDefinitionModifier and TypeMethodDescriptionprotected Set
<SequenceDefinition> SchemaManager.buildSequenceDefinitions()
INTERNAL: Build the sequence definitions.Methods in org.eclipse.persistence.tools.schemaframework with parameters of type SequenceDefinitionModifier 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.