Uses of Class
org.apache.openjpa.lib.ant.AbstractTask
-
Packages that use AbstractTask Package Description org.apache.openjpa.ant OpenJPA Ant Tasksorg.apache.openjpa.jdbc.ant OpenJPA-JDBC Ant Tasks -
-
Uses of AbstractTask in org.apache.openjpa.ant
Subclasses of AbstractTask in org.apache.openjpa.ant Modifier and Type Class Description class
ApplicationIdToolTask
Executes the application id tool on the specified files.class
MetaDataToolTask
Executes the metadata tool on the specified files.class
PCEnhancerTask
Executes the enhancer on the specified files. -
Uses of AbstractTask in org.apache.openjpa.jdbc.ant
Subclasses of AbstractTask in org.apache.openjpa.jdbc.ant Modifier and Type Class Description class
MappingToolTask
Executes theMappingTool
on the specified files.class
ReverseMappingToolTask
Executes theReverseMappingTool
on the specified XML files.class
SchemaToolTask
Executes theSchemaTool
on the specified XML schema definition files.
-