Package org.hibernate.tool.maven
Class AbstractGenerationMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.hibernate.tool.maven.AbstractGenerationMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
GenerateDaoMojo,GenerateDdlMojo,GenerateHbmMojo,GenerateJavaMojo
public abstract class AbstractGenerationMojo extends org.apache.maven.plugin.AbstractMojo
-
-
Constructor Summary
Constructors Constructor Description AbstractGenerationMojo()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidexecute()protected abstract voidexecuteExporter(MetadataDescriptor metadataDescriptor)
-
-
-
Method Detail
-
execute
public void execute()
-
executeExporter
protected abstract void executeExporter(MetadataDescriptor metadataDescriptor)
-
-