A C D E G H I J O P R S V

A

AbstractComponentConfiguration - Class in org.codehaus.mojo.hibernate3.configuration
 
AbstractComponentConfiguration() - Constructor for class org.codehaus.mojo.hibernate3.configuration.AbstractComponentConfiguration
 
addDefaultComponent(String, String, boolean) - Method in class org.codehaus.mojo.hibernate3.HibernateExporterMojo
Adds a default goal.
AnnotationComponentConfiguration - Class in org.codehaus.mojo.hibernate3.configuration
 
AnnotationComponentConfiguration() - Constructor for class org.codehaus.mojo.hibernate3.configuration.AnnotationComponentConfiguration
 

C

Component - Class in org.codehaus.mojo.hibernate3.exporter
Bean in charge to hold the default values needed to run a goal.
Component() - Constructor for class org.codehaus.mojo.hibernate3.exporter.Component
 
ComponentConfiguration - Interface in org.codehaus.mojo.hibernate3.configuration
 
configureExporter(Exporter) - Method in class org.codehaus.mojo.hibernate3.exporter.GenericExporterMojo
 
configureExporter(Exporter) - Method in class org.codehaus.mojo.hibernate3.exporter.Hbm2CfgXmlExporterMojo
 
configureExporter(Exporter) - Method in class org.codehaus.mojo.hibernate3.exporter.Hbm2JavaGeneratorMojo
 
configureExporter(Exporter) - Method in class org.codehaus.mojo.hibernate3.HibernateExporterMojo
Configures the Exporter.
createConfiguration() - Method in class org.codehaus.mojo.hibernate3.configuration.AbstractComponentConfiguration
 
createConfiguration() - Method in class org.codehaus.mojo.hibernate3.configuration.AnnotationComponentConfiguration
 
createConfiguration() - Method in class org.codehaus.mojo.hibernate3.configuration.DefaultComponentConfiguration
 
createConfiguration() - Method in class org.codehaus.mojo.hibernate3.configuration.JDBCComponentConfiguration
 
createConfiguration() - Method in class org.codehaus.mojo.hibernate3.configuration.JPAComponentConfiguration
 
createExporter() - Method in class org.codehaus.mojo.hibernate3.exporter.GenericExporterMojo
Instantiates a org.hibernate.tool.hbm2x.Exporter object.
createExporter() - Method in class org.codehaus.mojo.hibernate3.exporter.Hbm2CfgXmlExporterMojo
Instantiates a org.hibernate.tool.hbm2x.HibernateConfigurationExporter object.
createExporter() - Method in class org.codehaus.mojo.hibernate3.exporter.Hbm2DAOExporterMojo
Instantiates a org.hibernate.tool.hbm2x.DAOExporter object.
createExporter() - Method in class org.codehaus.mojo.hibernate3.exporter.Hbm2DDLExporterMojo
This method is not to be used.
createExporter() - Method in class org.codehaus.mojo.hibernate3.exporter.Hbm2DocExporterMojo
Instantiates a org.hibernate.tool.hbm2x.DocExporter object.
createExporter() - Method in class org.codehaus.mojo.hibernate3.exporter.Hbm2HbmXmlExporterMojo
Instantiates a org.hibernate.tool.hbm2x.HibernateMappingExporter object.
createExporter() - Method in class org.codehaus.mojo.hibernate3.exporter.Hbm2JavaGeneratorMojo
Instantiates a org.hibernate.tool.hbm2x.POJOExporter object.
createExporter() - Method in class org.codehaus.mojo.hibernate3.HibernateExporterMojo
Gets the hibernate tool exporter based on the goal that is being called.

D

DefaultComponentConfiguration - Class in org.codehaus.mojo.hibernate3.configuration
 
DefaultComponentConfiguration() - Constructor for class org.codehaus.mojo.hibernate3.configuration.DefaultComponentConfiguration
 
doConfiguration(Configuration) - Method in class org.codehaus.mojo.hibernate3.configuration.AbstractComponentConfiguration
 
doConfiguration(Configuration) - Method in class org.codehaus.mojo.hibernate3.configuration.DefaultComponentConfiguration
 
doConfiguration(Configuration) - Method in class org.codehaus.mojo.hibernate3.configuration.JDBCComponentConfiguration
 
doExecute() - Method in class org.codehaus.mojo.hibernate3.exporter.Hbm2DDLExporterMojo
Overrides the default implementation of executing this goal.
doExecute() - Method in class org.codehaus.mojo.hibernate3.HibernateExporterMojo
Executes the plugin in an isolated classloader.

E

execute() - Method in class org.codehaus.mojo.hibernate3.HibernateExporterMojo
 
ExporterMojo - Interface in org.codehaus.mojo.hibernate3
Interface for the different types of exporters found in hibernate-tools.

G

