Uses of Class
org.apache.tapestry5.http.annotations.ImmutableSessionPersistedObject
-
Packages that use ImmutableSessionPersistedObject Package Description org.apache.tapestry5 Root package for Tapestry, containing common interfaces and data types used throughout the framework.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 change -
-
Uses of ImmutableSessionPersistedObject in org.apache.tapestry5
Classes in org.apache.tapestry5 with annotations of type ImmutableSessionPersistedObject Modifier and Type Class Description 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.hibernate.web.internal
Classes in org.apache.tapestry5.hibernate.web.internal with annotations of type ImmutableSessionPersistedObject Modifier and Type Class Description 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 Modifier and Type Class Description class
PersistedEntity
Encapsulates a JPA entity name with an entity id.
-