Uses of Interface
org.apache.tapestry5.hibernate.HibernateSessionManager
Packages that use HibernateSessionManager
Package
Description
[INTERNAL USE ONLY] support classes for Hibernate integration; API subject to change
-
Uses of HibernateSessionManager in org.apache.tapestry5.hibernate.internal
Classes in org.apache.tapestry5.hibernate.internal that implement HibernateSessionManagerConstructors in org.apache.tapestry5.hibernate.internal with parameters of type HibernateSessionManager -
Uses of HibernateSessionManager in org.apache.tapestry5.hibernate.modules
Methods in org.apache.tapestry5.hibernate.modules that return HibernateSessionManagerModifier and TypeMethodDescriptionstatic HibernateSessionManager
HibernateCoreModule.buildHibernateSessionManager
(HibernateSessionSource sessionSource, PerthreadManager perthreadManager) The session manager manages sessions on a per-thread/per-request basis.Methods in org.apache.tapestry5.hibernate.modules with parameters of type HibernateSessionManagerModifier and TypeMethodDescriptionstatic org.hibernate.Session
HibernateCoreModule.buildSession
(HibernateSessionManager sessionManager, PropertyShadowBuilder propertyShadowBuilder) -
Uses of HibernateSessionManager in org.apache.tapestry5.hibernate.web.internal
Constructors in org.apache.tapestry5.hibernate.web.internal with parameters of type HibernateSessionManager