GenericExporterMojo - Class in org.codehaus.mojo.hibernate3.exporter
Generic exporter that can be controlled by a user provided template or class.
GenericExporterMojo() - Constructor for class org.codehaus.mojo.hibernate3.exporter.GenericExporterMojo
Default constructor.
getClass(String, String) - Static method in class org.codehaus.mojo.hibernate3.HibernateUtils
Returns an instance of a class or if not found a default one.
getClass(String) - Static method in class org.codehaus.mojo.hibernate3.HibernateUtils
Returns an instance of a class or else return a null.
getClass(String, Class) - Static method in class org.codehaus.mojo.hibernate3.HibernateUtils
 
getComponent() - Method in class org.codehaus.mojo.hibernate3.HibernateExporterMojo
Returns the parsed goal to the exporter.
getComponentConfiguration(String) - Method in class org.codehaus.mojo.hibernate3.HibernateExporterMojo
Returns the ComponentConfiguration for this maven goal.
getComponentProperty(String) - Method in interface org.codehaus.mojo.hibernate3.ExporterMojo
Returns the value from the componentProperties element which key is the one being passed.
getComponentProperty(String, String) - Method in interface org.codehaus.mojo.hibernate3.ExporterMojo
Returns the value from the componentProperties element which key is the one being passed, or if is null or empty then returns the default value being specified.
getComponentProperty(String, boolean) - Method in interface org.codehaus.mojo.hibernate3.ExporterMojo
Returns the value from the componentProperties element as a boolean value, or if a value is not found returns the default value.
getComponentProperty(String) - Method in class org.codehaus.mojo.hibernate3.HibernateExporterMojo
 
getComponentProperty(String, boolean) - Method in class org.codehaus.mojo.hibernate3.HibernateExporterMojo
 
getComponentProperty(String, String) - Method in class org.codehaus.mojo.hibernate3.HibernateExporterMojo
 
getConfiguration(ExporterMojo) - Method in class org.codehaus.mojo.hibernate3.configuration.AbstractComponentConfiguration
 
getConfiguration(ExporterMojo) - Method in interface org.codehaus.mojo.hibernate3.configuration.ComponentConfiguration
 
getConfigurationFile() - Method in class org.codehaus.mojo.hibernate3.configuration.AbstractComponentConfiguration
 
getExporterMojo() - Method in class org.codehaus.mojo.hibernate3.configuration.AbstractComponentConfiguration
 
getFile(File, String) - Static method in class org.codehaus.mojo.hibernate3.HibernateUtils
Returns a File object if the file exists and is a file or a null if it doesn't meet the criteria.
getImplementation() - Method in class org.codehaus.mojo.hibernate3.exporter.Component
Returns the alias of the Configuration class that this goal uses.
getJavaVersion() - Static method in class org.codehaus.mojo.hibernate3.HibernateUtils
Returns "1.5" if the java.version system property starts with 1.5 or 1.6.
getName() - Method in class org.codehaus.mojo.hibernate3.configuration.AnnotationComponentConfiguration
 
getName() - Method in interface org.codehaus.mojo.hibernate3.configuration.ComponentConfiguration
 
getName() - Method in class org.codehaus.mojo.hibernate3.configuration.DefaultComponentConfiguration
 
getName() - Method in class org.codehaus.mojo.hibernate3.configuration.JDBCComponentConfiguration
 
getName() - Method in class org.codehaus.mojo.hibernate3.configuration.JPAComponentConfiguration
 
getName() - Method in class org.codehaus.mojo.hibernate3.exporter.Component
Returns this goal's name.
getName() - Method in class org.codehaus.mojo.hibernate3.exporter.GenericExporterMojo
Returns hbmtemplate.
getName() - Method in class org.codehaus.mojo.hibernate3.exporter.Hbm2CfgXmlExporterMojo
Returns hbm2cfgxml.
getName() - Method in class org.codehaus.mojo.hibernate3.exporter.Hbm2DAOExporterMojo
Returns hbm2java.
getName() - Method in class org.codehaus.mojo.hibernate3.exporter.Hbm2DDLExporterMojo
Returns hbm2ddl.
getName() - Method in class org.codehaus.mojo.hibernate3.exporter.Hbm2DocExporterMojo
Returns hbm2doc.
getName() - Method in class org.codehaus.mojo.hibernate3.exporter.Hbm2HbmXmlExporterMojo
Returns hbm2hbmxml.
getName() - Method in class org.codehaus.mojo.hibernate3.exporter.Hbm2JavaGeneratorMojo
Returns hbm2java.
getName() - Method in interface org.codehaus.mojo.hibernate3.ExporterMojo
Name of the goal being invoked.
getOutputDirectory() - Method in class org.codehaus.mojo.hibernate3.exporter.Component
Returns the output directory for this goal.
getPath(File, String) - Static method in class org.codehaus.mojo.hibernate3.HibernateUtils
Returns a path of *only* of a file that exists.
getProject() - Method in interface org.codehaus.mojo.hibernate3.ExporterMojo
Returns the MavenProject object.
getProject() - Method in class org.codehaus.mojo.hibernate3.HibernateExporterMojo
 
getPropertyFile() - Method in class org.codehaus.mojo.hibernate3.configuration.AbstractComponentConfiguration
 

