Class EntitySetCollector
java.lang.Object
software.xdev.spring.data.eclipse.store.repository.EntitySetCollector
-
Constructor Summary
ConstructorsConstructorDescriptionEntitySetCollector(Map<String, IdentitySet<Object>> entityLists, Map<Class<?>, String> entityClassToRepositoryName) -
Method Summary
Modifier and TypeMethodDescription<T> List<IdentitySet<Object>>getRelatedIdentitySets(Class<T> clazz)
-
Constructor Details
-
EntitySetCollector
-
-
Method Details
-
getRelatedIdentitySets
- Returns:
- a list with all related IdentitySets (including its own).
-