Skip navigation links
A B C D E F G H I L O P R S T U V W 

A

append(StringBuilder, String, int) - Method in class de.jpdigital.maven.plugins.hibernate4ddl.HelpMojo
Append a description to the buffer by respecting the indentSize and lineLength parameters.

B

build() - Method in class de.jpdigital.maven.plugins.hibernate4ddl.HelpMojo
 

C

ClassLoaderCreator(List<URL>) - Constructor for class de.jpdigital.maven.plugins.hibernate4ddl.EntityFinder.ClassLoaderCreator
 
classPathElemToUrl(String) - Static method in class de.jpdigital.maven.plugins.hibernate4ddl.EntityFinder
Helper method for converting a fully qualified package name from the string representation to a a URL.
classPathUrls - Variable in class de.jpdigital.maven.plugins.hibernate4ddl.EntityFinder.ClassLoaderCreator
 
configuration - Variable in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo.PersistenceXmlHandler
 
convertDialect(String, Set<Dialect>) - Method in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
Helper method for converting the dialects from String to instances of the Dialect enumeration.
createDropStatments - Variable in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
Set this to true to include drop statements into the generated DDL file.
createOutputDir() - Method in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
Helper for creating the output directory if it does not exist.
createOutputFilePath(Dialect) - Method in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
 

D

de.jpdigital.maven.plugins.hibernate4ddl - package de.jpdigital.maven.plugins.hibernate4ddl
 
DEFAULT_LINE_LENGTH - Static variable in class de.jpdigital.maven.plugins.hibernate4ddl.HelpMojo
 
detail - Variable in class de.jpdigital.maven.plugins.hibernate4ddl.HelpMojo
If true, display all settable properties for each goal.
Dialect - Enum in de.jpdigital.maven.plugins.hibernate4ddl
This enumeration provides constants for all dialects supported by Hibernate.
Dialect(String) - Constructor for enum de.jpdigital.maven.plugins.hibernate4ddl.Dialect
Private constructor, used to create the Enum instances for each dialect.
dialectClass - Variable in enum de.jpdigital.maven.plugins.hibernate4ddl.Dialect
Property for holding the name of the Hibernate dialect class.
dialects - Variable in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
Database dialects for which create scripts shall be generated.

E

EntityFinder - Class in de.jpdigital.maven.plugins.hibernate4ddl
Helper class for finding the entity classes.
EntityFinder(Reflections) - Constructor for class de.jpdigital.maven.plugins.hibernate4ddl.EntityFinder
 
EntityFinder.ClassLoaderCreator - Class in de.jpdigital.maven.plugins.hibernate4ddl
 
execute() - Method in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
The Mojo's execute method.
execute() - Method in class de.jpdigital.maven.plugins.hibernate4ddl.HelpMojo

F

findEntities() - Method in class de.jpdigital.maven.plugins.hibernate4ddl.EntityFinder
Finds all entity classes in the package for which the instance of this class was created..
findNamedChild(Node, String) - Method in class de.jpdigital.maven.plugins.hibernate4ddl.HelpMojo
 
findSingleChild(Node, String) - Method in class de.jpdigital.maven.plugins.hibernate4ddl.HelpMojo
 
forPackage(MavenProject, Log, String) - Static method in class de.jpdigital.maven.plugins.hibernate4ddl.EntityFinder
Creates an EntityFinder for the provided package.

G

generateDdl(Dialect, Set<Class<?>>) - Method in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
Helper method for generating the DDL classes for a specific dialect.
GenerateDdlMojo - Class in de.jpdigital.maven.plugins.hibernate4ddl
Goal which creates DDL SQL files for the JPA entities in the project (using the Hibernate 4 SchemaExport class}.
GenerateDdlMojo() - Constructor for class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
 
GenerateDdlMojo.PersistenceXmlHandler - Class in de.jpdigital.maven.plugins.hibernate4ddl
 
getDialectClass() - Method in enum de.jpdigital.maven.plugins.hibernate4ddl.Dialect
Getter for the dialect class.
getDialects() - Method in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
 
