Uses of Interface
org.springframework.data.crossstore.ChangeSet
Packages that use ChangeSet
-
Uses of ChangeSet in org.springframework.data.crossstore
Classes in org.springframework.data.crossstore that implement ChangeSetModifier and TypeClassDescriptionclass
Simple ChangeSet implementation backed by a HashMap.Methods in org.springframework.data.crossstore that return ChangeSetMethods in org.springframework.data.crossstore with parameters of type ChangeSetModifier and TypeMethodDescriptionChangeSetPersister.getPersistentId
(ChangeSetBacked entity, ChangeSet cs) Return idvoid
ChangeSetPersister.getPersistentState
(Class<? extends ChangeSetBacked> entityClass, K key, ChangeSet changeSet) TODO how to tell when not found?ChangeSetPersister.persistState
(ChangeSetBacked entity, ChangeSet cs) Return key