|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HibernateSessionSource | |
|---|---|
| org.apache.tapestry5.hibernate | |
| org.apache.tapestry5.internal.hibernate | |
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||