Class ObjectFactory
java.lang.Object
io.ebeaninternal.dbmigration.migration.ObjectFactory
public class ObjectFactory extends Object
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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: io.ebeaninternal.dbmigration.migration -
Method Summary
-
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
-