org.codehaus.mojo.hibernate3.configuration
Class DefaultComponentConfiguration

java.lang.Object
  extended by org.codehaus.mojo.hibernate3.configuration.AbstractComponentConfiguration
      extended by org.codehaus.mojo.hibernate3.configuration.DefaultComponentConfiguration
All Implemented Interfaces:
ComponentConfiguration

public class DefaultComponentConfiguration
extends AbstractComponentConfiguration


Field Summary
 
Fields inherited from interface org.codehaus.mojo.hibernate3.configuration.ComponentConfiguration
ROLE
 
Constructor Summary
DefaultComponentConfiguration()
           
 
Method Summary
protected  org.hibernate.cfg.Configuration createConfiguration()
           
protected  void doConfiguration(org.hibernate.cfg.Configuration configuration)
           
 String getName()
           
 
Methods inherited from class org.codehaus.mojo.hibernate3.configuration.AbstractComponentConfiguration
getConfiguration, getConfigurationFile, getExporterMojo, getPropertyFile, setExporterMojo, validateParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultComponentConfiguration

public DefaultComponentConfiguration()
Method Detail

getName

public String getName()

createConfiguration

protected org.hibernate.cfg.Configuration createConfiguration()
Specified by:
createConfiguration in class AbstractComponentConfiguration

doConfiguration

protected void doConfiguration(org.hibernate.cfg.Configuration configuration)
Overrides:
doConfiguration in class AbstractComponentConfiguration


Copyright © 2005-2010 Codehaus. All Rights Reserved.