Interface IsDirtyPredicate

All Known Implementing Classes:
DeltaAwareDirtyPredicate, EqualsDirtyPredicate, IdentityEqualsDirtyPredicate
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IsDirtyPredicate
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.
Since:
2.1.2