Uses of Interface
org.codehaus.mojo.hibernate3.HibernateMojo

Packages that use HibernateMojo
org.codehaus.mojo.hibernate3   
 

Uses of HibernateMojo in org.codehaus.mojo.hibernate3
 

Classes in org.codehaus.mojo.hibernate3 that implement HibernateMojo
 class AbstractHibernateMojo
          Abstract class for any hibernate goal.
 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.