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-agnosticDDLActioninto 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 betweenfromandontowith a bias towardfrom.static DDLActionDDLActions.newAlterAddKey(DDLForeignKey key) static DDLActionstatic DDLAction[]SchemaReader.sortTopologically(DDLAction[] actions) Methods in net.java.ao.schema.ddl with parameters of type DDLActionModifier and TypeMethodDescriptionstatic DDLAction[]SchemaReader.sortTopologically(DDLAction[] actions)