Package 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 theSessionFactory
is created.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(org.hibernate.cfg.Configuration configuration)
Passed the configuration so as to make changes.
-
-
-
Method Detail
-
configure
void configure(org.hibernate.cfg.Configuration configuration)
Passed the configuration so as to make changes.
-
-