org.codehaus.mojo.hibernate3.configuration
Interface ComponentConfiguration

All Known Implementing Classes:
AbstractComponentConfiguration, AnnotationComponentConfiguration, DefaultComponentConfiguration, JDBCComponentConfiguration, JPAComponentConfiguration

public interface ComponentConfiguration


Field Summary
static String ROLE
           
 
Method Summary
 org.hibernate.cfg.Configuration getConfiguration(ExporterMojo exporterMojo)
           
 String getName()
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

getConfiguration

org.hibernate.cfg.Configuration getConfiguration(ExporterMojo exporterMojo)
                                                 throws MojoExecutionException
Throws:
MojoExecutionException

getName

String getName()


Copyright © 2005-2010 Codehaus. All Rights Reserved.