Package | Description |
---|---|
org.apache.tapestry5.hibernate.modules | |
org.apache.tapestry5.internal.hibernate |
[INTERNAL USE ONLY] support classes for Hibernate integration; API subject to change
|
Modifier and Type | Method and Description |
---|---|
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
ApplicationStateContribution s 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
ValueEncoderFactory s for all registered Hibernate entity classes. |
Modifier and Type | Class and Description |
---|---|
class |
HibernateSessionSourceImpl |
Constructor and Description |
---|
HibernateSessionManagerImpl(HibernateSessionSource source) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.