org.codehaus.mojo.hibernate3.configuration
Class AnnotationComponentConfiguration

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

public class AnnotationComponentConfiguration
extends org.codehaus.mojo.hibernate3.configuration.AbstractComponentConfiguration


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

Constructor Detail

AnnotationComponentConfiguration

public AnnotationComponentConfiguration()
Method Detail

getName

public java.lang.String getName()

createConfiguration

protected org.hibernate.cfg.Configuration createConfiguration()
Specified by:
createConfiguration in class org.codehaus.mojo.hibernate3.configuration.AbstractComponentConfiguration

validateParameters

protected void validateParameters()
                           throws org.apache.maven.plugin.MojoExecutionException
Overrides:
validateParameters in class org.codehaus.mojo.hibernate3.configuration.AbstractComponentConfiguration
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2005-2010. All Rights Reserved.