Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
O
S
A
addDefaultComponent(String, String, boolean)
- Method in class org.codehaus.mojo.hibernate3.
HibernateExporterMojo
Adds a default goal.
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
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.
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
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
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.
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, boolean)
- Method in class org.codehaus.mojo.hibernate3.
HibernateExporterMojo
getComponentProperty(String)
- Method in class org.codehaus.mojo.hibernate3.
HibernateExporterMojo
getComponentProperty(String, String)
- Method in class org.codehaus.mojo.hibernate3.
HibernateExporterMojo
getImplementation()
- Method in class org.codehaus.mojo.hibernate3.exporter.
Component
Returns the alias of the Configuration class that this goal uses.
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
.
getOutputDirectory()
- Method in class org.codehaus.mojo.hibernate3.exporter.
Component
Returns the output directory for this goal.
getProject()
- Method in class org.codehaus.mojo.hibernate3.
HibernateExporterMojo
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
I
isCompileSourceRoot()
- Method in class org.codehaus.mojo.hibernate3.exporter.
Component
Returns whether the output directory is a compile source root.
O
org.codehaus.mojo.hibernate3
- package org.codehaus.mojo.hibernate3
org.codehaus.mojo.hibernate3.exporter
- package org.codehaus.mojo.hibernate3.exporter
S
setCompileSourceRoot(boolean)
- Method in class org.codehaus.mojo.hibernate3.exporter.
Component
Sets whether the output directory is a compile source root.
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.
A
C
D
E
G
H
I
O
S
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2005-2009. All Rights Reserved.