A B C D E F G H I J L M N O P Q R S T U V W 
All Classes All Packages

A

AbstractSessionConfigurationBean - Class in com.oracle.coherence.spring.configuration.session
AbstractSessionConfigurationBean() - Constructor for class com.oracle.coherence.spring.configuration.session.AbstractSessionConfigurationBean
AbstractSessionConfigurationBean(String) - Constructor for class com.oracle.coherence.spring.configuration.session.AbstractSessionConfigurationBean
Activated - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive ACTIVATED LifecycleEvents.
Activating - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive ACTIVATING LifecycleEvents.
addListener(AbstractRepositoryBase.Listener<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
Register a listener that will observe all repository events.
addListener(Filter<?>, AbstractRepositoryBase.Listener<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
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.CoherenceRepository
Register a listener that will observe all events for a specific entity.
addMapListener(AnnotatedMapListener<?, ?>) - Method in class com.oracle.coherence.spring.event.MapListenerRegistrationBean
Add specified listener to the collection of discovered observer-based listeners.
afterPropertiesSet() - Method in class com.oracle.coherence.spring.CoherenceServer
 
afterPropertiesSet() - Method in class com.oracle.coherence.spring.data.support.CoherenceRepositoryFactoryBean
afterPropertiesSet() - Method in class com.oracle.coherence.spring.SpringBasedCoherenceSession
 
AlwaysFilter - Annotation Type in com.oracle.coherence.spring.annotation
A FilterBinding annotation representing an AlwaysFilter.
and(Part, QueryState, Iterator<Object>) - Method in class com.oracle.coherence.spring.data.repository.query.CoherenceQueryCreator
AnnotatedMapListener<K,​V> - Class in com.oracle.coherence.spring.event
MapListener implementation that dispatches MapEvents to CoherenceEventListener annotated methods.
applicationContext - Variable in class com.oracle.coherence.spring.configuration.MapEventTransformerService
The Spring application context.
Arrived - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive ASSIGNED TransferEvent.
Assigned - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive ARRIVED TransferEvent.
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.CoherenceRepository
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.CoherenceRepository
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.CoherenceRepository
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.CoherenceRepository
Return the average of the specified function.

B

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
 
Backlog - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used for any BACKLOG event.
Backlog.Type - Enum in com.oracle.coherence.spring.annotation.event
The backlog event type.
basePackageClasses() - Method in annotation type com.oracle.coherence.spring.data.config.EnableCoherenceRepositories
Type-safe alternative to EnableCoherenceRepositories.basePackages() for specifying the packages to scan for annotated components.
basePackages() - Method in annotation type com.oracle.coherence.spring.data.config.EnableCoherenceRepositories
Base packages to scan for annotated components.
BeanBuilder - Class in com.oracle.coherence.spring.namespace
Looks up a Spring bean based on the xml <spring:bean> configuration.
BeanProcessor - Class in com.oracle.coherence.spring.namespace
Element processor for <spring:bean/> XML element.
buildChannel(CoherenceConfigClientProperties) - Method in class com.oracle.coherence.spring.boot.config.CoherenceGrpcClient
Builds gRPC channel.
buildSession(Channel, CoherenceConfigClientProperties) - Method in class com.oracle.coherence.spring.boot.config.CoherenceGrpcClient
Builds Coherence session.
buildSourceNames(CoherenceConfigDataResource) - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigDataLoader
Build a list of config source names.

C

CacheName - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to indicate a specific cache name.
cacheValues() - Method in annotation type com.oracle.coherence.spring.annotation.View
A flag that is true to cache both the keys and values of the materialized view locally, or false to only cache the keys (the default value is true).
CachingEnabledCondition - Class in com.oracle.coherence.spring.boot.autoconfigure
A Spring Condition that matches if the EnableCaching annotation is specified in the application context.
CachingEnabledCondition() - Constructor for class com.oracle.coherence.spring.boot.autoconfigure.CachingEnabledCondition
 
can_be_anything() - Method in annotation type com.oracle.coherence.spring.annotation.ChainedExtractor.Extractors
 
can_be_anything() - Method in annotation type com.oracle.coherence.spring.annotation.PofExtractor.Extractors
 
can_be_anything() - Method in annotation type com.oracle.coherence.spring.annotation.PropertyExtractor.Extractors
 
ChainedExtractor - Annotation Type in com.oracle.coherence.spring.annotation
A ExtractorBinding annotation representing a ChainedExtractor.
ChainedExtractor.Extractors - Annotation Type in com.oracle.coherence.spring.annotation
A holder for the repeatable ChainedExtractor annotation.
clear() - Method in class com.oracle.coherence.spring.cache.CoherenceCache
 
CLIENT - com.oracle.coherence.spring.configuration.session.SessionType
The session is a client session, that is it expects to be a Coherence*Extend client.
close() - Method in class com.oracle.coherence.spring.boot.config.CoherenceGrpcClient
 
COHERENCE_ASYNC_CACHE_BEAN_NAME - Static variable in class com.oracle.coherence.spring.configuration.NamedCacheConfiguration
The name of the default Coherence cache bean.
COHERENCE_BEAN_NAME - Static variable in class com.oracle.coherence.spring.configuration.CoherenceSpringConfiguration
The name of the default Coherence bean.
COHERENCE_CACHE_BEAN_NAME - Static variable in class com.oracle.coherence.spring.configuration.NamedCacheConfiguration
The name of the default Coherence cache bean.
COHERENCE_CLUSTER_BEAN_NAME - Static variable in class com.oracle.coherence.spring.configuration.CoherenceSpringConfiguration
The name of the default Coherence Cluster bean.
COHERENCE_CONFIGURATION_BEAN_NAME - Static variable in class com.oracle.coherence.spring.configuration.CoherenceSpringConfiguration
The name of the default CoherenceConfiguration bean.
COHERENCE_CONFIGURER_BEAN_NAME - Static variable in class com.oracle.coherence.spring.configuration.CoherenceSpringConfiguration
The name of the CoherenceConfigurer bean.
COHERENCE_PREFIX - Static variable in class com.oracle.coherence.spring.boot.config.CoherenceConfigDataLocationResolver
Prefix used to indicate a CoherenceConfigDataResource.
COHERENCE_SERVER_BEAN_NAME - Static variable in class com.oracle.coherence.spring.configuration.CoherenceSpringConfiguration
The name of the default CoherenceServer bean.
COHERENCE_VIEW_BEAN_NAME - Static variable in class com.oracle.coherence.spring.configuration.NamedCacheConfiguration
The name of the default Coherence cache bean.
CoherenceAnnotationUtils - Class in com.oracle.coherence.spring.configuration.support
Provides utilities for retrieving annotations from the provided InjectionPoint.
CoherenceAnnotationUtils() - Constructor for class com.oracle.coherence.spring.configuration.support.CoherenceAnnotationUtils
 
CoherenceApplicationContext(String) - Constructor for class com.oracle.coherence.spring.SpringNamespaceHandler.SpringBeanFactoryBuilder.CoherenceApplicationContext
Construct a CoherenceApplicationContext.
CoherenceAsyncCache - Annotation Type in com.oracle.coherence.spring.configuration.annotation
Meta-annotation that marks the asynchronous wrapper implementation of Coherence Caches using AsyncNamedCache for dependency-injection.
CoherenceAsyncMap - Annotation Type in com.oracle.coherence.spring.configuration.annotation
Meta-annotation that marks the asynchronous wrapper implementation of Coherence Maps using AsyncNamedMap for dependency-injection.
CoherenceAutoConfiguration - Class in com.oracle.coherence.spring.boot.autoconfigure
Activates Coherence Auto Configuration for Spring Boot, provided the respective CoherenceServer is not defined.
CoherenceAutoConfiguration() - Constructor for class com.oracle.coherence.spring.boot.autoconfigure.CoherenceAutoConfiguration
 
coherenceAutoConfigurationBeanFactoryPostProcessor(ConfigurableEnvironment) - Static method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceAutoConfiguration
 
CoherenceBeanExpressionResolver - Class in com.oracle.coherence.spring
A BeanExpressionResolver implementation that bridges Coherence configuration concepts with Spring configuration concepts.
CoherenceBeanExpressionResolver(ExpressionParser) - Constructor for class com.oracle.coherence.spring.CoherenceBeanExpressionResolver
Creates a CoherenceBeanExpressionResolver instance.
CoherenceCache - Class in com.oracle.coherence.spring.cache
Coherence-specific implementation of Cache that defines common cache operations.
CoherenceCache - Annotation Type in com.oracle.coherence.spring.configuration.annotation
Meta-annotation that marks Coherence Caches using NamedCache for dependency-injection.
CoherenceCache(NamedCache<Object, Object>) - Constructor for class com.oracle.coherence.spring.cache.CoherenceCache
 
CoherenceCacheManager - Class in com.oracle.coherence.spring.cache
Implementation of the CacheManager for Oracle Coherence.
CoherenceCacheManager(Coherence) - Constructor for class com.oracle.coherence.spring.cache.CoherenceCacheManager
Constructs a new CoherenceCacheManager using the provided Coherence instance.
CoherenceConfigClientProperties - Class in com.oracle.coherence.spring.boot.config
Contains Spring Boot @ConfigurationProperties for retrieval of configuration properties stored in a remote Coherence cluster.
CoherenceConfigClientProperties() - Constructor for class com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties
 
CoherenceConfigClientProperties.GrpcClientProperties - Class in com.oracle.coherence.spring.boot.config
Coherence gRPC client configuration.
CoherenceConfigDataLoader - Class in com.oracle.coherence.spring.boot.config
Coherence-specific implementation of Spring Boot's ConfigDataLoader.
CoherenceConfigDataLoader() - Constructor for class com.oracle.coherence.spring.boot.config.CoherenceConfigDataLoader
 
CoherenceConfigDataLocationResolver - Class in com.oracle.coherence.spring.boot.config
ConfigDataLocationResolver for Coherence Spring resolving CoherenceConfigDataResource using the CoherenceConfigDataLocationResolver.COHERENCE_PREFIX prefix.
CoherenceConfigDataLocationResolver() - Constructor for class com.oracle.coherence.spring.boot.config.CoherenceConfigDataLocationResolver
 
CoherenceConfigDataResource - Class in com.oracle.coherence.spring.boot.config
Represents a Coherence-specific ConfigDataResource resource from which ConfigData can be loaded.
CoherenceConfigDataResource(CoherenceConfigClientProperties, boolean, Profiles) - Constructor for class com.oracle.coherence.spring.boot.config.CoherenceConfigDataResource
 
CoherenceConfigurer - Interface in com.oracle.coherence.spring.configuration
Provides a strategy interface in order to customize the Coherence configuration.
CoherenceContext - Class in com.oracle.coherence.spring
A utility class to capture the ApplicationContext so that it is available to Coherence classes that are not managed by Spring.
CoherenceContext(ApplicationContext) - Constructor for class com.oracle.coherence.spring.CoherenceContext
CoherenceEventListener - Annotation Type in com.oracle.coherence.spring.event
A listener annotation that allows for the subscription of Coherence events.
CoherenceEventListenerCandidates - Class in com.oracle.coherence.spring.event
Holder for Coherence Event Listeners to be configured.
CoherenceEventListenerCandidates(Map<String, List<Method>>) - Constructor for class com.oracle.coherence.spring.event.CoherenceEventListenerCandidates
 
coherenceEventListenerMethodProcessor() - Static method in class com.oracle.coherence.spring.configuration.CoherenceSpringConfiguration
 
CoherenceEventListenerMethodProcessor - Class in com.oracle.coherence.spring.event
A BeanFactoryPostProcessor that processes methods annotated with @CoherenceEventListener.
CoherenceEventListenerMethodProcessor() - Constructor for class com.oracle.coherence.spring.event.CoherenceEventListenerMethodProcessor
 
CoherenceGrpcClient - Class in com.oracle.coherence.spring.boot.config
A CoherenceGrpcClient that works with Coherence as a config source.
CoherenceGrpcClient(CoherenceConfigClientProperties) - Constructor for class com.oracle.coherence.spring.boot.config.CoherenceGrpcClient
 
CoherenceInjector - Class in com.oracle.coherence.spring
Injector to allow the dependency injection of Spring beans into objects being deserialized and manipulated by cache operations.
CoherenceInjector() - Constructor for class com.oracle.coherence.spring.CoherenceInjector
 
CoherenceMap - Annotation Type in com.oracle.coherence.spring.configuration.annotation
Meta-annotation that marks Coherence Maps using NamedMap for dependency-injection.
CoherenceMap - Annotation Type 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
 
CoherenceProperties - Class in com.oracle.coherence.spring.boot.autoconfigure
Configuration properties for the Coherence Spring integration.
CoherenceProperties() - Constructor for class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties
 
CoherenceProperties.LoggingProperties - Class in com.oracle.coherence.spring.boot.autoconfigure
Coherence Logging Configuration.
CoherenceProperties.SessionProperties - Class in com.oracle.coherence.spring.boot.autoconfigure
Coherence Session Configuration.
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 CoherenceQueryCreator that will create a Coherence-specific QueryResult containing 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 Repository interface.
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 CoherenceRepositoryFactoryBean for 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.
CoherenceServer - Class in com.oracle.coherence.spring
Responsible for starting the default Coherence instance.
CoherenceServer(Coherence) - Constructor for class com.oracle.coherence.spring.CoherenceServer
Create a CoherenceServer.
CoherenceServer(Coherence, long) - Constructor for class com.oracle.coherence.spring.CoherenceServer
Create a CoherenceServer with a startup timeout.
CoherenceSpringConfiguration - Class in com.oracle.coherence.spring.configuration
Main configuration class to configure Coherence.
CoherenceSpringConfiguration(ConfigurableApplicationContext) - Constructor for class com.oracle.coherence.spring.configuration.CoherenceSpringConfiguration
 
com.oracle.coherence.spring - package com.oracle.coherence.spring
Contains classes for Coherence Spring integration.
com.oracle.coherence.spring.annotation - package com.oracle.coherence.spring.annotation
Annotation support.
com.oracle.coherence.spring.annotation.event - package com.oracle.coherence.spring.annotation.event
Provides Coherence event-specific annotation suppport.
com.oracle.coherence.spring.boot.autoconfigure - package com.oracle.coherence.spring.boot.autoconfigure
Provides auto configuration for Spring Boot.
com.oracle.coherence.spring.boot.autoconfigure.support - package com.oracle.coherence.spring.boot.autoconfigure.support
Classes supporting the com.oracle.coherence.spring.boot.autoconfigure package.
com.oracle.coherence.spring.boot.config - package com.oracle.coherence.spring.boot.config
Provides support for Spring Boot's ConfigData API.
com.oracle.coherence.spring.cache - package com.oracle.coherence.spring.cache
Support for Spring's cache abstraction.
com.oracle.coherence.spring.configuration - package com.oracle.coherence.spring.configuration
Spring configuration Support.
com.oracle.coherence.spring.configuration.annotation - package com.oracle.coherence.spring.configuration.annotation
Provides Configuration-related annotation support.
com.oracle.coherence.spring.configuration.session - package com.oracle.coherence.spring.configuration.session
Provides Coherence sesssion configuration support.
com.oracle.coherence.spring.configuration.support - package com.oracle.coherence.spring.configuration.support
Classes supporting the com.oracle.coherence.spring.configuration package.
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.
com.oracle.coherence.spring.event - package com.oracle.coherence.spring.event
Coherence Eventing Support.
com.oracle.coherence.spring.namespace - package com.oracle.coherence.spring.namespace
Spring namespace support.
Committed - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive COMMITTED TransactionEvent.
Committing - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive COMMITTING TransactionEvent.
CommittingLocal - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used for any COMMITTING_LOCAL event.
CommittingRemote - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used for any COMMITTING_REMOTE event.
compareTo(AnnotatedMapListener<?, ?>) - Method in class com.oracle.coherence.spring.event.AnnotatedMapListener
 
complete(QueryState, Sort) - Method in class com.oracle.coherence.spring.data.repository.query.CoherenceQueryCreator
 
Connecting - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used for any CONNECTING event.
considerNestedRepositories() - Method in annotation type com.oracle.coherence.spring.data.config.EnableCoherenceRepositories
Configures whether nested repository-interfaces (e.g.
count() - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
 
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(A) - Method in interface com.oracle.coherence.spring.annotation.ExtractorFactory
Create a ValueExtractor instance.
create(A) - Method in interface com.oracle.coherence.spring.annotation.FilterFactory
Create a Filter instance.
create(A) - Method in interface com.oracle.coherence.spring.annotation.MapEventTransformerFactory
Create a MapEventTransformer instance.
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
 
createCoherence() - Method in class com.oracle.coherence.spring.configuration.DefaultCoherenceConfigurer
 
createCoherenceConfiguration() - Method in class com.oracle.coherence.spring.configuration.DefaultCoherenceConfigurer
Create the CoherenceConfiguration.
createCoherenceServer() - Method in class com.oracle.coherence.spring.configuration.DefaultCoherenceConfigurer
 
Created - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive CREATED CacheLifecycleEvent.
createObserver(Class<E>, MethodEventObserver<E>) - Static method in class com.oracle.coherence.spring.event.EventObserverSupport
 
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 CoherenceMap annotation to find the name of the Coherence NamedMap and Session.
customizeEvaluationContext(StandardEvaluationContext) - Method in class com.oracle.coherence.spring.CoherenceBeanExpressionResolver

D

DEFAULT_PROFILE - Static variable in class com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties
Default profile value.
DEFAULT_PROPERTY_PREFIX - Static variable in class com.oracle.coherence.spring.configuration.support.SpringSystemPropertyResolver
By default empty, indicating that no Coherence property prefix is applied.
DEFAULT_SESSION_NAME - Static variable in class com.oracle.coherence.spring.configuration.session.AbstractSessionConfigurationBean
Name of the default session.
DEFAULT_STARTUP_TIMEOUT_MILLIS - Static variable in class com.oracle.coherence.spring.CoherenceServer
Start up default of 60 seconds.
DefaultCoherenceConfigurer - Class in com.oracle.coherence.spring.configuration
Default implementation of the CoherenceConfigurer interface.
DefaultCoherenceConfigurer(ConfigurableApplicationContext, CoherenceEventListenerCandidates) - Constructor for class com.oracle.coherence.spring.configuration.DefaultCoherenceConfigurer
 
defaultSerializer() - Method in class com.oracle.coherence.spring.configuration.SerializerConfiguration
A factory method to produce the default Java Serializer.
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.CoherenceRepository
 
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.CoherenceRepository
Delete specified entity.
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.CoherenceRepository
 
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.CoherenceRepository
Delete all entities based on the specified criteria.
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.CoherenceRepository
Remove all entities based on the specified criteria.
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.CoherenceRepository
 
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.CoherenceRepository
Delete specified entities.
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.CoherenceRepository
Delete specified entities.
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.CoherenceRepository
Delete specified entities.
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.CoherenceRepository
Delete specified entities.
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.CoherenceRepository
Delete entities with the specified identifiers.
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.CoherenceRepository
Delete entities with the specified identifiers.
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.CoherenceRepository
 
Deleted - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive MapEvents of type MapEvent.ENTRY_DELETED.
DELETED - com.oracle.coherence.spring.event.MapEventType
This event indicates that an entry has been removed from the map.
Departed - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive DEPARTED TransferEvent.
Departing - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive DEPARTING TransferEvent.
destroy() - Method in class com.oracle.coherence.spring.SpringBasedCoherenceSession
 
Destroyed - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive DESTROYED CacheLifecycleEvent.
Disconnected - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used for any DISCONNECTED event.
Disposing - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive DISPOSING LifecycleEvents.
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.CoherenceRepository
Return the set of distinct values for the specified extractor.

E

EnableCoherence - Annotation Type in com.oracle.coherence.spring.configuration.annotation
Main annotation for setting up Coherence within Spring Framework using the CoherenceSpringConfiguration class as well as the EnableCoherenceImportBeanDefinitionRegistrar.
EnableCoherenceImportBeanDefinitionRegistrar - Class in com.oracle.coherence.spring.configuration
A ImportBeanDefinitionRegistrar that will determine whether caching is enabled.
EnableCoherenceImportBeanDefinitionRegistrar(Environment, BeanFactory) - Constructor for class com.oracle.coherence.spring.configuration.EnableCoherenceImportBeanDefinitionRegistrar
 
EnableCoherenceRepositories - Annotation Type in com.oracle.coherence.spring.data.config
Annotation to enable Coherence repositories.
ensureBeanFactory(ParameterResolver, ClassLoader) - Method in class com.oracle.coherence.spring.SpringNamespaceHandler.SpringBeanBuilder
Ensure the BeanFactory used by this builder to provide the bean indicated via SpringNamespaceHandler.SpringBeanBuilder.getBeanName().
entryDeleted(MapEvent<K, V>) - Method in class com.oracle.coherence.spring.event.AnnotatedMapListener
 
entryInserted(MapEvent<K, V>) - Method in class com.oracle.coherence.spring.event.AnnotatedMapListener
 
entryUpdated(MapEvent<K, V>) - Method in class com.oracle.coherence.spring.event.AnnotatedMapListener
 
equals(Object) - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigDataResource
 
EventObserverSupport - Class in com.oracle.coherence.spring.event
Manages registration of observer methods with InterceptorRegistry upon ConfigurableCacheFactory activation, and their subsequent un-registration on deactivation.
EventObserverSupport() - Constructor for class com.oracle.coherence.spring.event.EventObserverSupport
 
EventObserverSupport.UnsolicitedCommitEventHandler - Class in com.oracle.coherence.spring.event
Handler for UnsolicitedCommitEvents.
evict(Object) - Method in class com.oracle.coherence.spring.cache.CoherenceCache
 
EXCESSIVE - com.oracle.coherence.spring.annotation.event.Backlog.Type
Indicates that a participant is backlogged; if the participant is remote it indicates the remote participant has more work than it can handle; if the participant is local it indicates this participant has more work than it can handle.
excludeFilters() - Method in annotation type 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
 
Executed - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used for any EXECUTED event.
Executing - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used for any EXECUTING event.
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.CoherenceRepository
 
ExtractorBinding - Annotation Type in com.oracle.coherence.spring.annotation
Specifies that an annotation type is a ValueExtractor binding type.
ExtractorConfiguration - Class in com.oracle.coherence.spring.configuration
Configures the beans to support ValueExtractors.
extractorFactory - Variable in class com.oracle.coherence.spring.configuration.MapEventTransformerService
The extractor factory for use when creating views.
ExtractorFactory<A extends Annotation,​T,​E> - Interface in com.oracle.coherence.spring.annotation
A factory that produces instances of ValueExtractor for a given Annotation.
extractorService - Variable in class com.oracle.coherence.spring.configuration.MapEventTransformerConfiguration
The extractor factory for use when creating views.
ExtractorService - Class in com.oracle.coherence.spring.configuration
Service that supports the ExtractorConfiguration.
ExtractorService(ConfigurableApplicationContext) - Constructor for class com.oracle.coherence.spring.configuration.ExtractorService
 

F

FILENAME - com.oracle.coherence.spring.boot.autoconfigure.support.LogType
Log directly to a log file.
FilterBinding - Annotation Type in com.oracle.coherence.spring.annotation
Specifies that an annotation type is a Filter binding type.
FilterConfiguration - Class in com.oracle.coherence.spring.configuration
Spring Configuration for defining Filter beans.
FilterFactory<A extends Annotation,​T> - Interface in com.oracle.coherence.spring.annotation
A factory that produces instances of Filter for a given Annotation.
FilterService - Class in com.oracle.coherence.spring.configuration
Spring Configuration for defining Filter beans.
FilterService(ConfigurableApplicationContext) - Constructor for class com.oracle.coherence.spring.configuration.FilterService
 
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.CoherenceRepository
 
findAllById(Iterable<ID>) - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
Returns all instances of the type T with the given IDs.
findAllById(Iterable<ID>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
 
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.CoherenceRepository
 

G

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.
get(Object) - Method in class com.oracle.coherence.spring.cache.CoherenceCache
 
get(Object, Class<T>) - Method in class com.oracle.coherence.spring.cache.CoherenceCache
 
get(Object, Callable<T>) - Method in class com.oracle.coherence.spring.cache.CoherenceCache
 
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.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.CoherenceRepository
Return a map of values extracted from a set of entities based on the specified criteria.
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(Collection<? extends ID>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
Return the entities with the specified 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.
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.CoherenceRepository
Return all entities that satisfy the specified criteria, sorted using specified Comparable attribute.
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.CoherenceRepository
Return all entities in this repository, sorted using specified Comparable attribute.
getAllSessionConfigurationBeans() - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties.SessionProperties
 
getAnnotation() - Method in class com.oracle.coherence.spring.data.config.CoherenceRepositoriesRegistrar
 
getAnnotationsMarkedWithMarkerAnnotation(InjectionPoint, Class) - Static method in class com.oracle.coherence.spring.configuration.support.CoherenceAnnotationUtils
 
getApplicationContext() - Static method in class com.oracle.coherence.spring.CoherenceContext
Returns the ApplicationContext.
getApplicationContext() - Method in class com.oracle.coherence.spring.CoherenceServer
 
getApplicationContextUri() - Method in class com.oracle.coherence.spring.SpringNamespaceHandler.SpringBeanFactoryBuilder
Return an Expression for the BeanFactory URI.
getApplicationName() - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties
Name of the application used to fetch remote properties.
getBeanName() - Method in class com.oracle.coherence.spring.SpringNamespaceHandler.SpringBeanBuilder
Return an Expression used to determine the name of the bean provided by this builder.
getBeanTypeForBeanName(BeanFactory, String) - Static method in class com.oracle.coherence.spring.configuration.support.CoherenceAnnotationUtils
 
getCache(String) - Method in class com.oracle.coherence.spring.cache.CoherenceCacheManager
getCache(String) - Method in class com.oracle.coherence.spring.CoherenceServer
 
getCache(String) - Method in class com.oracle.coherence.spring.SpringBasedCoherenceSession
Acquire the specified NamedCache.
getCacheNames() - Method in class com.oracle.coherence.spring.cache.CoherenceCacheManager
getCharacterLimit() - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties.LoggingProperties
 
getClient() - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties.SessionProperties
 
getClient() - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties
Contains gRPC-specific configuration.
getCoherence() - Method in class com.oracle.coherence.spring.CoherenceServer
 
getCoherence() - Method in interface com.oracle.coherence.spring.configuration.CoherenceConfigurer
Responsible for returning the Coherence instance.
getCoherence() - Method in class com.oracle.coherence.spring.configuration.CoherenceSpringConfiguration
 
getCoherence() - Method in class com.oracle.coherence.spring.configuration.DefaultCoherenceConfigurer
 
getCoherenceCluster() - Method in class com.oracle.coherence.spring.configuration.CoherenceSpringConfiguration
Return the Coherence Cluster.
getCoherenceConfiguration() - Method in interface com.oracle.coherence.spring.configuration.CoherenceConfigurer
Responsible for creating the CoherenceConfiguration for the CoherenceServer.
getCoherenceConfiguration() - Method in class com.oracle.coherence.spring.configuration.CoherenceSpringConfiguration
 
getCoherenceConfiguration() - Method in class com.oracle.coherence.spring.configuration.DefaultCoherenceConfigurer
 
getCoherenceEventListenerCandidateMethods() - Method in class com.oracle.coherence.spring.event.CoherenceEventListenerCandidates
 
getCoherenceServer() - Method in interface com.oracle.coherence.spring.configuration.CoherenceConfigurer
Returns the CoherenceServer instance.
getCoherenceServer() - Method in class com.oracle.coherence.spring.configuration.CoherenceSpringConfiguration
 
getCoherenceServer() - Method in class com.oracle.coherence.spring.configuration.DefaultCoherenceConfigurer
 
getCoherenceSession() - Method in class com.oracle.coherence.spring.boot.config.CoherenceGrpcClient
 
getConfig() - Method in class com.oracle.coherence.spring.configuration.session.SessionConfigurationBean
Get the Coherence cache configuration URI.
getConfigurableCacheFactory() - Method in class com.oracle.coherence.spring.SpringBasedCoherenceSession
 
getConfiguration() - Method in class com.oracle.coherence.spring.configuration.session.GrpcSessionConfigurationBean
 
getConfiguration() - Method in class com.oracle.coherence.spring.configuration.session.SessionConfigurationBean
 
getConfiguration() - Method in interface com.oracle.coherence.spring.configuration.session.SessionConfigurationProvider
Returns the optional SessionConfiguration that is provider provides.
getDestination() - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties.LoggingProperties
 
getEntityInformation(Class<T>) - Method in class com.oracle.coherence.spring.data.support.CoherenceRepositoryFactory
 
getEntityType() - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
 
getEnv(String) - Method in class com.oracle.coherence.spring.configuration.support.SpringSystemPropertyResolver
 
getExtension() - Method in class com.oracle.coherence.spring.data.config.CoherenceRepositoriesRegistrar
 
getExtractor(InjectionPoint) - Method in class com.oracle.coherence.spring.configuration.ExtractorConfiguration
 
getFactoryName() - Method in class com.oracle.coherence.spring.SpringNamespaceHandler.SpringBeanBuilder
Return an Expression used to determine the name of the BeanFactory used by this builder.
getFactoryName() - Method in class com.oracle.coherence.spring.SpringNamespaceHandler.SpringBeanFactoryBuilder
Return an Expression used to determine the name of the BeanFactory realized by this builder.
getFactoryNameAsString(Class<?>, Expression<String>, ParameterResolver) - Static method in class com.oracle.coherence.spring.SpringNamespaceHandler
Return the factory name produced by the provided expression, or the name of the factory class if the expression is null.
getFilter() - Method in class com.oracle.coherence.spring.data.repository.query.QueryResult
Returns the Filter criteria for the query.
getFilter(InjectionPoint) - Method in class com.oracle.coherence.spring.configuration.FilterService
 
getGrpc() - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties.SessionProperties
 
getHost() - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties.GrpcClientProperties
Returns host name of gRPC server.
getId(T) - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
 
getIdentifyingAnnotations() - Method in class com.oracle.coherence.spring.data.support.CoherenceRepositoryConfigurationExtension
 
getIdentifyingTypes() - Method in class com.oracle.coherence.spring.data.support.CoherenceRepositoryConfigurationExtension
 
getInterceptors() - Method in class com.oracle.coherence.spring.event.CoherenceEventListenerCandidates
 
getKey() - Method in enum com.oracle.coherence.spring.boot.autoconfigure.support.LogType
 
getLoggerName() - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties.LoggingProperties
 
getLogging() - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties
 
getMap() - Method in class com.oracle.coherence.spring.data.repository.BackingRepository
 
getMapListeners(String, String) - Method in class com.oracle.coherence.spring.event.MapListenerRegistrationBean
Return all map listeners that should be registered for a particular service and cache combination.
getMessageFormat() - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties.LoggingProperties
 
getModuleName() - Method in class com.oracle.coherence.spring.data.support.CoherenceRepositoryConfigurationExtension
 
getModulePrefix() - Method in class com.oracle.coherence.spring.data.support.CoherenceRepositoryConfigurationExtension
 
getName() - Method in class com.oracle.coherence.spring.cache.CoherenceCache
 
getName() - Method in class com.oracle.coherence.spring.configuration.session.AbstractSessionConfigurationBean
Return the name of this configuration.
getNativeCache() - Method in class com.oracle.coherence.spring.cache.CoherenceCache
 
getParameterList() - Method in class com.oracle.coherence.spring.SpringNamespaceHandler.SpringBeanBuilder
Return the ParameterList containing optional properties to inject into the realized bean.
getPort() - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties.GrpcClientProperties
Gets gRPC server port.
getPrefix() - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigDataLocationResolver
getPriority() - Method in class com.oracle.coherence.spring.configuration.session.AbstractSessionConfigurationBean
Returns the priority of this configuration.
getProfile() - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties
The default profile to use when fetching remote configuration (comma-separated).
getProfiles() - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigDataResource
 
getProfilesAsList() - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigDataResource
 
getProperties() - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties
 
getProperties() - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigDataResource
 
getProperty(String) - Method in class com.oracle.coherence.spring.configuration.support.SpringSystemPropertyResolver
 
getPropertyPrefix() - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties
 
getPropertySources(CoherenceConfigDataResource) - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigDataLoader
 
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
 
getResolver() - Method in class com.oracle.coherence.spring.CoherenceBeanExpressionResolver
Returns a thread local instance of a ParameterResolver.
getResourceRegistry() - Method in class com.oracle.coherence.spring.SpringBasedCoherenceSession
Obtain the ResourceRegistry for the SpringBasedCoherenceSession.
getScopeName() - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties
Name of the Coherence scope used to fetch remote properties from.
getScopeName() - Method in class com.oracle.coherence.spring.configuration.session.AbstractSessionConfigurationBean
Return the scope name for this configuration.
getServer() - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties.SessionProperties
 
getService(String) - Method in class com.oracle.coherence.spring.SpringBasedCoherenceSession
Acquire the specified Service.
getSessionName() - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties
Name of the Coherence session used to fetch remote properties from.
getSessions() - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties
 
getSeverityLevel() - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties.LoggingProperties
 
getSingleAnnotationMarkedWithMarkerAnnotation(InjectionPoint, Class) - Static method in class com.oracle.coherence.spring.configuration.support.CoherenceAnnotationUtils
 
getSingleBeanWithAnnotation(ApplicationContext, Class<? extends Annotation>) - Static method in class com.oracle.coherence.spring.configuration.support.CoherenceAnnotationUtils
 
getSort() - Method in class com.oracle.coherence.spring.data.repository.query.QueryResult
Return the desired Sort order.
getTargetRepository(RepositoryInformation) - Method in class com.oracle.coherence.spring.data.support.CoherenceRepositoryFactory
 
getType() - Method in class com.oracle.coherence.spring.configuration.session.AbstractSessionConfigurationBean
Returns the type of the session.
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.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.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.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.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.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.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.CoherenceRepository
Return the grouping of entities by the specified extractor.
GRPC - com.oracle.coherence.spring.configuration.session.SessionType
The session is a gRPC client session.
GrpcClientProperties() - Constructor for class com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties.GrpcClientProperties
 
GrpcSessionConfigurationBean - Class in com.oracle.coherence.spring.configuration.session
A GrpcSessionConfiguration bean that will be created for each named session in the application configuration properties.
GrpcSessionConfigurationBean() - Constructor for class com.oracle.coherence.spring.configuration.session.GrpcSessionConfigurationBean
 
GrpcSessionConfigurationBean(String, ConfigurableApplicationContext) - Constructor for class com.oracle.coherence.spring.configuration.session.GrpcSessionConfigurationBean

H

hashCode() - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigDataResource
 

I

includeFilters() - Method in annotation type com.oracle.coherence.spring.data.config.EnableCoherenceRepositories
Specifies which types are eligible for component scanning.
index() - Method in annotation type com.oracle.coherence.spring.annotation.PofExtractor
Returns an array of POF indexes to use to extract the value.
initialize() - Method in class com.oracle.coherence.spring.configuration.CoherenceSpringConfiguration
Sets up the basic components used by Coherence.
initialize() - Method in class com.oracle.coherence.spring.configuration.DefaultCoherenceConfigurer
 
inject(Object) - Method in class com.oracle.coherence.spring.CoherenceInjector
 
Inserted - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive MapEvents of type MapEvent.ENTRY_INSERTED or that will receive EntryEvents of type INSERTED.
INSERTED - com.oracle.coherence.spring.event.MapEventType
This event indicates that an entry has been added to the map.
Inserting - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive EntryEvents of type INSERTING.
isConfigEnabled() - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties
 
isEnabled() - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties
Returns true if the facilities to retrieve remote Coherence configuration properties are enabled? Defaults to true if not set.
isEnableTls() - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties.GrpcClientProperties
Returns true if TLS is enabled.
isFailFast() - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties
Flag to indicate that failure to connect to the server is fatal (default false).
isIdProperty() - Method in class com.oracle.coherence.spring.data.core.mapping.CoherencePersistentProperty
 
isOptional() - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigDataResource
 
isResolvable(ConfigDataLocationResolverContext, ConfigDataLocation) - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigDataLocationResolver
Will return true only if the provided ConfigDataLocation has the prefix as defined by CoherenceConfigDataLocationResolver.getPrefix() and if the configuration for the Coherence backend is enabled.
isRunning() - Method in class com.oracle.coherence.spring.CoherenceServer
 
isSynchronous() - Method in class com.oracle.coherence.spring.event.AnnotatedMapListener
Return true if this is synchronous event listener.

J

JDK - com.oracle.coherence.spring.boot.autoconfigure.support.LogType
Log using Java's logging facility.

L

listener() - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
Create new AbstractRepositoryBase.Listener.Builder instance.
Lite - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation that can be applied to CoherenceEventListener annotated methods that receive MapEvents to register them as lite listeners.
load(ConfigDataLoaderContext, CoherenceConfigDataResource) - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigDataLoader
 
loadProperties(ConfigDataLocationResolverContext) - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigDataLocationResolver
LOG4J - com.oracle.coherence.spring.boot.autoconfigure.support.LogType
Log using Log4J.
LOG4J2 - com.oracle.coherence.spring.boot.autoconfigure.support.LogType
Log using Log4J2.
logger - Static variable in class com.oracle.coherence.spring.boot.config.CoherenceConfigDataLocationResolver
 
logger - Static variable in class com.oracle.coherence.spring.boot.config.CoherenceGrpcClient
 
logger - Static variable in class com.oracle.coherence.spring.configuration.CoherenceSpringConfiguration
 
logger - Static variable in class com.oracle.coherence.spring.configuration.EnableCoherenceImportBeanDefinitionRegistrar
 
logger - Static variable in class com.oracle.coherence.spring.configuration.NamedCacheConfiguration
 
logger - Variable in class com.oracle.coherence.spring.event.CoherenceEventListenerMethodProcessor
 
LoggingProperties() - Constructor for class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties.LoggingProperties
 
LogType - Enum in com.oracle.coherence.spring.boot.autoconfigure.support
An enum representing the different Logging types for Coherence.
Lost - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive TransferEvents of type LOST.

M

MapEventTransformerBinding - Annotation Type in com.oracle.coherence.spring.annotation
Specifies that an annotation type is a MapEventTransformer binding type.
MapEventTransformerConfiguration - Class in com.oracle.coherence.spring.configuration
Spring Configuration class for producing MapEventTransformer beans.
MapEventTransformerFactory<A extends Annotation,​K,​V,​U> - Interface in com.oracle.coherence.spring.annotation
A factory that produces instances of MapEventTransformer for a given Annotation.
mapEventTransformerService - Variable in class com.oracle.coherence.spring.configuration.MapEventTransformerConfiguration
 
MapEventTransformerService - Class in com.oracle.coherence.spring.configuration
A service for producing MapEventTransformer instances.
MapEventType - Enum in com.oracle.coherence.spring.event
Event type enumeration.
MapListenerRegistrationBean - Class in com.oracle.coherence.spring.event
CoherenceEventListener responsible for the registration of MapListeners.
MapListenerRegistrationBean(ApplicationContext) - Constructor for class com.oracle.coherence.spring.event.MapListenerRegistrationBean
 
MapName - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to indicate a specific map name.
matches(ConditionContext, AnnotatedTypeMetadata) - Method in class com.oracle.coherence.spring.boot.autoconfigure.CachingEnabledCondition
 
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.CoherenceRepository
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.CoherenceRepository
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.CoherenceRepository
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.CoherenceRepository
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.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.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.CoherenceRepository
Return the entity with the maximum value of the specified function.
MethodEventObserver<E extends com.tangosol.net.events.Event<?>> - Class in com.oracle.coherence.spring.event
A Coherence event observer implementation that wraps a Method.
MethodEventObserver(String, Method, ApplicationContext) - Constructor for class com.oracle.coherence.spring.event.MethodEventObserver
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.CoherenceRepository
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.CoherenceRepository
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.CoherenceRepository
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.CoherenceRepository
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.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.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.CoherenceRepository
Return the entity with the minimum value of the specified function.

N

name() - Method in annotation type com.oracle.coherence.spring.configuration.annotation.CoherenceAsyncCache
 
name() - Method in annotation type com.oracle.coherence.spring.configuration.annotation.CoherenceAsyncMap
 
name() - Method in annotation type com.oracle.coherence.spring.configuration.annotation.CoherenceCache
 
name() - Method in annotation type com.oracle.coherence.spring.configuration.annotation.CoherenceMap
 
Name - Annotation Type in com.oracle.coherence.spring.annotation
An annotation used when injecting Coherence resource to indicate a specific resource name.
NamedCacheConfiguration - Class in com.oracle.coherence.spring.configuration
Provides support for injecting Coherence Caches using NamedCache.
NamedCacheConfiguration(FilterService, ExtractorService) - Constructor for class com.oracle.coherence.spring.configuration.NamedCacheConfiguration
 
namedQueriesLocation() - Method in annotation type com.oracle.coherence.spring.data.config.EnableCoherenceRepositories
Configures the location of where to find the Spring Data named queries properties file.
NamespaceHandler - Class in com.oracle.coherence.spring.namespace
Custom namespace handler for the Spring namespace.
NamespaceHandler() - Constructor for class com.oracle.coherence.spring.namespace.NamespaceHandler
Construct a NamespaceHandler instance.
NORMAL - com.oracle.coherence.spring.annotation.event.Backlog.Type
Indicates that a participant was previously backlogged but is no longer so.

O

onApplicationEvent(ApplicationContextEvent) - Method in class com.oracle.coherence.spring.SpringBasedCoherenceSession
 
or(QueryState, QueryState) - Method in class com.oracle.coherence.spring.data.repository.query.CoherenceQueryCreator

P

ParticipantName - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to indicate a specific participant name.
path() - Method in annotation type com.oracle.coherence.spring.annotation.PofExtractor
Returns a property path to use to extract the value.
PofExtractor - Annotation Type in com.oracle.coherence.spring.annotation
A ExtractorBinding annotation representing a PofExtractor.
PofExtractor.Extractors - Annotation Type in com.oracle.coherence.spring.annotation
A holder for the repeatable PofExtractor annotation.
pofSerializer() - Method in class com.oracle.coherence.spring.configuration.SerializerConfiguration
A factory method to produce the default Java Serializer.
postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class com.oracle.coherence.spring.data.support.CoherenceRepositoryConfigurationExtension
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.oracle.coherence.spring.event.CoherenceEventListenerMethodProcessor
 
PREFIX - Static variable in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties
Configuration prefix for config properties.
PREFIX - Static variable in class com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties
Prefix for configuration properties.
prepareBeanFactory(ConfigurableListableBeanFactory) - Method in class com.oracle.coherence.spring.SpringNamespaceHandler.SpringBeanFactoryBuilder.CoherenceApplicationContext
process(ProcessingContext, XmlElement) - Method in class com.oracle.coherence.spring.namespace.BeanProcessor
 
process(ProcessingContext, XmlElement) - Method in class com.oracle.coherence.spring.SpringNamespaceHandler.PropertyProcessor
processEventListeners() - Method in class com.oracle.coherence.spring.event.CoherenceEventListenerCandidates
 
Processor - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive EntryProcessorEvents to narrow the events received to those for a specific InvocableMap.EntryProcessor class.
PropertyExtractor - Annotation Type in com.oracle.coherence.spring.annotation
A ExtractorBinding annotation representing a UniversalExtractor.
PropertyExtractor.Extractors - Annotation Type in com.oracle.coherence.spring.annotation
A holder for the repeatable PropertyExtractor annotation.
PropertyProcessor() - Constructor for class com.oracle.coherence.spring.SpringNamespaceHandler.PropertyProcessor
 
put(Object, Object) - Method in class com.oracle.coherence.spring.cache.CoherenceCache
 

Q

queryLookupStrategy() - Method in annotation type com.oracle.coherence.spring.data.config.EnableCoherenceRepositories
Returns the key of the QueryLookupStrategy to 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 Filter as the query discriminate and the EntryAggregator.
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

realize(ParameterResolver, ClassLoader, ParameterList) - Method in class com.oracle.coherence.spring.namespace.BeanBuilder
 
realize(ParameterResolver, ClassLoader, ParameterList) - Method in class com.oracle.coherence.spring.SpringNamespaceHandler.SpringBeanBuilder
realize(ParameterResolver, ClassLoader, ParameterList) - Method in class com.oracle.coherence.spring.SpringNamespaceHandler.SpringBeanFactoryBuilder
realizes(Class<?>, ParameterResolver, ClassLoader) - Method in class com.oracle.coherence.spring.namespace.BeanBuilder
 
realizes(Class<?>, ParameterResolver, ClassLoader) - Method in class com.oracle.coherence.spring.SpringNamespaceHandler.SpringBeanBuilder
realizes(Class<?>, ParameterResolver, ClassLoader) - Method in class com.oracle.coherence.spring.SpringNamespaceHandler.SpringBeanFactoryBuilder
Recovered - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive TransferEvents of type RECOVERED.
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry, BeanNameGenerator) - Method in class com.oracle.coherence.spring.configuration.EnableCoherenceImportBeanDefinitionRegistrar
 
Removed - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive EntryEvents of type REMOVED.
removeListener(AbstractRepositoryBase.Listener<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
Unregister a listener that observes all repository events.
removeListener(Filter<?>, AbstractRepositoryBase.Listener<? super T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
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.CoherenceRepository
Unregister a listener that observes all events for a specific entity.
Removing - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive EntryEvents of type REMOVING.
Replicating - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used for any REPLICATING event.
repositoryBaseClass() - Method in annotation type com.oracle.coherence.spring.data.config.EnableCoherenceRepositories
Configure the repository base class to be used to create repository proxies for this particular configuration.
repositoryFactoryBeanClass() - Method in annotation type com.oracle.coherence.spring.data.config.EnableCoherenceRepositories
Returns the FactoryBean class to be used for each repository instance.
repositoryImplementationPostfix() - Method in annotation type com.oracle.coherence.spring.data.config.EnableCoherenceRepositories
Returns the postfix to be used when looking up custom repository implementations.
resolve(Set<Annotation>) - Method in class com.oracle.coherence.spring.configuration.ExtractorService
Resolve a ValueExtractor implementation from the specified qualifiers.
resolve(Set<Annotation>) - Method in class com.oracle.coherence.spring.configuration.FilterService
Resolve a Filter implementation from the specified qualifiers.
resolve(Set<Annotation>) - Method in class com.oracle.coherence.spring.configuration.MapEventTransformerService
Resolve a MapEventTransformer from the specified qualifier annotations.
resolve(ConfigDataLocationResolverContext, ConfigDataLocation) - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigDataLocationResolver
Not used.
resolveProfileSpecific(ConfigDataLocationResolverContext, ConfigDataLocation, Profiles) - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigDataLocationResolver
Return a list of CoherenceConfigDataResources.
Rollback - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive TransferEvents of type ROLLBACK.

S

save(S) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
 
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.CoherenceRepository
 
saveAll(Stream<? extends T>) - Method in interface com.oracle.coherence.spring.data.repository.CoherenceRepository
Store all specified entities as a batch.
ScopeName - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to indicate a specific scope name.
SerializerConfiguration - Class in com.oracle.coherence.spring.configuration
Configures support for Coherence Serializer beans.
SERVER - com.oracle.coherence.spring.configuration.session.SessionType
The session is a server session, that is it expects to be a Coherence cluster member.
ServiceName - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to indicate a specific service name.
session() - Method in annotation type com.oracle.coherence.spring.configuration.annotation.CoherenceAsyncCache
 
session() - Method in annotation type com.oracle.coherence.spring.configuration.annotation.CoherenceAsyncMap
 
session() - Method in annotation type com.oracle.coherence.spring.configuration.annotation.CoherenceCache
 
session() - Method in annotation type com.oracle.coherence.spring.configuration.annotation.CoherenceMap
 
session() - Method in annotation type com.oracle.coherence.spring.data.config.CoherenceMap
Specifies the name of the Session should be used to look up the NamedMap.
session(InjectionPoint) - Method in class com.oracle.coherence.spring.configuration.CoherenceSpringConfiguration
Create a Session from the qualifiers on the specified injection point.
SessionConfigurationBean - Class in com.oracle.coherence.spring.configuration.session
A SessionConfiguration bean that will be created for each named session in the application configuration properties.
SessionConfigurationBean() - Constructor for class com.oracle.coherence.spring.configuration.session.SessionConfigurationBean
 
SessionConfigurationBean(String) - Constructor for class com.oracle.coherence.spring.configuration.session.SessionConfigurationBean
Create a named SessionConfigurationBean.
SessionConfigurationProvider - Interface in com.oracle.coherence.spring.configuration.session
A provider of SessionConfiguration instances.
SessionName - Annotation Type in com.oracle.coherence.spring.annotation
A qualifier annotation used when injecting Coherence resource to indicate a specific Session name.
SessionProperties() - Constructor for class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties.SessionProperties
 
SessionType - Enum in com.oracle.coherence.spring.configuration.session
An enum representing the different types of SessionConfiguration that can be configured in the Spring configuration.
setApplicationContext(ApplicationContext) - Method in class com.oracle.coherence.spring.CoherenceServer
 
setApplicationContext(ApplicationContext) - Method in class com.oracle.coherence.spring.event.CoherenceEventListenerCandidates
 
setApplicationContext(ApplicationContext) - Method in class com.oracle.coherence.spring.SpringBasedCoherenceSession
 
setApplicationContextUri(Expression<String>) - Method in class com.oracle.coherence.spring.SpringNamespaceHandler.SpringBeanFactoryBuilder
Set the Expression for the BeanFactory URI.
setApplicationName(String) - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties
 
setBeanName(Expression<String>) - Method in class com.oracle.coherence.spring.SpringNamespaceHandler.SpringBeanBuilder
Set the Expression used to determine the name of the bean provided by this builder.
setChannelName(String) - Method in class com.oracle.coherence.spring.configuration.session.GrpcSessionConfigurationBean
Set the name of the gRPC Channel bean.
setCharacterLimit(Integer) - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties.LoggingProperties
 
setClient(CoherenceConfigClientProperties.GrpcClientProperties) - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties
 
setClient(List<SessionConfigurationBean>) - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties.SessionProperties
 
setCoherence(Coherence) - Method in class com.oracle.coherence.spring.data.support.CoherenceRepositoryFactoryBean
Configures the Coherence instance to be used.
setCoherenceEventListenerCandidates(CoherenceEventListenerCandidates) - Method in class com.oracle.coherence.spring.configuration.CoherenceSpringConfiguration
 
setConfig(String) - Method in class com.oracle.coherence.spring.configuration.session.SessionConfigurationBean
Set the Coherence cache configuration URI.
setConfigEnabled(boolean) - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties
 
setDestination(LogType) - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties.LoggingProperties
 
setEnabled(boolean) - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties
 
setEnableTls(boolean) - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties.GrpcClientProperties
Enables TLS support.
setFactoryName(Expression<String>) - Method in class com.oracle.coherence.spring.SpringNamespaceHandler.SpringBeanBuilder
Set the Expression used to determine the name of the BeanFactory used by this builder.
setFactoryName(Expression<String>) - Method in class com.oracle.coherence.spring.SpringNamespaceHandler.SpringBeanFactoryBuilder
Set the Expression used to determine the name of the BeanFactory realized by this builder.
setFailFast(boolean) - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties
 
setGrpc(List<GrpcSessionConfigurationBean>) - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties.SessionProperties
 
setHost(String) - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties.GrpcClientProperties
Sets host name of gRPC server.
setLoggerName(String) - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties.LoggingProperties
 
setLogging(CoherenceProperties.LoggingProperties) - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties
 
setMessageFormat(String) - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties.LoggingProperties
 
setName(String) - Method in class com.oracle.coherence.spring.configuration.session.AbstractSessionConfigurationBean
Set the name of this configuration.
setParameterList(ParameterList) - Method in class com.oracle.coherence.spring.SpringNamespaceHandler.SpringBeanBuilder
Sets the ParameterList containing optional properties to inject into the realized bean.
setParameterResolver(ParameterResolver) - Method in class com.oracle.coherence.spring.CoherenceBeanExpressionResolver
Set the thread local ParameterResolver.
setPort(int) - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties.GrpcClientProperties
Sets gRPC server port.
setPriority(int) - Method in class com.oracle.coherence.spring.configuration.session.AbstractSessionConfigurationBean
Set the priority for this configuration.
setProfile(String) - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties
 
setProperties(Map<String, String>) - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties
 
setPropertyPrefix(String) - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties
 
setScopeName(String) - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties
 
setScopeName(String) - Method in class com.oracle.coherence.spring.configuration.session.AbstractSessionConfigurationBean
Set the scope name for this configuration.
setSerializer(String) - Method in class com.oracle.coherence.spring.configuration.session.GrpcSessionConfigurationBean
Set the name of the Serializer.
setServer(List<SessionConfigurationBean>) - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties.SessionProperties
 
setSessionName(String) - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties
 
setSessions(CoherenceProperties.SessionProperties) - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties
 
setSeverityLevel(Integer) - Method in class com.oracle.coherence.spring.boot.autoconfigure.CoherenceProperties.LoggingProperties
 
setTracing(boolean) - Method in class com.oracle.coherence.spring.configuration.session.GrpcSessionConfigurationBean
Set whether distributed tracing should be enabled.
setType(SessionType) - Method in class com.oracle.coherence.spring.configuration.session.AbstractSessionConfigurationBean
Set the priority of this configuration.
size() - Method in class com.oracle.coherence.spring.cache.CoherenceCache
Returns the number of key-value mappings of the underlying NamedCache.
SLF4J - com.oracle.coherence.spring.boot.autoconfigure.support.LogType
Log using Simple Logging Facade for Java.
SPRING_SYSTEM_PROPERTY_RESOLVER_BEAN_NAME - Static variable in class com.oracle.coherence.spring.configuration.CoherenceSpringConfiguration
The name of the default Coherence Cluster bean.
SpringBasedCoherenceSession - Class in com.oracle.coherence.spring
Provides the ability to acquire Coherence-based resources in the Spring Framework.
SpringBasedCoherenceSession() - Constructor for class com.oracle.coherence.spring.SpringBasedCoherenceSession
Constructs a SpringBasedCoherenceSession that will auto-detect the cache configuration.
SpringBasedCoherenceSession(String) - Constructor for class com.oracle.coherence.spring.SpringBasedCoherenceSession
Constructs a SpringBasedCoherenceSession using the specified cache configuration.
SpringBeanBuilder(ResourceRegistry) - Constructor for class com.oracle.coherence.spring.SpringNamespaceHandler.SpringBeanBuilder
SpringBeanFactoryBuilder(ResourceRegistry, ExpressionParser) - Constructor for class com.oracle.coherence.spring.SpringNamespaceHandler.SpringBeanFactoryBuilder
SpringNamespaceHandler - Class in com.oracle.coherence.spring
The SpringNamespaceHandler provides the ability to reference Spring beans in a cache configuration file.
SpringNamespaceHandler() - Constructor for class com.oracle.coherence.spring.SpringNamespaceHandler
SpringNamespaceHandler.PropertyProcessor - Class in com.oracle.coherence.spring
Implementation of ElementProcessor that creates an instance of Parameter containing a property name and value to be injected into a Spring bean.
SpringNamespaceHandler.SpringBeanBuilder - Class in com.oracle.coherence.spring
Implementation of ParameterizedBuilder that "realizes" a named bean from a Spring BeanFactory.
SpringNamespaceHandler.SpringBeanFactoryBuilder - Class in com.oracle.coherence.spring
Implementation of ParameterizedBuilder that "realizes" an instance of BeanFactory based on a provided Spring application context uri.
SpringNamespaceHandler.SpringBeanFactoryBuilder.CoherenceApplicationContext - Class in com.oracle.coherence.spring
Application context implementation that supports Coherence expression macros within a Spring XML application context file.
SpringSystemPropertyResolver - Class in com.oracle.coherence.spring.configuration.support
A Coherence SystemPropertyResolver and EnvironmentVariableResolver that uses the Spring Environment to obtain values.
SpringSystemPropertyResolver() - Constructor for class com.oracle.coherence.spring.configuration.support.SpringSystemPropertyResolver
This constructor is required so that Coherence can discover and instantiate this class using the Java ServiceLoader.
SpringSystemPropertyResolver(Environment) - Constructor for class com.oracle.coherence.spring.configuration.support.SpringSystemPropertyResolver
This constructor will be called by Spring to instantiate the singleton bean and set the Environment.
SpringSystemPropertyResolver(Environment, String) - Constructor for class com.oracle.coherence.spring.configuration.support.SpringSystemPropertyResolver
This constructor will be called by Spring to instantiate the singleton bean and set the Environment.
start() - Method in class com.oracle.coherence.spring.CoherenceServer
 
Started - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive CoherenceLifecycleEvents of type STARTED or SessionEvents of type STARTED.
Starting - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive CoherenceLifecycleEvents of type STARTING or SessionEvents of type STARTING.
STARTUP_TIMEOUT_SYSTEM_PROPERTY - Static variable in class com.oracle.coherence.spring.CoherenceServer
Start up default of 60 seconds.
STDERR - com.oracle.coherence.spring.boot.autoconfigure.support.LogType
Log to Standard Error.
STDOUT - com.oracle.coherence.spring.boot.autoconfigure.support.LogType
Log to Standard Out.
stop() - Method in class com.oracle.coherence.spring.CoherenceServer
 
Stopped - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive CoherenceLifecycleEvents of type STOPPED or SessionEvents of type STOPPED.
Stopping - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive CoherenceLifecycleEvents of type STOPPING or SessionEvents of type STOPPING.
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.CoherenceRepository
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.CoherenceRepository
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.CoherenceRepository
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.CoherenceRepository
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.
Synced - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used for any SYNCED event.
Synchronous - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation that can be applied to CoherenceEventListener annotated methods to register them as MapListener.synchronous() listeners.
Syncing - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used for any SYNCING event.

T

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.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.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.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.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.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.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.CoherenceRepository
Return the top N entities with the highest values for the specified extractor.
toString() - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigClientProperties.GrpcClientProperties
 
toString() - Method in class com.oracle.coherence.spring.boot.config.CoherenceConfigDataResource
 
toString() - Method in class com.oracle.coherence.spring.event.AnnotatedMapListener
 
toString() - Method in class com.oracle.coherence.spring.SpringNamespaceHandler.SpringBeanFactoryBuilder.CoherenceApplicationContext
Truncated - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive TRUNCATED CacheLifecycleEvent.
type() - Method in annotation type com.oracle.coherence.spring.annotation.PofExtractor
Returns the root type to extract property from.

U

UnsolicitedCommitEventHandler(MethodEventObserver<UnsolicitedCommitEvent>) - Constructor for class com.oracle.coherence.spring.event.EventObserverSupport.UnsolicitedCommitEventHandler
 
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.CoherenceRepository
Update an entity using specified updater function, and optional EntityFactory that 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.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.CoherenceRepository
Update an entity using specified updater function, and optional EntityFactory that 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.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.CoherenceRepository
Update an entity using specified updater and the new value, and optional EntityFactory that 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.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.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.CoherenceRepository
Update multiple entities using specified updater and the new value.
Updated - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive MapEvents of type MapEvent.ENTRY_UPDATED or that will receive EntryEvents of type UPDATED.
UPDATED - com.oracle.coherence.spring.event.MapEventType
This event indicates that an entry has been updated in the map.
Updating - Annotation Type in com.oracle.coherence.spring.annotation.event
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive EntryEvents of type UPDATING.

V

value() - Method in annotation type com.oracle.coherence.spring.annotation.ChainedExtractor.Extractors
An array of ChainedExtractors.
value() - Method in annotation type com.oracle.coherence.spring.annotation.ChainedExtractor
Returns the a method or property name to use when creating a ChainedExtractor.
value() - Method in annotation type com.oracle.coherence.spring.annotation.event.Backlog
Obtain the type of backlog event.
value() - Method in annotation type com.oracle.coherence.spring.annotation.event.CacheName
Obtain the value used to identify a specific cache.
value() - Method in annotation type com.oracle.coherence.spring.annotation.event.MapName
Obtain the value used to identify a specific map.
value() - Method in annotation type com.oracle.coherence.spring.annotation.event.ParticipantName
The participant name.
value() - Method in annotation type com.oracle.coherence.spring.annotation.event.Processor
The processor class.
value() - Method in annotation type com.oracle.coherence.spring.annotation.event.ScopeName
Obtain the value used to identify a specific scope.
value() - Method in annotation type com.oracle.coherence.spring.annotation.event.ServiceName
The value used to identify a specific service.
value() - Method in annotation type com.oracle.coherence.spring.annotation.Name
The name used to identify a specific resource.
value() - Method in annotation type com.oracle.coherence.spring.annotation.PofExtractor.Extractors
 
value() - Method in annotation type com.oracle.coherence.spring.annotation.PropertyExtractor.Extractors
 
value() - Method in annotation type com.oracle.coherence.spring.annotation.PropertyExtractor
Returns the a method or property name to use when creating a UniversalExtractor.
value() - Method in annotation type com.oracle.coherence.spring.annotation.SessionName
The name used to identify a specific session.
value() - Method in annotation type com.oracle.coherence.spring.annotation.WhereFilter
The CohQL query expression.
value() - Method in annotation type com.oracle.coherence.spring.configuration.annotation.CoherenceAsyncCache
 
value() - Method in annotation type com.oracle.coherence.spring.configuration.annotation.CoherenceAsyncMap
 
value() - Method in annotation type com.oracle.coherence.spring.configuration.annotation.CoherenceCache
 
value() - Method in annotation type com.oracle.coherence.spring.configuration.annotation.CoherenceMap
 
value() - Method in annotation type com.oracle.coherence.spring.data.config.CoherenceMap
Specifies the name of the Coherence NamedMap the annotated repository should use.
value() - Method in annotation type com.oracle.coherence.spring.data.config.EnableCoherenceRepositories
valueOf(String) - Static method in enum com.oracle.coherence.spring.annotation.event.Backlog.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.coherence.spring.boot.autoconfigure.support.LogType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.coherence.spring.configuration.session.SessionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.coherence.spring.event.MapEventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.oracle.coherence.spring.annotation.event.Backlog.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.coherence.spring.boot.autoconfigure.support.LogType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.coherence.spring.configuration.session.SessionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.coherence.spring.event.MapEventType
Returns an array containing the constants of this enum type, in the order they are declared.
View - Annotation Type in com.oracle.coherence.spring.annotation
A qualifier annotation used when injecting a cache view.

W

WhereFilter - Annotation Type in com.oracle.coherence.spring.annotation
A FilterBinding annotation representing a Filter produced from a CohQL where clause.
WILD_CARD - Static variable in class com.oracle.coherence.spring.event.AnnotatedMapListener
The wild-card value for cache and service names.
A B C D E F G H I J L M N O P Q R S T U V W 
All Classes All Packages