Uses of Class
org.eclipse.persistence.tools.schemaframework.SequenceDefinition
-
Packages that use SequenceDefinition Package Description org.eclipse.persistence.tools.schemaframework -
-
Uses of SequenceDefinition in org.eclipse.persistence.tools.schemaframework
Subclasses of SequenceDefinition in org.eclipse.persistence.tools.schemaframework Modifier and Type Class Description classSequenceObjectDefinitionPurpose: Sequence definition Native Sequence object.classTableSequenceDefinitionPurpose: Allow a generic way of creating sequences on the different platforms, and allow optional parameters to be specified.classUnaryTableSequenceDefinitionPurpose: 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 SequenceDefinition Modifier and Type Method Description protected SequenceDefinitionSchemaManager. buildSequenceDefinition(Sequence sequence)Methods in org.eclipse.persistence.tools.schemaframework that return types with arguments of type SequenceDefinition Modifier and Type Method Description protected Set<SequenceDefinition>SchemaManager. buildSequenceDefinitions()INTERNAL: Build the sequence definitions.Methods in org.eclipse.persistence.tools.schemaframework with parameters of type SequenceDefinition Modifier and Type Method Description voidSchemaManager. alterSequence(SequenceDefinition sequenceDefinition)Use the definition to alter sequence.protected voidSchemaManager. processSequenceDefinition(SequenceDefinition definition, boolean createTables, boolean createSequences, boolean replace, Set<String> createdTableNames, Set<String> droppedTableNames)Method creates database tables/objects.
-