Index
All Classes and Interfaces|All Packages
A
- addListener(AbstractRepositoryBase.Listener<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
- addListener(AbstractRepositoryBase.Listener<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
- addListener(AbstractRepositoryBase.Listener<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.ListenerSupport
-
Register a listener that will observe all repository events.
- addListener(Filter<?>, AbstractRepositoryBase.Listener<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
- addListener(Filter<?>, AbstractRepositoryBase.Listener<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
- addListener(Filter<?>, AbstractRepositoryBase.Listener<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.ListenerSupport
-
Register a listener that will observe all events for entities that satisfy the specified criteria.
- addListener(ID, AbstractRepositoryBase.Listener<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
- addListener(ID, AbstractRepositoryBase.Listener<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
- addListener(ID, AbstractRepositoryBase.Listener<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.ListenerSupport
-
Register a listener that will observe all events for a specific entity.
- afterPropertiesSet() - Method in class com.oracle.coherence.spring.data.support.CoherenceRepositoryFactoryBean
-
Ensure that
CoherenceRepositoryFactoryBean.coherenceis not null. - and(Part, QueryState, Iterator<Object>) - Method in class com.oracle.coherence.spring.data.repository.query.CoherenceQueryCreator
- AsyncCrudRepository<T,
ID> - Interface in com.oracle.coherence.spring.data.repository -
Asynchronous version of
CrudRepository. - average(Filter<?>, Remote.ToBigDecimalFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the average of the specified function.
- average(Filter<?>, Remote.ToBigDecimalFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the average of the specified function.
- average(Filter<?>, Remote.ToDoubleFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the average of the specified function.
- average(Filter<?>, Remote.ToDoubleFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the average of the specified function.
- average(Filter<?>, Remote.ToIntFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the average of the specified function.
- average(Filter<?>, Remote.ToIntFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the average of the specified function.
- average(Filter<?>, Remote.ToLongFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the average of the specified function.
- average(Filter<?>, Remote.ToLongFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the average of the specified function.
- average(Remote.ToBigDecimalFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the average of the specified function.
- average(Remote.ToBigDecimalFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the average of the specified function.
- average(Remote.ToDoubleFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the average of the specified function.
- average(Remote.ToDoubleFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the average of the specified function.
- average(Remote.ToIntFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the average of the specified function.
- average(Remote.ToIntFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the average of the specified function.
- average(Remote.ToLongFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the average of the specified function.
- average(Remote.ToLongFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the average of the specified function.
B
- BackingAsyncRepository<T,
ID> - Class in com.oracle.coherence.spring.data.repository - BackingAsyncRepository(NamedMap<ID, T>, MappingContext<CoherencePersistentEntity<T>, CoherencePersistentProperty>, Class<? extends T>) - Constructor for class com.oracle.coherence.spring.data.repository.BackingAsyncRepository
- BackingRepository<T,
ID> - Class in com.oracle.coherence.spring.data.repository -
The BackingRepository is a Coherence Repository backing Coherence-based Spring repositories.
- BackingRepository(NamedMap<ID, T>, MappingContext<CoherencePersistentEntity<T>, CoherencePersistentProperty>, Class<? extends T>) - Constructor for class com.oracle.coherence.spring.data.repository.BackingRepository
- basePackageClasses() - Element in annotation interface com.oracle.coherence.spring.data.config.EnableCoherenceRepositories
-
Type-safe alternative to
EnableCoherenceRepositories.basePackages()for specifying the packages to scan for annotated components. - basePackages() - Element in annotation interface com.oracle.coherence.spring.data.config.EnableCoherenceRepositories
-
Base packages to scan for annotated components.
C
- CoherenceAsyncRepository<T,
ID> - Interface in com.oracle.coherence.spring.data.repository -
Coherence-specific asynchronous repository interface.
- CoherenceMap - Annotation Interface in com.oracle.coherence.spring.data.config
-
Optional marker for Coherence repositories where the repository itself should use a cache name different from the name that is auto-selected by the runtime based on the repository class name.
- CoherenceMappingContext - Class in com.oracle.coherence.spring.data.core.mapping
-
Coherence implementation of
AbstractMappingContext. - CoherenceMappingContext() - Constructor for class com.oracle.coherence.spring.data.core.mapping.CoherenceMappingContext
- CoherencePersistentEntity<T> - Class in com.oracle.coherence.spring.data.core.mapping
-
Coherence implementation of
PersistentEntity. - CoherencePersistentEntity(TypeInformation<T>) - Constructor for class com.oracle.coherence.spring.data.core.mapping.CoherencePersistentEntity
- CoherencePersistentProperty - Class in com.oracle.coherence.spring.data.core.mapping
-
Coherence implementation of
PersistentProperty. - CoherencePersistentProperty(Property, PersistentEntity<?, CoherencePersistentProperty>, SimpleTypeHolder) - Constructor for class com.oracle.coherence.spring.data.core.mapping.CoherencePersistentProperty
- CoherenceQueryCreator - Class in com.oracle.coherence.spring.data.repository.query
-
Coherence implementation of
AbstractQueryCreator. - CoherenceQueryCreator(PartTree, ParameterAccessor) - Constructor for class com.oracle.coherence.spring.data.repository.query.CoherenceQueryCreator
-
Construct a new
CoherenceQueryCreatorthat will create a Coherence-specificQueryResultcontaining the necessary components to execute a query against a Coherence grid. - CoherenceRepositoriesRegistrar - Class in com.oracle.coherence.spring.data.config
-
This class wil register support for Coherence repositories with the Spring runtime.
- CoherenceRepositoriesRegistrar() - Constructor for class com.oracle.coherence.spring.data.config.CoherenceRepositoriesRegistrar
- CoherenceRepository<T,
ID> - Interface in com.oracle.coherence.spring.data.repository -
Coherence-specific
Repositoryinterface. - CoherenceRepositoryConfigurationExtension - Class in com.oracle.coherence.spring.data.support
-
Coherence implementation of
RepositoryConfigurationExtensionSupport. - CoherenceRepositoryConfigurationExtension() - Constructor for class com.oracle.coherence.spring.data.support.CoherenceRepositoryConfigurationExtension
- CoherenceRepositoryFactory - Class in com.oracle.coherence.spring.data.support
-
Coherence implementation of
RepositoryFactorySupport. - CoherenceRepositoryFactory(Coherence, CoherenceMappingContext, String, String) - Constructor for class com.oracle.coherence.spring.data.support.CoherenceRepositoryFactory
-
Creates a new
CoherenceRepositoryFactory. - CoherenceRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,
ID>, S, ID extends Serializable> - Class in com.oracle.coherence.spring.data.support -
Factory responsible for creating Repository instances for a specific repository interface.
- CoherenceRepositoryFactoryBean(Class<? extends T>) - Constructor for class com.oracle.coherence.spring.data.support.CoherenceRepositoryFactoryBean
-
Constructs a new
CoherenceRepositoryFactoryBeanfor the provided repository interface. - CoherenceRepositoryQuery - Class in com.oracle.coherence.spring.data.repository.query
-
Coherence implementation of
RepositoryQuery. - CoherenceRepositoryQuery(NamedMap, Method, RepositoryMetadata, ProjectionFactory) - Constructor for class com.oracle.coherence.spring.data.repository.query.CoherenceRepositoryQuery
-
Constructs a new
CoherenceRepositoryQuery. - com.oracle.coherence.spring.data - package com.oracle.coherence.spring.data
-
Coherence Spring Data integration.
- com.oracle.coherence.spring.data.config - package com.oracle.coherence.spring.data.config
-
Coherence data configuration support.
- com.oracle.coherence.spring.data.core.mapping - package com.oracle.coherence.spring.data.core.mapping
-
Coherence entity mapping support.
- com.oracle.coherence.spring.data.repository - package com.oracle.coherence.spring.data.repository
-
Coherence repository support.
- com.oracle.coherence.spring.data.repository.query - package com.oracle.coherence.spring.data.repository.query
-
Coherence finder query support.
- com.oracle.coherence.spring.data.support - package com.oracle.coherence.spring.data.support
-
Coherence Data utilities.
- complete(QueryState, Sort) - Method in class com.oracle.coherence.spring.data.repository.query.CoherenceQueryCreator
- configureLimitFilter(Pageable, Filter) - Static method in class com.oracle.coherence.spring.data.support.Utils
-
Configure a
LimitFilterbased on the providedPageable. - considerNestedRepositories() - Element in annotation interface com.oracle.coherence.spring.data.config.EnableCoherenceRepositories
-
Configures whether nested repository-interfaces (e.g.
- count() - Method in interface com.oracle.coherence.spring.data.repository.AsyncCrudRepository
-
Returns the number of entities available.
- count() - Method in class com.oracle.coherence.spring.data.repository.BackingAsyncRepository
- count() - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
- count() - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
- count(Filter<?>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the number of entities in this repository that satisfy specified filter.
- count(Filter<?>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the number of entities in this repository that satisfy specified filter.
- create(Part, Iterator<Object>) - Method in class com.oracle.coherence.spring.data.repository.query.CoherenceQueryCreator
- createAssociation() - Method in class com.oracle.coherence.spring.data.core.mapping.CoherencePersistentProperty
- createPersistentEntity(TypeInformation<T>) - Method in class com.oracle.coherence.spring.data.core.mapping.CoherenceMappingContext
- createPersistentProperty(Property, CoherencePersistentEntity<?>, SimpleTypeHolder) - Method in class com.oracle.coherence.spring.data.core.mapping.CoherenceMappingContext
- createRepositoryFactory() - Method in class com.oracle.coherence.spring.data.support.CoherenceRepositoryFactoryBean
-
First checks for the presence of the
CoherenceMapannotation to find the name of the CoherenceNamedMapandSession.
D
- delete(T) - Method in interface com.oracle.coherence.spring.data.repository.AsyncCrudRepository
-
Deletes a given entity.
- delete(T) - Method in class com.oracle.coherence.spring.data.repository.BackingAsyncRepository
-
Deletes a given entity.
- delete(T) - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
-
Deletes a given entity.
- delete(T) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
- delete(T) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
- delete(T, boolean) - Method in class com.oracle.coherence.spring.data.repository.BackingAsyncRepository
-
Alias for
AbstractAsyncRepository.remove(Object, boolean). - delete(T, boolean) - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
-
Alias for
AbstractRepository.remove(Object, boolean). - delete(T, boolean) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Delete the specified entity.
- delete(T, boolean) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Delete specified entity.
- deleteAll() - Method in interface com.oracle.coherence.spring.data.repository.AsyncCrudRepository
-
Deletes all entities managed by the repository.
- deleteAll() - Method in class com.oracle.coherence.spring.data.repository.BackingAsyncRepository
-
Deletes all entities managed by the repository.
- deleteAll() - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
-
Deletes all entities managed by the repository.
- deleteAll() - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Deletes all entities managed by the repository.
- deleteAll() - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
- deleteAll(Filter<?>) - Method in class com.oracle.coherence.spring.data.repository.BackingAsyncRepository
-
Alias for
AbstractAsyncRepository.removeAll(Filter). - deleteAll(Filter<?>) - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
-
Alias for
AbstractRepository.removeAll(Filter). - deleteAll(Filter<?>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Remove all entities based on the specified criteria.
- deleteAll(Filter<?>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Delete all entities based on the specified criteria.
- deleteAll(Filter<?>, boolean) - Method in class com.oracle.coherence.spring.data.repository.BackingAsyncRepository
-
Alias for
AbstractAsyncRepository.removeAll(Filter, boolean). - deleteAll(Filter<?>, boolean) - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
-
Alias for
AbstractRepository.removeAll(Filter, boolean). - deleteAll(Filter<?>, boolean) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Remove all entities based on the specified criteria.
- deleteAll(Filter<?>, boolean) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Remove all entities based on the specified criteria.
- deleteAll(Iterable<? extends T>) - Method in interface com.oracle.coherence.spring.data.repository.AsyncCrudRepository
-
Deletes the given entities.
- deleteAll(Iterable<? extends T>) - Method in class com.oracle.coherence.spring.data.repository.BackingAsyncRepository
-
Deletes the given entities.
- deleteAll(Iterable<? extends T>) - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
-
Deletes the given entities.
- deleteAll(Iterable<? extends T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
- deleteAll(Iterable<? extends T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
- deleteAll(Collection<? extends T>) - Method in class com.oracle.coherence.spring.data.repository.BackingAsyncRepository
-
Alias for
AbstractAsyncRepository.removeAll(Collection). - deleteAll(Collection<? extends T>) - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
-
Alias for
AbstractRepository.removeAll(Collection). - deleteAll(Collection<? extends T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Remove the specified entities.
- deleteAll(Collection<? extends T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Delete specified entities.
- deleteAll(Collection<? extends T>, boolean) - Method in class com.oracle.coherence.spring.data.repository.BackingAsyncRepository
-
Alias for
AbstractAsyncRepository.removeAll(Collection, boolean). - deleteAll(Collection<? extends T>, boolean) - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
-
Alias for
AbstractRepository.removeAll(Collection, boolean). - deleteAll(Collection<? extends T>, boolean) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Remove the specified entities.
- deleteAll(Collection<? extends T>, boolean) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Delete specified entities.
- deleteAll(Stream<? extends T>) - Method in class com.oracle.coherence.spring.data.repository.BackingAsyncRepository
-
Alias for
AbstractAsyncRepository.removeAll(Stream). - deleteAll(Stream<? extends T>) - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
-
Alias for
AbstractRepository.removeAll(Stream). - deleteAll(Stream<? extends T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Remove the specified entities.
- deleteAll(Stream<? extends T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Delete specified entities.
- deleteAll(Stream<? extends T>, boolean) - Method in class com.oracle.coherence.spring.data.repository.BackingAsyncRepository
-
Alias for
AbstractAsyncRepository.removeAll(Stream, boolean). - deleteAll(Stream<? extends T>, boolean) - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
-
Alias for
AbstractRepository.removeAll(Stream, boolean). - deleteAll(Stream<? extends T>, boolean) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Remove the specified entities.
- deleteAll(Stream<? extends T>, boolean) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Delete specified entities.
- deleteAllById(Iterable<? extends ID>) - Method in interface com.oracle.coherence.spring.data.repository.AsyncCrudRepository
-
Deletes all instances of the type
Twith the given IDs. - deleteAllById(Iterable<? extends ID>) - Method in class com.oracle.coherence.spring.data.repository.BackingAsyncRepository
-
Deletes all instances of the type
Twith the given IDs. - deleteAllById(Iterable<? extends ID>) - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
-
Deletes all instances of the type
Twith the given IDs. - deleteAllById(Iterable<? extends ID>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
- deleteAllById(Iterable<? extends ID>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
- deleteAllById(Collection<? extends ID>) - Method in class com.oracle.coherence.spring.data.repository.BackingAsyncRepository
-
Alias for
AbstractAsyncRepository.removeAllById(Collection). - deleteAllById(Collection<? extends ID>) - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
-
Alias for
AbstractRepository.removeAllById(Collection). - deleteAllById(Collection<? extends ID>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Remove entities with the specified identifiers.
- deleteAllById(Collection<? extends ID>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Delete entities with the specified identifiers.
- deleteAllById(Collection<? extends ID>, boolean) - Method in class com.oracle.coherence.spring.data.repository.BackingAsyncRepository
-
Alias for
AbstractAsyncRepository.removeAllById(Collection, boolean). - deleteAllById(Collection<? extends ID>, boolean) - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
-
Alias for
AbstractRepository.removeAllById(Collection, boolean). - deleteAllById(Collection<? extends ID>, boolean) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Remove entities with the specified identifiers.
- deleteAllById(Collection<? extends ID>, boolean) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Delete entities with the specified identifiers.
- deleteById(ID) - Method in interface com.oracle.coherence.spring.data.repository.AsyncCrudRepository
-
Deletes the entity with the given id.
- deleteById(ID) - Method in class com.oracle.coherence.spring.data.repository.BackingAsyncRepository
-
Deletes the entity with the given id.
- deleteById(ID) - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
-
Deletes the entity with the given id.
- deleteById(ID) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
- deleteById(ID) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
- deleteById(ID, boolean) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Remove the entity with a specified identifier.
- distinct(Filter<?>, ValueExtractor<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the set of distinct values for the specified extractor.
- distinct(Filter<?>, ValueExtractor<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the set of distinct values for the specified extractor.
- distinct(ValueExtractor<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the set of distinct values for the specified extractor.
- distinct(ValueExtractor<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the set of distinct values for the specified extractor.
E
- EnableCoherenceRepositories - Annotation Interface in com.oracle.coherence.spring.data.config
-
Annotation to enable Coherence repositories.
- excludeFilters() - Element in annotation interface com.oracle.coherence.spring.data.config.EnableCoherenceRepositories
-
Specifies which types are not eligible for component scanning.
- execute(Object[]) - Method in class com.oracle.coherence.spring.data.repository.query.CoherenceRepositoryQuery
- existsById(ID) - Method in interface com.oracle.coherence.spring.data.repository.AsyncCrudRepository
-
Returns whether an entity with the given id exists.
- existsById(ID) - Method in class com.oracle.coherence.spring.data.repository.BackingAsyncRepository
-
Returns whether an entity with the given id exists.
- existsById(ID) - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
-
Returns whether an entity with the given id exists.
- existsById(ID) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
- existsById(ID) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
F
- findAll() - Method in interface com.oracle.coherence.spring.data.repository.AsyncCrudRepository
-
Returns all instances of the type.
- findAll() - Method in class com.oracle.coherence.spring.data.repository.BackingAsyncRepository
-
Returns all instances of the type.
- findAll() - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
-
Returns all instances of the type.
- findAll() - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
- findAll() - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
- findAll(Pageable) - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
-
Returns a
Pageof entities meeting the paging restriction provided in thePageableobject. - findAll(Pageable) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
- findAll(Sort) - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
-
Returns all entities sorted by the given options.
- findAll(Sort) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
- findAllById(Iterable<ID>) - Method in interface com.oracle.coherence.spring.data.repository.AsyncCrudRepository
-
Returns all instances of the type
Twith the given IDs. - findAllById(Iterable<ID>) - Method in class com.oracle.coherence.spring.data.repository.BackingAsyncRepository
-
Returns all instances of the type
Twith the given IDs. - findAllById(Iterable<ID>) - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
-
Returns all instances of the type
Twith the given IDs. - findAllById(Iterable<ID>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
- findAllById(Iterable<ID>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
- findById(ID) - Method in interface com.oracle.coherence.spring.data.repository.AsyncCrudRepository
-
Retrieves an entity by its id.
- findById(ID) - Method in class com.oracle.coherence.spring.data.repository.BackingAsyncRepository
-
Retrieves an entity by its id.
- findById(ID) - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
-
Retrieves an entity by its id.
- findById(ID) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
- findById(ID) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
G
- get(ID, ValueExtractor<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the value extracted from an entity with a given identifier.
- get(ID, ValueExtractor<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the value extracted from an entity with a given identifier.
- getAggregator() - Method in class com.oracle.coherence.spring.data.repository.query.QueryResult
-
Returns the
InvocableMap.EntryAggregator, if any, for the query. - getAll(Filter<?>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return all entities that satisfy the specified criteria.
- getAll(Filter<?>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return all entities that satisfy the specified criteria.
- getAll(Filter<?>, ValueExtractor<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return a map of values extracted from a set of entities based on the specified criteria.
- getAll(Filter<?>, ValueExtractor<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return a map of values extracted from a set of entities based on the specified criteria.
- getAll(Filter<?>, ValueExtractor<? super T, ? extends R>, BiConsumer<? super ID, ? super R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Streams the id and the associated extracted value from a set of entities based on the specified criteria.
- getAll(Filter<?>, Consumer<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Stream all entities that satisfy the specified criteria.
- getAll(ValueExtractor<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return a map of values extracted from all entities in the repository.
- getAll(ValueExtractor<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return a map of values extracted from all entities in the repository.
- getAll(ValueExtractor<? super T, ? extends R>, BiConsumer<? super ID, ? super R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Streams the id and the associated extracted value from all entities in the repository.
- getAll(Collection<? extends ID>, ValueExtractor<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return a map of values extracted from a set of entities with the given identifiers.
- getAll(Collection<? extends ID>, ValueExtractor<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return a map of values extracted from a set of entities with the given identifiers.
- getAll(Collection<? extends ID>, ValueExtractor<? super T, ? extends R>, BiConsumer<? super ID, ? super R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Stream the entities associated with the specified ids to the provided callback.
- getAll(Collection<? extends ID>, Consumer<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Stream the entities associated with the specified ids to the provided callback.
- getAll(Consumer<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Stream all entities all entities in this repository.
- getAllOrderedBy(Filter<?>, Remote.Comparator<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return all entities that satisfy the specified criteria, sorted using specified
Remote.Comparator. - getAllOrderedBy(Filter<?>, Remote.Comparator<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return all entities that satisfy the specified criteria, sorted using specified
Remote.Comparator. - getAllOrderedBy(Filter<?>, ValueExtractor<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return all entities that satisfy the specified criteria, sorted using specified
Comparableattribute. - getAllOrderedBy(Filter<?>, ValueExtractor<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return all entities that satisfy the specified criteria, sorted using specified
Comparableattribute. - getAllOrderedBy(Remote.Comparator<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return all entities in this repository, sorted using specified
Remote.Comparator. - getAllOrderedBy(Remote.Comparator<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return all entities in this repository, sorted using specified
Remote.Comparator. - getAllOrderedBy(ValueExtractor<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return all entities in this repository, sorted using specified
Comparableattribute. - getAllOrderedBy(ValueExtractor<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return all entities in this repository, sorted using specified
Comparableattribute. - getAnnotation() - Method in class com.oracle.coherence.spring.data.config.CoherenceRepositoriesRegistrar
- getEntityInformation(Class<T>) - Method in class com.oracle.coherence.spring.data.support.CoherenceRepositoryFactory
- getEntityType() - Method in class com.oracle.coherence.spring.data.repository.BackingAsyncRepository
- getEntityType() - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
- getExtension() - Method in class com.oracle.coherence.spring.data.config.CoherenceRepositoriesRegistrar
- getFilter() - Method in class com.oracle.coherence.spring.data.repository.query.QueryResult
-
Returns the
Filtercriteria for the query. - getId(T) - Method in class com.oracle.coherence.spring.data.repository.BackingAsyncRepository
- getId(T) - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
- getIdentifyingTypes() - Method in class com.oracle.coherence.spring.data.support.CoherenceRepositoryConfigurationExtension
- getMap() - Method in class com.oracle.coherence.spring.data.repository.BackingAsyncRepository
- getMap() - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
- getMap() - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the underlying
AsyncNamedMapthat backs thisRepository. - getMap() - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the underlying
NamedMapthat backs thisRepository. - getModuleName() - Method in class com.oracle.coherence.spring.data.support.CoherenceRepositoryConfigurationExtension
- getModulePrefix() - Method in class com.oracle.coherence.spring.data.support.CoherenceRepositoryConfigurationExtension
- getQueryLookupStrategy(QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider) - Method in class com.oracle.coherence.spring.data.support.CoherenceRepositoryFactory
- getQueryMethod() - Method in class com.oracle.coherence.spring.data.repository.query.CoherenceRepositoryQuery
- getRepositoryBaseClass(RepositoryMetadata) - Method in class com.oracle.coherence.spring.data.support.CoherenceRepositoryFactory
- getRepositoryFactoryBeanClassName() - Method in class com.oracle.coherence.spring.data.support.CoherenceRepositoryConfigurationExtension
- getSort() - Method in class com.oracle.coherence.spring.data.repository.query.QueryResult
-
Return the desired
Sortorder. - getTargetRepository(RepositoryInformation) - Method in class com.oracle.coherence.spring.data.support.CoherenceRepositoryFactory
- groupBy(Filter<?>, ValueExtractor<? super T, ? extends K>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the grouping of entities by the specified extractor.
- groupBy(Filter<?>, ValueExtractor<? super T, ? extends K>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the grouping of entities by the specified extractor.
- groupBy(Filter<?>, ValueExtractor<? super T, ? extends K>, Remote.Comparator<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the grouping of entities by the specified extractor, ordered by the specified attribute within each group.
- groupBy(Filter<?>, ValueExtractor<? super T, ? extends K>, Remote.Comparator<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the grouping of entities by the specified extractor, ordered by the specified attribute within each group.
- groupBy(Filter<?>, ValueExtractor<? super T, ? extends K>, Remote.Supplier<M>, RemoteCollector<? super T, A, R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the grouping of entities by the specified extractor.
- groupBy(Filter<?>, ValueExtractor<? super T, ? extends K>, Remote.Supplier<M>, RemoteCollector<? super T, A, R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the grouping of entities by the specified extractor.
- groupBy(Filter<?>, ValueExtractor<? super T, ? extends K>, RemoteCollector<? super T, A, R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the grouping of entities by the specified extractor.
- groupBy(Filter<?>, ValueExtractor<? super T, ? extends K>, RemoteCollector<? super T, A, R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the grouping of entities by the specified extractor.
- groupBy(ValueExtractor<? super T, ? extends K>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the grouping of entities by the specified extractor.
- groupBy(ValueExtractor<? super T, ? extends K>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the grouping of entities by the specified extractor.
- groupBy(ValueExtractor<? super T, ? extends K>, Remote.Comparator<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the grouping of entities by the specified extractor, ordered by the specified attribute within each group.
- groupBy(ValueExtractor<? super T, ? extends K>, Remote.Comparator<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the grouping of entities by the specified extractor, ordered by the specified attribute within each group.
- groupBy(ValueExtractor<? super T, ? extends K>, Remote.Supplier<M>, RemoteCollector<? super T, A, R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the grouping of entities by the specified extractor.
- groupBy(ValueExtractor<? super T, ? extends K>, Remote.Supplier<M>, RemoteCollector<? super T, A, R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the grouping of entities by the specified extractor.
- groupBy(ValueExtractor<? super T, ? extends K>, RemoteCollector<? super T, A, R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the grouping of entities by the specified extractor.
- groupBy(ValueExtractor<? super T, ? extends K>, RemoteCollector<? super T, A, R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the grouping of entities by the specified extractor.
I
- includeFilters() - Element in annotation interface com.oracle.coherence.spring.data.config.EnableCoherenceRepositories
-
Specifies which types are eligible for component scanning.
- isIdProperty() - Method in class com.oracle.coherence.spring.data.core.mapping.CoherencePersistentProperty
L
- listener() - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
- listener() - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
- listener() - Method in interface com.oracle.coherence.spring.data.repository.ListenerSupport
-
Create new
AbstractRepositoryBase.Listener.Builderinstance. - ListenerSupport<T,
ID> - Interface in com.oracle.coherence.spring.data.repository -
Common interface for repositories wishing to expose Coherence-based events.
M
- max(Filter<?>, Remote.ToBigDecimalFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the maximum value of the specified function.
- max(Filter<?>, Remote.ToBigDecimalFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the maximum value of the specified function.
- max(Filter<?>, Remote.ToComparableFunction<? super T, R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the maximum value of the specified function.
- max(Filter<?>, Remote.ToComparableFunction<? super T, R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the maximum value of the specified function.
- max(Filter<?>, Remote.ToDoubleFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the maximum value of the specified function.
- max(Filter<?>, Remote.ToDoubleFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the maximum value of the specified function.
- max(Filter<?>, Remote.ToIntFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the maximum value of the specified function.
- max(Filter<?>, Remote.ToIntFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the maximum value of the specified function.
- max(Filter<?>, Remote.ToLongFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the maximum value of the specified function.
- max(Filter<?>, Remote.ToLongFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the maximum value of the specified function.
- max(Remote.ToBigDecimalFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the maximum value of the specified function.
- max(Remote.ToBigDecimalFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the maximum value of the specified function.
- max(Remote.ToComparableFunction<? super T, R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the maximum value of the specified function.
- max(Remote.ToComparableFunction<? super T, R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the maximum value of the specified function.
- max(Remote.ToDoubleFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the maximum value of the specified function.
- max(Remote.ToDoubleFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the maximum value of the specified function.
- max(Remote.ToIntFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the maximum value of the specified function.
- max(Remote.ToIntFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the maximum value of the specified function.
- max(Remote.ToLongFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the maximum value of the specified function.
- max(Remote.ToLongFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the maximum value of the specified function.
- maxBy(Filter<?>, ValueExtractor<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the entity with the maximum value of the specified function.
- maxBy(Filter<?>, ValueExtractor<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the entity with the maximum value of the specified function.
- maxBy(ValueExtractor<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the entity with the maximum value of the specified function.
- maxBy(ValueExtractor<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the entity with the maximum value of the specified function.
- min(Filter<?>, Remote.ToBigDecimalFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the minimum value of the specified function.
- min(Filter<?>, Remote.ToBigDecimalFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the minimum value of the specified function.
- min(Filter<?>, Remote.ToComparableFunction<? super T, R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the minimum value of the specified function.
- min(Filter<?>, Remote.ToComparableFunction<? super T, R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the minimum value of the specified function.
- min(Filter<?>, Remote.ToDoubleFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the minimum value of the specified function.
- min(Filter<?>, Remote.ToDoubleFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the minimum value of the specified function.
- min(Filter<?>, Remote.ToIntFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the minimum value of the specified function.
- min(Filter<?>, Remote.ToIntFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the minimum value of the specified function.
- min(Filter<?>, Remote.ToLongFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the minimum value of the specified function.
- min(Filter<?>, Remote.ToLongFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the minimum value of the specified function.
- min(Remote.ToBigDecimalFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the minimum value of the specified function.
- min(Remote.ToBigDecimalFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the minimum value of the specified function.
- min(Remote.ToComparableFunction<? super T, R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the minimum value of the specified function.
- min(Remote.ToComparableFunction<? super T, R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the minimum value of the specified function.
- min(Remote.ToDoubleFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the minimum value of the specified function.
- min(Remote.ToDoubleFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the minimum value of the specified function.
- min(Remote.ToIntFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the minimum value of the specified function.
- min(Remote.ToIntFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the minimum value of the specified function.
- min(Remote.ToLongFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the minimum value of the specified function.
- min(Remote.ToLongFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the minimum value of the specified function.
- minBy(Filter<?>, ValueExtractor<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the entity with the minimum value of the specified function.
- minBy(Filter<?>, ValueExtractor<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the entity with the minimum value of the specified function.
- minBy(ValueExtractor<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the entity with the minimum value of the specified function.
- minBy(ValueExtractor<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the entity with the minimum value of the specified function.
N
- namedQueriesLocation() - Element in annotation interface com.oracle.coherence.spring.data.config.EnableCoherenceRepositories
-
Configures the location of where to find the Spring Data named queries properties file.
O
- or(QueryState, QueryState) - Method in class com.oracle.coherence.spring.data.repository.query.CoherenceQueryCreator
P
- postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class com.oracle.coherence.spring.data.support.CoherenceRepositoryConfigurationExtension
Q
- queryLookupStrategy() - Element in annotation interface com.oracle.coherence.spring.data.config.EnableCoherenceRepositories
-
Returns the key of the
QueryLookupStrategyto be used for lookup queries for query methods. - QueryResult - Class in com.oracle.coherence.spring.data.repository.query
-
The final result of query processing that includes the
Filteras the query discriminate and theEntryAggregator. - QueryResult(QueryState, Sort) - Constructor for class com.oracle.coherence.spring.data.repository.query.QueryResult
-
Creates a new
QueryResult. - QueryState - Class in com.oracle.coherence.spring.data.repository.query
-
Simple query state holder used by the query building process.
- QueryState() - Constructor for class com.oracle.coherence.spring.data.repository.query.QueryState
R
- removeListener(AbstractRepositoryBase.Listener<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
- removeListener(AbstractRepositoryBase.Listener<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
- removeListener(AbstractRepositoryBase.Listener<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.ListenerSupport
-
Unregister a listener that observes all repository events.
- removeListener(Filter<?>, AbstractRepositoryBase.Listener<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
- removeListener(Filter<?>, AbstractRepositoryBase.Listener<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
- removeListener(Filter<?>, AbstractRepositoryBase.Listener<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.ListenerSupport
-
Unregister a listener that observes all events for entities that satisfy the specified criteria.
- removeListener(ID, AbstractRepositoryBase.Listener<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
- removeListener(ID, AbstractRepositoryBase.Listener<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
- removeListener(ID, AbstractRepositoryBase.Listener<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.ListenerSupport
-
Unregister a listener that observes all events for a specific entity.
- repositoryBaseClass() - Element in annotation interface com.oracle.coherence.spring.data.config.EnableCoherenceRepositories
-
Configure the repository base class to be used to create repository proxies for this particular configuration.
- repositoryFactoryBeanClass() - Element in annotation interface com.oracle.coherence.spring.data.config.EnableCoherenceRepositories
-
Returns the
FactoryBeanclass to be used for each repository instance. - repositoryImplementationPostfix() - Element in annotation interface com.oracle.coherence.spring.data.config.EnableCoherenceRepositories
-
Returns the postfix to be used when looking up custom repository implementations.
S
- save(S) - Method in interface com.oracle.coherence.spring.data.repository.AsyncCrudRepository
-
Saves a given entity.
- save(S) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
- save(S) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
- saveAll(Iterable<S>) - Method in interface com.oracle.coherence.spring.data.repository.AsyncCrudRepository
-
Saves all given entities.
- saveAll(Iterable<S>) - Method in class com.oracle.coherence.spring.data.repository.BackingAsyncRepository
-
Saves all given entities.
- saveAll(Iterable<S>) - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
-
Saves all given entities.
- saveAll(Iterable<S>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
- saveAll(Iterable<S>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
- saveAll(Stream<? extends T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Store all specified entities as a batch.
- saveAll(Stream<? extends T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Store all specified entities as a batch.
- session() - Element in annotation interface com.oracle.coherence.spring.data.config.CoherenceMap
-
Specifies the name of the
Sessionshould be used to look up theNamedMap. - setCoherence(Coherence) - Method in class com.oracle.coherence.spring.data.support.CoherenceRepositoryFactoryBean
-
Configures the
Coherenceinstance to be used. - stream() - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return a stream of all entities in this repository.
- stream(Filter<?>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return a stream of all entities in this repository that satisfy the specified criteria.
- stream(Collection<? extends ID>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return a stream of entities with the specified identifiers.
- sum(Filter<?>, Remote.ToBigDecimalFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the sum of the specified function.
- sum(Filter<?>, Remote.ToBigDecimalFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the sum of the specified function.
- sum(Filter<?>, Remote.ToDoubleFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the sum of the specified function.
- sum(Filter<?>, Remote.ToDoubleFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the sum of the specified function.
- sum(Filter<?>, Remote.ToIntFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the sum of the specified function.
- sum(Filter<?>, Remote.ToIntFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the sum of the specified function.
- sum(Filter<?>, Remote.ToLongFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the sum of the specified function.
- sum(Filter<?>, Remote.ToLongFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the sum of the specified function.
- sum(Remote.ToBigDecimalFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the sum of the specified function.
- sum(Remote.ToBigDecimalFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the sum of the specified function.
- sum(Remote.ToDoubleFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the sum of the specified function.
- sum(Remote.ToDoubleFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the sum of the specified function.
- sum(Remote.ToIntFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the sum of the specified function.
- sum(Remote.ToIntFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the sum of the specified function.
- sum(Remote.ToLongFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the sum of the specified function.
- sum(Remote.ToLongFunction<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the sum of the specified function.
T
- toComparator(Sort) - Static method in class com.oracle.coherence.spring.data.support.Utils
-
Convert Spring
SorttoRemote.Comparator. - top(Filter<?>, ValueExtractor<? super T, ? extends R>, int) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the top N highest values for the specified extractor.
- top(Filter<?>, ValueExtractor<? super T, ? extends R>, int) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the top N highest values for the specified extractor.
- top(Filter<?>, ValueExtractor<? super T, ? extends R>, Remote.Comparator<? super R>, int) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the top N highest values for the specified extractor.
- top(Filter<?>, ValueExtractor<? super T, ? extends R>, Remote.Comparator<? super R>, int) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the top N highest values for the specified extractor.
- top(ValueExtractor<? super T, ? extends R>, int) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the top N highest values for the specified extractor.
- top(ValueExtractor<? super T, ? extends R>, int) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the top N highest values for the specified extractor.
- top(ValueExtractor<? super T, ? extends R>, Remote.Comparator<? super R>, int) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the top N highest values for the specified extractor.
- top(ValueExtractor<? super T, ? extends R>, Remote.Comparator<? super R>, int) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the top N highest values for the specified extractor.
- topBy(Filter<?>, Remote.Comparator<? super T>, int) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the top N entities with the highest values for the specified extractor.
- topBy(Filter<?>, Remote.Comparator<? super T>, int) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the top N entities with the highest values for the specified extractor.
- topBy(Filter<?>, ValueExtractor<? super T, ? extends R>, int) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the top N entities with the highest values for the specified extractor.
- topBy(Filter<?>, ValueExtractor<? super T, ? extends R>, int) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the top N entities with the highest values for the specified extractor.
- topBy(Remote.Comparator<? super T>, int) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the top N entities with the highest values for the specified extractor.
- topBy(Remote.Comparator<? super T>, int) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the top N entities with the highest values for the specified extractor.
- topBy(ValueExtractor<? super T, ? extends R>, int) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Return the top N entities with the highest values for the specified extractor.
- topBy(ValueExtractor<? super T, ? extends R>, int) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Return the top N entities with the highest values for the specified extractor.
U
- update(ID, Remote.BiFunction<? super T, ? super U, ? extends R>, U) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Update an entity using specified updater and the new value.
- update(ID, Remote.BiFunction<? super T, ? super U, ? extends R>, U) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Update an entity using specified updater and the new value.
- update(ID, Remote.BiFunction<? super T, ? super U, ? extends R>, U, EntityFactory<? super ID, ? extends T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Update an entity using specified updater function, and optional
EntityFactorythat will be used to create entity instance if it doesn't already exist in the repository. - update(ID, Remote.BiFunction<? super T, ? super U, ? extends R>, U, EntityFactory<? super ID, ? extends T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Update an entity using specified updater function, and optional
EntityFactorythat will be used to create entity instance if it doesn't already exist in the repository. - update(ID, Remote.Function<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Update an entity using specified updater function.
- update(ID, Remote.Function<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Update an entity using specified updater function.
- update(ID, Remote.Function<? super T, ? extends R>, EntityFactory<? super ID, ? extends T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Update an entity using specified updater function, and optional
EntityFactorythat will be used to create entity instance if it doesn't already exist in the repository. - update(ID, Remote.Function<? super T, ? extends R>, EntityFactory<? super ID, ? extends T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Update an entity using specified updater function, and optional
EntityFactorythat will be used to create entity instance if it doesn't already exist in the repository. - update(ID, ValueUpdater<? super T, ? super U>, U) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Update an entity using specified updater and the new value.
- update(ID, ValueUpdater<? super T, ? super U>, U) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Update an entity using specified updater and the new value.
- update(ID, ValueUpdater<? super T, ? super U>, U, EntityFactory<? super ID, ? extends T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Update an entity using specified updater and the new value, and optional
EntityFactorythat will be used to create entity instance if it doesn't already exist in the repository. - update(ID, ValueUpdater<? super T, ? super U>, U, EntityFactory<? super ID, ? extends T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Update an entity using specified updater and the new value, and optional
EntityFactorythat will be used to create entity instance if it doesn't already exist in the repository. - updateAll(Filter<?>, Remote.BiFunction<? super T, ? super U, ? extends R>, U) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Update multiple entities using specified updater and the new value.
- updateAll(Filter<?>, Remote.BiFunction<? super T, ? super U, ? extends R>, U) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Update multiple entities using specified updater and the new value.
- updateAll(Filter<?>, Remote.Function<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Update multiple entities using specified updater function.
- updateAll(Filter<?>, Remote.Function<? super T, ? extends R>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Update multiple entities using specified updater function.
- updateAll(Filter<?>, ValueUpdater<? super T, ? super U>, U) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository
-
Update multiple entities using specified updater and the new value.
- updateAll(Filter<?>, ValueUpdater<? super T, ? super U>, U) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
-
Update multiple entities using specified updater and the new value.
- Utils - Class in com.oracle.coherence.spring.data.support
-
General static utilities.
- Utils() - Constructor for class com.oracle.coherence.spring.data.support.Utils
V
- value() - Element in annotation interface com.oracle.coherence.spring.data.config.CoherenceMap
-
Specifies the name of the Coherence
NamedMapthe annotated repository should use. - value() - Element in annotation interface com.oracle.coherence.spring.data.config.EnableCoherenceRepositories
-
Alias for the
EnableCoherenceRepositories.basePackages()attribute.
All Classes and Interfaces|All Packages