Class ObjectFactory
java.lang.Object
io.ebeaninternal.dbmigration.migration.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the io.ebeaninternal.dbmigration.migration package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: io.ebeaninternal.dbmigration.migration -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAddColumnCreate an instance ofAddHistoryTableCreate an instance ofAddTableCommentCreate an instance ofAddUniqueConstraintCreate an instance ofAlterColumnCreate an instance ofAlterForeignKeyCreate an instance ofAlterHistoryTableCreate an instance ofApplyCreate an instance ofChangeSetCreate an instance ofColumnCreate an instance ofConfigurationCreate an instance ofCreateIndexCreate an instance ofCreateTableCreate an instance ofDdlScriptCreate an instance ofDefaultTablespaceCreate an instance ofDropColumnCreate an instance ofDropHistoryTableCreate an instance ofDropIndexCreate an instance ofDropTableCreate an instance ofForeignKeyCreate an instance ofMigrationCreate an instance ofRenameColumnCreate an instance ofRenameTableCreate an instance ofRollbackCreate an instance ofSqlCreate an instance ofUniqueConstraint
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: io.ebeaninternal.dbmigration.migration
-
-
Method Details
-
createAddUniqueConstraint
Create an instance ofAddUniqueConstraint -
createCreateTable
Create an instance ofCreateTable -
createColumn
Create an instance ofColumn -
createDdlScript
Create an instance ofDdlScript -
createUniqueConstraint
Create an instance ofUniqueConstraint -
createForeignKey
Create an instance ofForeignKey -
createConfiguration
Create an instance ofConfiguration -
createDefaultTablespace
Create an instance ofDefaultTablespace -
createRenameTable
Create an instance ofRenameTable -
createDropHistoryTable
Create an instance ofDropHistoryTable -
createAlterForeignKey
Create an instance ofAlterForeignKey -
createDropColumn
Create an instance ofDropColumn -
createSql
Create an instance ofSql -
createApply
Create an instance ofApply -
createRollback
Create an instance ofRollback -
createDropIndex
Create an instance ofDropIndex -
createRenameColumn
Create an instance ofRenameColumn -
createDropTable
Create an instance ofDropTable -
createAddColumn
Create an instance ofAddColumn -
createAddTableComment
Create an instance ofAddTableComment -
createAlterColumn
Create an instance ofAlterColumn -
createCreateIndex
Create an instance ofCreateIndex -
createChangeSet
Create an instance ofChangeSet -
createAddHistoryTable
Create an instance ofAddHistoryTable -
createAlterHistoryTable
Create an instance ofAlterHistoryTable -
createMigration
Create an instance ofMigration
-