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.repository
Methods in software.xdev.spring.data.eclipse.store.repository that return IdentitySetModifier and TypeMethodDescription<T> IdentitySet<T>EclipseStoreStorage.getEntityList(Class<T> clazz) <T> IdentitySet<T>EntityListProvider.getEntityList(Class<T> clazz) Methods in software.xdev.spring.data.eclipse.store.repository that return types with arguments of type IdentitySetModifier and TypeMethodDescriptionRoot.getEntityLists()<T> List<IdentitySet<Object>>EntitySetCollector.getRelatedIdentitySets(Class<T> clazz) Constructor parameters in software.xdev.spring.data.eclipse.store.repository with type arguments of type IdentitySetModifierConstructorDescriptionEntitySetCollector(Map<String, IdentitySet<Object>> entityLists, Map<Class<?>, String> entityClassToRepositoryName) -
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)