Uses of Class
software.xdev.spring.data.eclipse.store.repository.root.EntityData
Packages that use EntityData
Package
Description
-
Uses of EntityData in software.xdev.spring.data.eclipse.store.core
Methods in software.xdev.spring.data.eclipse.store.core with parameters of type EntityDataModifier and TypeMethodDescriptionvoidEntityProvider.addEntityData(EntityData<? extends T, ID> entityData) -
Uses of EntityData in software.xdev.spring.data.eclipse.store.repository
Constructor parameters in software.xdev.spring.data.eclipse.store.repository with type arguments of type EntityDataModifierConstructorDescriptionEntitySetCollector(Function<Class<T>, EntityData<T, ID>> entityLists, Set<Class<?>> entityClasses) -
Uses of EntityData in software.xdev.spring.data.eclipse.store.repository.root
Methods in software.xdev.spring.data.eclipse.store.repository.root that return EntityDataModifier and TypeMethodDescription<T,ID> EntityData<T, ID> RootDataV2.getEntityData(Class<T> entityClass) <T,ID> EntityData<T, ID> RootDataV2.getEntityData(String entityClassName) -
Uses of EntityData 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 EntityDataModifier and TypeMethodDescriptionRepositorySynchronizer.syncAndReturnChangedObjectLists(Object objectToStore) SimpleRepositorySynchronizer.syncAndReturnChangedObjectLists(Object objectToStore)