Class DefaultHibernateConfigurer
java.lang.Object
org.apache.tapestry5.hibernate.internal.DefaultHibernateConfigurer
- All Implemented Interfaces:
HibernateConfigurer
Simply calls configure() to do the default Hibernate configuration. This will read the hibernate.cfg.xml file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(org.hibernate.cfg.Configuration configuration) Passed the configuration so as to make changes.
-
Constructor Details
-
DefaultHibernateConfigurer
public DefaultHibernateConfigurer(@Symbol("tapestry.hibernate.default-configuration") boolean defaultConfiguration)
-
-
Method Details
-
configure
Description copied from interface:HibernateConfigurer
Passed the configuration so as to make changes.- Specified by:
configure
in interfaceHibernateConfigurer
-