getIndentLevel(String) - Static method in class de.jpdigital.maven.plugins.hibernate4ddl.HelpMojo
Gets the indentation level of the specified line.
getOutputDirectory() - Method in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
 
getPackages() - Method in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
 
getPersistenceXml() - Method in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
 
getPropertyFromExpression(String) - Method in class de.jpdigital.maven.plugins.hibernate4ddl.HelpMojo
 
getSingleChild(Node, String) - Method in class de.jpdigital.maven.plugins.hibernate4ddl.HelpMojo
 
getValue(Node, String) - Method in class de.jpdigital.maven.plugins.hibernate4ddl.HelpMojo
 
goal - Variable in class de.jpdigital.maven.plugins.hibernate4ddl.HelpMojo
The name of the goal for which to show help.

H

HelpMojo - Class in de.jpdigital.maven.plugins.hibernate4ddl
Display help information on hibernate4-ddl-maven-plugin.
HelpMojo() - Constructor for class de.jpdigital.maven.plugins.hibernate4ddl.HelpMojo
 

I

indentSize - Variable in class de.jpdigital.maven.plugins.hibernate4ddl.HelpMojo
The number of spaces per indentation level, should be positive.
isCreateDropStatments() - Method in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
 
isNotEmpty(String) - Static method in class de.jpdigital.maven.plugins.hibernate4ddl.HelpMojo
 
isUseEnvers() - Method in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
 

L

lineLength - Variable in class de.jpdigital.maven.plugins.hibernate4ddl.HelpMojo
The maximum length of a display line, should be positive.

O

outputDirectory - Variable in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
Location of the output file.

P

packages - Variable in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
Packages containing the entity files for which the SQL DDL scripts shall be generated.
persistenceXml - Variable in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
The persistence.xml file to use to read properties etc.
PersistenceXmlHandler(Configuration) - Constructor for class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo.PersistenceXmlHandler
 
PLUGIN_HELP_PATH - Static variable in class de.jpdigital.maven.plugins.hibernate4ddl.HelpMojo
 
processPersistenceXml(Configuration) - Method in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
 
project - Variable in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
 

R

reflections - Variable in class de.jpdigital.maven.plugins.hibernate4ddl.EntityFinder
 
repeat(String, int) - Static method in class de.jpdigital.maven.plugins.hibernate4ddl.HelpMojo
Repeat a String n times to form a new string.
run() - Method in class de.jpdigital.maven.plugins.hibernate4ddl.EntityFinder.ClassLoaderCreator
 

S

setCreateDropStatements(boolean) - Method in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
 
setDialects(String...) - Method in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
 
setOutputDirectory(File) - Method in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
 
setPackages(String...) - Method in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
 
setPersistenceXml(File) - Method in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
 
setUseEnvers(boolean) - Method in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
 
startElement(String, String, String, Attributes) - Method in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo.PersistenceXmlHandler
 

T

toLines(String, int, int, int) - Static method in class de.jpdigital.maven.plugins.hibernate4ddl.HelpMojo
Splits the specified text into lines of convenient display length.
toLines(List<String>, String, int, int) - Static method in class de.jpdigital.maven.plugins.hibernate4ddl.HelpMojo
Adds the specified line to the output sequence, performing line wrapping if necessary.

U

useEnvers - Variable in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
Set this to true if you use the Envers feature of Hibernate.

V

valueOf(String) - Static method in enum de.jpdigital.maven.plugins.hibernate4ddl.Dialect
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.jpdigital.maven.plugins.hibernate4ddl.Dialect
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeGoal(StringBuilder, String, Element) - Method in class de.jpdigital.maven.plugins.hibernate4ddl.HelpMojo
 
writeOutputFile(Dialect, Path) - Method in class de.jpdigital.maven.plugins.hibernate4ddl.GenerateDdlMojo
Helper method for writing the output files if necessary.
writeParameter(StringBuilder, Node, Node) - Method in class de.jpdigital.maven.plugins.hibernate4ddl.HelpMojo
 
A B C D E F G H I L O P R S T U V W 
Skip navigation links

Copyright © 2014–2016 Jens Pelzetter. All rights reserved.