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