org.codehaus.mojo.hibernate3.configuration
Class AbstractComponentConfiguration
java.lang.Object
org.codehaus.mojo.hibernate3.configuration.AbstractComponentConfiguration
- All Implemented Interfaces:
- ComponentConfiguration
- Direct Known Subclasses:
- AnnotationComponentConfiguration, DefaultComponentConfiguration, JDBCComponentConfiguration, JPAComponentConfiguration
public abstract class AbstractComponentConfiguration
- extends Object
- implements ComponentConfiguration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractComponentConfiguration
public AbstractComponentConfiguration()
getExporterMojo
public ExporterMojo getExporterMojo()
setExporterMojo
public void setExporterMojo(ExporterMojo exporterMojo)
getConfiguration
public org.hibernate.cfg.Configuration getConfiguration(ExporterMojo exporterMojo)
throws MojoExecutionException
- Specified by:
getConfiguration
in interface ComponentConfiguration
- Throws:
MojoExecutionException
- See Also:
ComponentConfiguration.getConfiguration(ExporterMojo)
createConfiguration
protected abstract org.hibernate.cfg.Configuration createConfiguration()
doConfiguration
protected void doConfiguration(org.hibernate.cfg.Configuration configuration)
getConfigurationFile
protected URL getConfigurationFile()
getPropertyFile
protected Properties getPropertyFile()
validateParameters
protected void validateParameters()
throws MojoExecutionException
- Throws:
MojoExecutionException
Copyright © 2005-2010 Codehaus. All Rights Reserved.