Uses of Class
org.codehaus.mojo.hibernate3.AbstractHibernateMojo

Packages that use AbstractHibernateMojo
org.codehaus.mojo.hibernate3   
 

Uses of AbstractHibernateMojo in org.codehaus.mojo.hibernate3
 

Subclasses of AbstractHibernateMojo in org.codehaus.mojo.hibernate3
 class AbstractHibernateToolMojo
          Abstract class for any implementing "hibernatetool" goal.
 class GenericExporterMojo
          "hbmtemplate" generic exporter that can be controlled by a user provided template or class.
 class Hbm2CfgXmlExporterMojo
          "hbm2cfgxml" generates a hibernate.cfg.xml.
 class Hbm2DAOExporterMojo
          "hbm2dao" generates a set of DAOs.
 class Hbm2DDLExporterMojo
          "hbm2ddl" lets you run schemaexport and schemaupdate which generates the appropriate SQL DDL and allow you to store the result in a file or export it directly to the database.
 class Hbm2DocExporterMojo
          "hbm2doc" generates html documentation a'la javadoc for the database schema.
 class Hbm2HbmXmlExporterMojo
          "hbm2hbmxml" generates a set of .hbm files.
 class Hbm2JavaExporterMojo
          "hbm2java" is a java code generator.
 class HbmLintExporterMojo
          "hbmlint" scans mappings for errors.
 class InstrumentExporterMojo
          Goal for "cglib" or "javassist" instrumentation.
 class QueryExporterMojo
          "query" is used to execute a HQL query statements and optionally send the output to a file.
 class RunExporterMojo
          "AntRun" wrapper.
 



Copyright © 2005-2012 Codehaus. All Rights Reserved.