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