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 the
SessionFactory
is created.-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(org.hibernate.cfg.Configuration configuration) Passed the configuration so as to make changes.
-
Method Details
-
configure
Passed the configuration so as to make changes.
-