Package org.hibernate.tool.maven
Class GenerateHbmMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.hibernate.tool.maven.AbstractGenerationMojo
org.hibernate.tool.maven.GenerateHbmMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generateHbm",
defaultPhase=GENERATE_SOURCES)
public class GenerateHbmMojo
extends AbstractGenerationMojo
Mojo to generate hbm.xml files from an existing database.
See: https://docs.jboss.org/tools/latest/en/hibernatetools/html_single/#d0e4821
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecuteExporter(MetadataDescriptor metadataDescriptor) Methods inherited from class org.hibernate.tool.maven.AbstractGenerationMojo
executeMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
GenerateHbmMojo
public GenerateHbmMojo()
-
-
Method Details
-
executeExporter
- Specified by:
executeExporterin classAbstractGenerationMojo
-