| Package | Description | 
|---|---|
| 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 | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EntityPersistentFieldStrategyPersists Hibernate entities by storing their id in the session. | 
| Modifier and Type | Class and Description | 
|---|---|
| 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. | 
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.