Uses of Interface
org.apache.tapestry5.services.PersistentFieldStrategy
Packages that use PersistentFieldStrategy
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 PersistentFieldStrategy in org.apache.tapestry5.hibernate.web.internal
Classes in org.apache.tapestry5.hibernate.web.internal that implement PersistentFieldStrategyModifier and TypeClassDescriptionclass
Persists Hibernate entities by storing their id in the session. -
Uses of PersistentFieldStrategy in org.apache.tapestry5.hibernate.web.modules
Method parameters in org.apache.tapestry5.hibernate.web.modules with type arguments of type PersistentFieldStrategyModifier and TypeMethodDescriptionstatic void
HibernateModule.contributePersistentFieldManager
(MappedConfiguration<String, PersistentFieldStrategy> configuration) Contributes the following: entity Stores the id of the entity and reloads from theSession
-
Uses of PersistentFieldStrategy in org.apache.tapestry5.internal.jpa
Classes in org.apache.tapestry5.internal.jpa that implement PersistentFieldStrategyModifier and TypeClassDescriptionclass
Persists JPA entities by storing their id in the session. -
Uses of PersistentFieldStrategy in org.apache.tapestry5.internal.services
Subinterfaces of PersistentFieldStrategy in org.apache.tapestry5.internal.servicesModifier and TypeInterfaceDescriptioninterface
Describes an object that can storePersistentFieldChange
s, and manage a query parameter stored into aLink
to maining this data across requests.Classes in org.apache.tapestry5.internal.services that implement PersistentFieldStrategyModifier and TypeClassDescriptionclass
Base class for strategies that store their values as keys in the session.class
Manages client-persistent values on behalf of aClientPersistentFieldStorageImpl
.class
Implements simple client-persistent properties.class
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
.Constructor parameters in org.apache.tapestry5.internal.services with type arguments of type PersistentFieldStrategyModifierConstructorDescriptionPersistentFieldManagerImpl
(MetaDataLocator locator, Map<String, PersistentFieldStrategy> strategies) -
Uses of PersistentFieldStrategy in org.apache.tapestry5.jpa.modules
Method parameters in org.apache.tapestry5.jpa.modules with type arguments of type PersistentFieldStrategyModifier and TypeMethodDescriptionstatic void
JpaModule.provideEntityPersistentFieldStrategies
(MappedConfiguration<String, PersistentFieldStrategy> configuration) -
Uses of PersistentFieldStrategy in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules that return PersistentFieldStrategyModifier and TypeMethodDescriptionTapestryModule.buildClientPersistentFieldStrategy
(LinkCreationHub linkCreationHub, ClientPersistentFieldStrategy service) Methods in org.apache.tapestry5.modules with parameters of type PersistentFieldStrategyModifier and TypeMethodDescriptionvoid
TapestryModule.contributePersistentFieldManager
(MappedConfiguration<String, PersistentFieldStrategy> configuration, Request request, PersistentFieldStrategy clientStrategy) Method parameters in org.apache.tapestry5.modules with type arguments of type PersistentFieldStrategyModifier and TypeMethodDescriptionvoid
TapestryModule.contributePersistentFieldManager
(MappedConfiguration<String, PersistentFieldStrategy> configuration, Request request, PersistentFieldStrategy clientStrategy)