| 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  | EntityPersistentFieldStrategyPersists Hibernate entities by storing their id in the session. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ClientPersistentFieldStorageDescribes an object that can store  PersistentFieldChanges, and manage a query parameter stored into aLinkto maining this data across requests. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractSessionPersistentFieldStrategyBase class for strategies that store their values as keys in the session. | 
| class  | ClientPersistentFieldStorageImplManages client-persistent values on behalf of a  ClientPersistentFieldStorageImpl. | 
| class  | ClientPersistentFieldStrategyImplements simple client-persistent properties. | 
| class  | FlashPersistentFieldStrategyThe "flash" strategy stores data inside the  session, just likeSessionPersistentFieldStrategy, but also removes the values from the session on first use. | 
| class  | SessionPersistentFieldStrategyA 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.