Uses of Interface
software.xdev.spring.data.eclipse.store.repository.support.copier.working.WorkingCopier
Packages that use WorkingCopier
Package
Description
-
Uses of WorkingCopier in software.xdev.spring.data.eclipse.store.repository.query
Constructors in software.xdev.spring.data.eclipse.store.repository.query with parameters of type WorkingCopierModifierConstructorDescriptionEclipseStoreQueryCreator(Class<T> domainClass, org.springframework.data.util.TypeInformation<?> typeInformation, WorkingCopier<T> copier, org.springframework.data.repository.query.parser.PartTree tree, org.springframework.data.repository.query.ParameterAccessor parameters) FindAllEclipseStoreQueryProvider(org.springframework.data.repository.query.QueryMethod queryMethod, Method method, Class<T> domainClass, EntityListProvider entityListProvider, WorkingCopier<T> copier) StringBasedEclipseStoreQueryProvider(org.springframework.data.repository.query.QueryMethod queryMethod, Method method, Class<T> domainClass, EntityListProvider entityListProvider, WorkingCopier<T> copier) -
Uses of WorkingCopier in software.xdev.spring.data.eclipse.store.repository.query.executors
Methods in software.xdev.spring.data.eclipse.store.repository.query.executors with parameters of type WorkingCopierModifier and TypeMethodDescriptionstatic <T> QueryExecutor<T>QueryExecutorCreator.createQuery(org.springframework.data.util.TypeInformation<?> typeInformation, WorkingCopier<T> copier, Criteria<T> criteria, org.springframework.data.domain.Sort sort) Creates and returns Query-Executor.Constructors in software.xdev.spring.data.eclipse.store.repository.query.executors with parameters of type WorkingCopierModifierConstructorDescriptionListQueryExecutor(WorkingCopier<T> copier, Criteria<T> criteria) ListQueryExecutor(WorkingCopier<T> copier, Criteria<T> criteria, org.springframework.data.domain.Sort sort) PageableQueryExecutor(WorkingCopier<T> copier, Criteria<T> criteria, org.springframework.data.domain.Sort sort) PageableSortableCollectionQuerier(WorkingCopier<T> copier, Criteria<T> criteria) PageableSortableCollectionQuerier(WorkingCopier<T> copier, Criteria<T> criteria, org.springframework.data.domain.Sort sort) SingleOptionalQueryExecutor(WorkingCopier<T> copier, Criteria<T> criteria, org.springframework.data.domain.Sort sort) SingleQueryExecutor(WorkingCopier<T> copier, Criteria<T> criteria, org.springframework.data.domain.Sort sort) -
Uses of WorkingCopier in software.xdev.spring.data.eclipse.store.repository.support
Constructors in software.xdev.spring.data.eclipse.store.repository.support with parameters of type WorkingCopierModifierConstructorDescriptionSimpleEclipseStoreRepository(EclipseStoreStorage storage, WorkingCopier<T> copier, Class<T> domainClass) -
Uses of WorkingCopier in software.xdev.spring.data.eclipse.store.repository.support.copier.working
Classes in software.xdev.spring.data.eclipse.store.repository.support.copier.working that implement WorkingCopierModifier and TypeClassDescriptionclassCreates copies and puts them back.Methods in software.xdev.spring.data.eclipse.store.repository.support.copier.working that return WorkingCopierModifier and TypeMethodDescription<T> WorkingCopier<T>WorkingCopierCreator.createWorkingCopier(Class<T> domainType, EclipseStoreStorage storage)