Uses of Interface
org.apache.tapestry5.hibernate.HibernateConfigurer
-
Packages that use HibernateConfigurer Package Description org.apache.tapestry5.hibernate.internal org.apache.tapestry5.hibernate.modules -
-
Uses of HibernateConfigurer in org.apache.tapestry5.hibernate.internal
Classes in org.apache.tapestry5.hibernate.internal that implement HibernateConfigurer Modifier and Type Class Description 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.hibernate.internal with type arguments of type HibernateConfigurer Constructor Description HibernateSessionSourceImpl(org.slf4j.Logger logger, List<HibernateConfigurer> hibernateConfigurers)
-
Uses of HibernateConfigurer in org.apache.tapestry5.hibernate.modules
Methods in org.apache.tapestry5.hibernate.modules with parameters of type HibernateConfigurer Modifier and Type Method Description static void
HibernateCoreModule. contributeHibernateSessionSource(OrderedConfiguration<HibernateConfigurer> config, HibernateConfigurer defaultHibernateConfigurer)
Adds the following configurers: Default performs default hibernate configuration PackageName loads entities by package nameMethod parameters in org.apache.tapestry5.hibernate.modules with type arguments of type HibernateConfigurer Modifier and Type Method Description static void
HibernateCoreModule. contributeHibernateSessionSource(OrderedConfiguration<HibernateConfigurer> config, HibernateConfigurer defaultHibernateConfigurer)
Adds the following configurers: Default performs default hibernate configuration PackageName loads entities by package name
-