org.apache.tapestry5.hibernate
Interface HibernateConfigurer
- All Known Implementing Classes: 
 - DefaultHibernateConfigurer, PackageNameHibernateConfigurer
 
public interface HibernateConfigurer
Defines the interface for a chain-of-command that updates Hibernate configuration in some way before the SessionFactory is created.
| 
Method Summary | 
 void | 
configure(org.hibernate.cfg.Configuration configuration)
 
          Passed the configuration so as to make changes. | 
 
configure
void configure(org.hibernate.cfg.Configuration configuration)
- Passed the configuration so as to make changes.
 
 
Copyright © 2003-2012 The Apache Software Foundation.