Uses of Class
org.apache.tapestry5.annotations.ImmutableSessionPersistedObject

Packages that use ImmutableSessionPersistedObject
org.apache.tapestry5 Root package for Tapestry, containing common interfaces and data types used throughout the framework. 
org.apache.tapestry5.internal.hibernate   
org.apache.tapestry5.internal.jpa   
 

Uses of ImmutableSessionPersistedObject in org.apache.tapestry5
 

Classes in org.apache.tapestry5 with annotations of type ImmutableSessionPersistedObject
 class PageCallback
          A way of capturing the name of a page and the page activation context so that, at a future date, the page can be invoked with that data.
 

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

Classes in org.apache.tapestry5.internal.hibernate with annotations of type ImmutableSessionPersistedObject
 class PersistedEntity
          Encapsulates a Hibernate entity name with an entity id.
 

Uses of ImmutableSessionPersistedObject in org.apache.tapestry5.internal.jpa
 

Classes in org.apache.tapestry5.internal.jpa with annotations of type ImmutableSessionPersistedObject
 class PersistedEntity
          Encapsulates a JPA entity name with an entity id.
 



Copyright © 2003-2012 The Apache Software Foundation.