Uses of Class
net.java.ao.schema.ddl.DDLAction
Packages that use DDLAction
-
Uses of DDLAction in net.java.ao
Methods in net.java.ao with parameters of type DDLActionModifier and TypeMethodDescriptionDatabaseProvider.renderAction
(NameConverters nameConverters, DDLAction action) Top level delegating method for the process of rendering a database-agnosticDDLAction
into the database-specific SQL actions. -
Uses of DDLAction in net.java.ao.schema.ddl
Methods in net.java.ao.schema.ddl that return DDLActionModifier and TypeMethodDescriptionDDLActionBuilder.build()
static DDLAction[]
SchemaReader.diffSchema
(TypeManager typeManager, DDLTable[] fromArray, DDLTable[] ontoArray, boolean caseSensitive) Returns the difference betweenfrom
andonto
with a bias towardfrom
.static DDLAction
DDLActions.newAlterAddKey
(DDLForeignKey key) static DDLAction
static DDLAction[]
SchemaReader.sortTopologically
(DDLAction[] actions) Methods in net.java.ao.schema.ddl with parameters of type DDLActionModifier and TypeMethodDescriptionstatic DDLAction[]
SchemaReader.sortTopologically
(DDLAction[] actions)