|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HibernateConfigurer | |
---|---|
org.apache.tapestry5.hibernate | Provides support for simple CRUD applications built on top of Tapestry and Hibernate |
org.apache.tapestry5.internal.hibernate | [INTERNAL USE ONLY] support classes for Hibernate integration; API subject to change |
Uses of HibernateConfigurer in org.apache.tapestry5.hibernate |
---|
Methods in org.apache.tapestry5.hibernate with parameters of type HibernateConfigurer | |
---|---|
static void |
HibernateCoreModule.contributeHibernateSessionSource(OrderedConfiguration<HibernateConfigurer> config,
HibernateConfigurer defaultHibernateConfigurer)
Adds the following configurers: Default performs default hibernate configuration PackageName loads entities by package name |
Method parameters in org.apache.tapestry5.hibernate with type arguments of type HibernateConfigurer | |
---|---|
static void |
HibernateCoreModule.contributeHibernateSessionSource(OrderedConfiguration<HibernateConfigurer> config,
HibernateConfigurer defaultHibernateConfigurer)
Adds the following configurers: Default performs default hibernate configuration PackageName loads entities by package name |
Uses of HibernateConfigurer in org.apache.tapestry5.internal.hibernate |
---|
Classes in org.apache.tapestry5.internal.hibernate that implement HibernateConfigurer | |
---|---|
class |
DefaultHibernateConfigurer
Simply calls configure() to do the default Hibernate configuration. |
class |
PackageNameHibernateConfigurer
Adds entity classes from a given set of packages to the configuration. |
Constructor parameters in org.apache.tapestry5.internal.hibernate with type arguments of type HibernateConfigurer | |
---|---|
HibernateSessionSourceImpl(org.slf4j.Logger logger,
List<HibernateConfigurer> hibernateConfigurers)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |