Class Hibernate52GenerateDdlMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- de.jpdigital.maven.plugins.hibernate5ddl.GenerateDdlMojo
-
- de.jpdigital.maven.plugins.hibernate5ddl.Hibernate52GenerateDdlMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="gen-ddl", defaultPhase=PROCESS_CLASSES, requiresDependencyResolution=COMPILE_PLUS_RUNTIME, threadSafe=true) public class Hibernate52GenerateDdlMojo extends GenerateDdlMojoProvides a goal which creates DDL SQL files for the JPA entities in the project (using the Hibernate 5 SchemaExport class}. The actual logic is inGenerateDdlMojo, but without this class Maven does not find the goal.- Author:
- Jens Pelzetter
-
-
Constructor Summary
Constructors Constructor Description Hibernate52GenerateDdlMojo()
-
Method Summary
-
Methods inherited from class de.jpdigital.maven.plugins.hibernate5ddl.GenerateDdlMojo
execute, getCustomDialects, getDialectNameFromClassName, getDialects, getOutputDirectory, getOutputFileNamePrefix, getOutputFileNameSuffix, getPackages, getPersistenceProperties, getPersistencePropertiesToUse, getPersistenceXml, getProject, isCreateDropStatements, isIncludeTestClasses, isOmitDialectFromFileName, setCreateDropStatements, setCustomDialects, setDialects, setIncludeTestClasses, setOmitDialectFromFileName, setOutputDirectory, setOutputFileNamePrefix, setOutputFileNameSuffix, setPackages, setPersistenceProperties, setPersistencePropertiesToUse, setPersistenceXml, setProject, writeOutputFile
-
-