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