Uses of Class
org.apache.openjpa.jdbc.schema.SchemaTool.Flags
-
Packages that use SchemaTool.Flags Package Description org.apache.openjpa.jdbc.ant OpenJPA-JDBC Ant Tasksorg.apache.openjpa.jdbc.schema OpenJPA-JDBC Schema Management -
-
Uses of SchemaTool.Flags in org.apache.openjpa.jdbc.ant
Fields in org.apache.openjpa.jdbc.ant declared as SchemaTool.Flags Modifier and Type Field Description protected SchemaTool.Flags
SchemaToolTask. flags
-
Uses of SchemaTool.Flags in org.apache.openjpa.jdbc.schema
Methods in org.apache.openjpa.jdbc.schema with parameters of type SchemaTool.Flags Modifier and Type Method Description static boolean
SchemaTool. run(JDBCConfiguration conf, java.lang.String[] args, SchemaTool.Flags flags, java.lang.ClassLoader loader)
Run the tool.
-