Package | Description |
---|---|
org.apache.tapestry5.hibernate.modules | |
org.apache.tapestry5.internal.hibernate |
[INTERNAL USE ONLY] support classes for Hibernate integration; API subject to change
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.jpa.modules | |
org.apache.tapestry5.modules |
Modifier and Type | Method and Description |
---|---|
static void |
HibernateModule.contributePersistentFieldManager(MappedConfiguration<String,PersistentFieldStrategy> configuration)
Contributes the following:
entity
Stores the id of the entity and reloads from the
Session
|
Modifier and Type | Class and Description |
---|---|
class |
EntityPersistentFieldStrategy
Persists Hibernate entities by storing their id in the session.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClientPersistentFieldStorage
Describes an object that can store
PersistentFieldChange s, and manage a query parameter stored into a Link to maining this data across requests. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSessionPersistentFieldStrategy
Base class for strategies that store their values as keys in the session.
|
class |
ClientPersistentFieldStorageImpl
Manages client-persistent values on behalf of a
ClientPersistentFieldStorageImpl . |
class |
ClientPersistentFieldStrategy
Implements simple client-persistent properties.
|
class |
FlashPersistentFieldStrategy
The "flash" strategy stores data inside the
session , just like SessionPersistentFieldStrategy , but also removes the values from the session on first use. |
class |
SessionPersistentFieldStrategy
A strategy for storing persistent page properties into the
session . |
Constructor and Description |
---|
PersistentFieldManagerImpl(MetaDataLocator locator,
Map<String,PersistentFieldStrategy> strategies) |
Modifier and Type | Method and Description |
---|---|
static void |
JpaModule.provideEntityPersistentFieldStrategies(MappedConfiguration<String,PersistentFieldStrategy> configuration) |
Modifier and Type | Method and Description |
---|---|
PersistentFieldStrategy |
TapestryModule.buildClientPersistentFieldStrategy(LinkCreationHub linkCreationHub,
ClientPersistentFieldStrategy service) |
Modifier and Type | Method and Description |
---|---|
void |
TapestryModule.contributePersistentFieldManager(MappedConfiguration<String,PersistentFieldStrategy> configuration,
Request request,
PersistentFieldStrategy clientStrategy)
|
Modifier and Type | Method and Description |
---|---|
void |
TapestryModule.contributePersistentFieldManager(MappedConfiguration<String,PersistentFieldStrategy> configuration,
Request request,
PersistentFieldStrategy clientStrategy)
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.