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