Uses of Interface
org.apache.tapestry5.hibernate.HibernateSessionSource

Packages that use HibernateSessionSource
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 HibernateSessionSource in org.apache.tapestry5.hibernate
 

Methods in org.apache.tapestry5.hibernate with parameters of type HibernateSessionSource
static HibernateSessionManager HibernateCoreModule.buildHibernateSessionManager(HibernateSessionSource sessionSource, PerthreadManager perthreadManager)
          The session manager manages sessions on a per-thread/per-request basis.
static void HibernateModule.contributeApplicationStateManager(MappedConfiguration<Class,ApplicationStateContribution> configuration, boolean entitySessionStatePersistenceStrategyEnabled, HibernateSessionSource sessionSource)
          Contributes ApplicationStateContributions for all registered Hibernate entity classes.
static void HibernateCoreModule.contributeRegistryStartup(OrderedConfiguration<Runnable> configuration, boolean earlyStartup, HibernateSessionSource sessionSource)
           
static void HibernateModule.contributeValueEncoderSource(MappedConfiguration<Class,ValueEncoderFactory> configuration, boolean provideEncoders, HibernateSessionSource sessionSource, org.hibernate.Session session, TypeCoercer typeCoercer, PropertyAccess propertyAccess, LoggerSource loggerSource)
          Contributes ValueEncoderFactorys for all registered Hibernate entity classes.
 

Uses of HibernateSessionSource in org.apache.tapestry5.internal.hibernate
 

Classes in org.apache.tapestry5.internal.hibernate that implement HibernateSessionSource
 class HibernateSessionSourceImpl
           
 

Constructors in org.apache.tapestry5.internal.hibernate with parameters of type HibernateSessionSource
HibernateSessionManagerImpl(HibernateSessionSource source)
           
 



Copyright © 2003-2012 The Apache Software Foundation.