org.codehaus.mojo.hibernate3.exporter
Class Hbm2HbmXmlExporterMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.hibernate3.HibernateExporterMojo
org.codehaus.mojo.hibernate3.exporter.Hbm2HbmXmlExporterMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo, ExporterMojo
public class Hbm2HbmXmlExporterMojo
- extends HibernateExporterMojo
Generates a set of hbm.xml files
- Version:
- $Id: Hbm2HbmXmlExporterMojo.java 6588 2008-03-28 12:22:57Z bentmann $
- Author:
- Johann Reyes
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Method Summary |
protected org.hibernate.tool.hbm2x.Exporter |
createExporter()
Instantiates a org.hibernate.tool.hbm2x.HibernateMappingExporter object. |
String |
getName()
Returns hbm2hbmxml. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Hbm2HbmXmlExporterMojo
public Hbm2HbmXmlExporterMojo()
- Default constructor.
getName
public String getName()
- Returns hbm2hbmxml.
- Returns:
- String goal's name
createExporter
protected final org.hibernate.tool.hbm2x.Exporter createExporter()
- Instantiates a org.hibernate.tool.hbm2x.HibernateMappingExporter object.
- Specified by:
createExporter
in class HibernateExporterMojo
- Returns:
- HibernateMappingExporter
Copyright © 2005-2010 Codehaus. All Rights Reserved.