Uses of Class
org.apache.tapestry5.internal.services.AbstractSessionPersistentFieldStrategy

Packages that use AbstractSessionPersistentFieldStrategy
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 
 

Uses of AbstractSessionPersistentFieldStrategy in org.apache.tapestry5.internal.hibernate
 

Subclasses of AbstractSessionPersistentFieldStrategy in org.apache.tapestry5.internal.hibernate
 class EntityPersistentFieldStrategy
          Persists Hibernate 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
 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.
 



Copyright © 2003-2012 The Apache Software Foundation.