Package org.springframework.session.data.gemfire.support
package org.springframework.session.data.gemfire.support
-
ClassDescriptionAbstract base class for implementations of the
Session
interface in order to simplify the implementation of variousSession
types and their capabilities.DeltaAwareDirtyPredicate
is anIsDirtyPredicate
strategy interface implementation that evaluates thenew value
as instance ofDelta
and uses theDelta.hasDelta()
method to determine if thenew value
is dirty.EqualsDirtyPredicate
is anIsDirtyPredicate
strategy interface implementation that determines whether thenew value
is dirty by comparing thenew value
with theold value
using theObject.equals(Object)
method.Framework supporting class forAbstractGemFireOperationsSessionRepository
implementations.GemFireUtils
is an abstract, extensible utility class for working with Apache Geode and Pivotal GemFire objects and types.IdentityEqualsDirtyPredicate
is anIsDirtyPredicate
strategy interface implementation that determines whether thenew value
is dirty by comparing thenew value
with theold value
using the identity operator (==).IsDirtyPredicate
is a strategy interface used to configure Spring Session on how to evaluate application domain objects to determine whether they are dirty or not.SessionIdHolder
class is a Spring SessionSession
implementation that only holds theID
of theSession
.Abstract utility class containing functions for managingSession
objects.