H

Hbm2CfgXmlExporterMojo - Class in org.codehaus.mojo.hibernate3.exporter
Generates hibernate.cfg.xml
Hbm2CfgXmlExporterMojo() - Constructor for class org.codehaus.mojo.hibernate3.exporter.Hbm2CfgXmlExporterMojo
Default constructor.
Hbm2DAOExporterMojo - Class in org.codehaus.mojo.hibernate3.exporter
Base class for the different hibernate3 goals based on the Ant tasks of hibernate tools.
Hbm2DAOExporterMojo() - Constructor for class org.codehaus.mojo.hibernate3.exporter.Hbm2DAOExporterMojo
Default constructor.
Hbm2DDLExporterMojo - Class in org.codehaus.mojo.hibernate3.exporter
Generates database schema.
Hbm2DDLExporterMojo() - Constructor for class org.codehaus.mojo.hibernate3.exporter.Hbm2DDLExporterMojo
Default constructor.
Hbm2DocExporterMojo - Class in org.codehaus.mojo.hibernate3.exporter
Generates HTML documentation for the database schema.
Hbm2DocExporterMojo() - Constructor for class org.codehaus.mojo.hibernate3.exporter.Hbm2DocExporterMojo
Default constructor.
Hbm2HbmXmlExporterMojo - Class in org.codehaus.mojo.hibernate3.exporter
Generates a set of hbm.xml files
Hbm2HbmXmlExporterMojo() - Constructor for class org.codehaus.mojo.hibernate3.exporter.Hbm2HbmXmlExporterMojo
Default constructor.
Hbm2JavaGeneratorMojo - Class in org.codehaus.mojo.hibernate3.exporter
Generates Java classes from set of *.hbm.xml files
Hbm2JavaGeneratorMojo() - Constructor for class org.codehaus.mojo.hibernate3.exporter.Hbm2JavaGeneratorMojo
Default constructor.
HibernateExporterMojo - Class in org.codehaus.mojo.hibernate3
Base class for the different hibernate3 goals based on the Ant tasks of hibernate tools.
HibernateExporterMojo() - Constructor for class org.codehaus.mojo.hibernate3.HibernateExporterMojo
 
HibernateUtils - Class in org.codehaus.mojo.hibernate3
Utility class.
HibernateUtils() - Constructor for class org.codehaus.mojo.hibernate3.HibernateUtils
 

I

isCompileSourceRoot() - Method in class org.codehaus.mojo.hibernate3.exporter.Component
Returns whether the output directory is a compile source root.

J

JDBCComponentConfiguration - Class in org.codehaus.mojo.hibernate3.configuration
 
JDBCComponentConfiguration() - Constructor for class org.codehaus.mojo.hibernate3.configuration.JDBCComponentConfiguration
 
JPAComponentConfiguration - Class in org.codehaus.mojo.hibernate3.configuration
 
JPAComponentConfiguration() - Constructor for class org.codehaus.mojo.hibernate3.configuration.JPAComponentConfiguration
 

O

org.codehaus.mojo.hibernate3 - package org.codehaus.mojo.hibernate3
 
org.codehaus.mojo.hibernate3.configuration - package org.codehaus.mojo.hibernate3.configuration
 
org.codehaus.mojo.hibernate3.exporter - package org.codehaus.mojo.hibernate3.exporter
 

P

prepareDirectory(File, String, String) - Static method in class org.codehaus.mojo.hibernate3.HibernateUtils
Checks if the directory is in fact a directory path and creates it if it is necessary.
prepareDirectory(File, String) - Static method in class org.codehaus.mojo.hibernate3.HibernateUtils
Checks if the directory is in fact a directory path and creates it if it is necessary.
prepareFile(File, String, String) - Static method in class org.codehaus.mojo.hibernate3.HibernateUtils
Checks if the file is a file path and creates the directories needed to create the file if it is necessary.

R

ROLE - Static variable in interface org.codehaus.mojo.hibernate3.configuration.ComponentConfiguration
 

S

setCompileSourceRoot(boolean) - Method in class org.codehaus.mojo.hibernate3.exporter.Component
Sets whether the output directory is a compile source root.
setExporterMojo(ExporterMojo) - Method in class org.codehaus.mojo.hibernate3.configuration.AbstractComponentConfiguration
 
setImplementation(String) - Method in class org.codehaus.mojo.hibernate3.exporter.Component
Sets the alias of the Configuration class that this goal uses.
setName(String) - Method in class org.codehaus.mojo.hibernate3.exporter.Component
Sets this goal's name.
setOutputDirectory(String) - Method in class org.codehaus.mojo.hibernate3.exporter.Component
Sets the output directory for this goal.

V

validateParameters() - Method in class org.codehaus.mojo.hibernate3.configuration.AbstractComponentConfiguration
 
validateParameters() - Method in class org.codehaus.mojo.hibernate3.configuration.AnnotationComponentConfiguration
 

A C D E G H I J O P R S V

Copyright © 2005-2010 Codehaus. All Rights Reserved.