Uses of Class
software.xdev.spring.data.eclipse.store.core.IdentitySet
Packages that use IdentitySet
Package
Description
-
Uses of IdentitySet in software.xdev.spring.data.eclipse.store.core
Methods in software.xdev.spring.data.eclipse.store.core with parameters of type IdentitySetModifier and TypeMethodDescriptionvoidEntityProvider.addIdentitySet(IdentitySet<? extends T> identitySet) -
Uses of IdentitySet in software.xdev.spring.data.eclipse.store.repository
Methods in software.xdev.spring.data.eclipse.store.repository that return IdentitySetMethods in software.xdev.spring.data.eclipse.store.repository that return types with arguments of type IdentitySetConstructor parameters in software.xdev.spring.data.eclipse.store.repository with type arguments of type IdentitySetModifierConstructorDescriptionEntitySetCollector(Function<Class<T>, IdentitySet<T>> entityLists, Set<Class<?>> entityClasses) -
Uses of IdentitySet in software.xdev.spring.data.eclipse.store.repository.support.reposyncer
Methods in software.xdev.spring.data.eclipse.store.repository.support.reposyncer that return types with arguments of type IdentitySetModifier and TypeMethodDescriptionRepositorySynchronizer.syncAndReturnChangedObjectLists(Object objectToStore) SimpleRepositorySynchronizer.syncAndReturnChangedObjectLists(Object objectToStore)