Uses of Class
org.apache.tapestry5.internal.services.AbstractSessionPersistentFieldStrategy
Packages that use AbstractSessionPersistentFieldStrategy
Package
Description
[INTERNAL USE ONLY] support classes for Hibernate integration; API subject to change
[INTERNAL USE ONLY] support classes for the JPA module; API subject to change
[INTERNAL USE ONLY] internal service classes; API subject to change
-
Uses of AbstractSessionPersistentFieldStrategy in org.apache.tapestry5.hibernate.web.internal
Modifier and TypeClassDescriptionclass
Persists Hibernate entities by storing their id in the session. -
Uses of AbstractSessionPersistentFieldStrategy in org.apache.tapestry5.internal.jpa
Subclasses of AbstractSessionPersistentFieldStrategy in org.apache.tapestry5.internal.jpaModifier and TypeClassDescriptionclass
Persists JPA entities by storing their id in the session. -
Uses of AbstractSessionPersistentFieldStrategy in org.apache.tapestry5.internal.services
Modifier and TypeClassDescriptionclass
The "flash" strategy stores data inside thesession
, just likeSessionPersistentFieldStrategy
, but also removes the values from the session on first use.class
A strategy for storing persistent page properties into thesession
.