Skip navigation links
Spring Data Couchbase
A B C D E F G H I J K L M N O P Q R S T U V W 

A

abbreviateFieldNames() - Method in class org.springframework.data.couchbase.config.CouchbaseConfigurationSupport
Set to true if field names should be abbreviated with the CamelCaseAbbreviatingFieldNamingStrategy.
AbstractCouchbaseConfiguration - Class in org.springframework.data.couchbase.config
Base class for Spring Data Couchbase configuration using JavaConfig.
AbstractCouchbaseConfiguration() - Constructor for class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
 
AbstractCouchbaseConverter - Class in org.springframework.data.couchbase.core.convert
An abstract CouchbaseConverter that provides the basics for the MappingCouchbaseConverter.
AbstractCouchbaseConverter(GenericConversionService) - Constructor for class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
Create a new converter and hand it over the ConversionService
AbstractCouchbaseDataConfiguration - Class in org.springframework.data.couchbase.config
Provides beans to setup SDC using CouchbaseConfigurer.
AbstractCouchbaseDataConfiguration() - Constructor for class org.springframework.data.couchbase.config.AbstractCouchbaseDataConfiguration
 
AbstractCouchbaseEventListener<E> - Class in org.springframework.data.couchbase.core.mapping.event
Base class to implement domain class specific ApplicationListeners.
AbstractCouchbaseEventListener() - Constructor for class org.springframework.data.couchbase.core.mapping.event.AbstractCouchbaseEventListener
 
AbstractFalsePositiveEvaluator(PropertyPath) - Constructor for class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator.AbstractFalsePositiveEvaluator
 
AbstractN1qlBasedQuery - Class in org.springframework.data.couchbase.repository.query
Abstract base for all Couchbase RepositoryQuery.
AbstractN1qlBasedQuery(CouchbaseQueryMethod, CouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
 
AbstractReactiveCouchbaseConfiguration - Class in org.springframework.data.couchbase.config
Base class for Reactive Spring Data Couchbase configuration java config
AbstractReactiveCouchbaseConfiguration() - Constructor for class org.springframework.data.couchbase.config.AbstractReactiveCouchbaseConfiguration
 
AbstractReactiveCouchbaseDataConfiguration - Class in org.springframework.data.couchbase.config
Provides beans to setup reactive repositories in SDC using CouchbaseConfigurer.
AbstractReactiveCouchbaseDataConfiguration() - Constructor for class org.springframework.data.couchbase.config.AbstractReactiveCouchbaseDataConfiguration
 
addCustomTypeKeyIfNecessary(TypeInformation<?>, Object, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
Add a custom type key if needed.
AfterDeleteEvent<E> - Class in org.springframework.data.couchbase.core.mapping.event
 
AfterDeleteEvent(E) - Constructor for class org.springframework.data.couchbase.core.mapping.event.AfterDeleteEvent
 
afterPropertiesSet() - Method in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
Do nothing after the properties set on the bean.
afterPropertiesSet() - Method in class org.springframework.data.couchbase.core.convert.translation.JacksonTranslationService
 
afterPropertiesSet() - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactoryBean
Make sure that the dependencies are set and not null.
afterPropertiesSet() - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactoryBean
Make sure that the dependencies are set and not null.
AfterSaveEvent<E> - Class in org.springframework.data.couchbase.core.mapping.event
 
AfterSaveEvent(E, CouchbaseDocument) - Constructor for class org.springframework.data.couchbase.core.mapping.event.AfterSaveEvent
 
and(Part, Expression, Iterator<Object>) - Method in class org.springframework.data.couchbase.repository.query.N1qlMutateQueryCreator
 
and(Part, Expression, Iterator<Object>) - Method in class org.springframework.data.couchbase.repository.query.N1qlQueryCreator
 
and(Part, SpatialViewQuery, Iterator<Object>) - Method in class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator
 
and(Part, ViewQuery, Iterator<Object>) - Method in class org.springframework.data.couchbase.repository.query.ViewQueryCreator
 
applicationContext - Variable in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
The overall application context.
AuditingEventListener - Class in org.springframework.data.couchbase.core.mapping.event
Event listener to populate auditing related fields on an entity about to be saved.
AuditingEventListener(ObjectFactory<IsNewAwareAuditingHandler>) - Constructor for class org.springframework.data.couchbase.core.mapping.event.AuditingEventListener
Creates a new AuditingEventListener using the given MappingContext and AuditingHandler provided by the given ObjectFactory.
AwtPointInShapeEvaluator - Class in org.springframework.data.couchbase.repository.query.support
A default PointInShapeEvaluator implementation based on the JDK's java.awt.geom classes.
AwtPointInShapeEvaluator() - Constructor for class org.springframework.data.couchbase.repository.query.support.AwtPointInShapeEvaluator
 

B

BasicCouchbasePersistentEntity<T> - Class in org.springframework.data.couchbase.core.mapping
The representation of a persistent entity.
BasicCouchbasePersistentEntity(TypeInformation<T>) - Constructor for class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity
Create a new entity.
BasicCouchbasePersistentProperty - Class in org.springframework.data.couchbase.core.mapping
Implements annotated property representations of a given Field instance.
BasicCouchbasePersistentProperty(Property, CouchbasePersistentEntity<?>, SimpleTypeHolder, FieldNamingStrategy) - Constructor for class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentProperty
Create a new instance of the BasicCouchbasePersistentProperty class.
BeanNames - Class in org.springframework.data.couchbase.config
Contains default bean names for Couchbase beans.
BeanNames() - Constructor for class org.springframework.data.couchbase.config.BeanNames
 
BeforeConvertEvent<E> - Class in org.springframework.data.couchbase.core.mapping.event
 
BeforeConvertEvent(E) - Constructor for class org.springframework.data.couchbase.core.mapping.event.BeforeConvertEvent
 
BeforeDeleteEvent<E> - Class in org.springframework.data.couchbase.core.mapping.event
 
BeforeDeleteEvent(E) - Constructor for class org.springframework.data.couchbase.core.mapping.event.BeforeDeleteEvent
 
BeforeSaveEvent<E> - Class in org.springframework.data.couchbase.core.mapping.event
 
BeforeSaveEvent(E, CouchbaseDocument) - Constructor for class org.springframework.data.couchbase.core.mapping.event.BeforeSaveEvent
 
bucket - Variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser.N1qlSpelValues
#{.
BucketCallback<T> - Interface in org.springframework.data.couchbase.core
Defines the callback which will be wrapped and executed on a bucket.
BUCKETNAME_ATTR - Static variable in class org.springframework.data.couchbase.config.CouchbaseBucketParser
The bucketName attribute in a bucket definition defines the name of the bucket to open.
BUCKETPASSWORD_ATTR - Static variable in class org.springframework.data.couchbase.config.CouchbaseBucketParser
The bucketPassword attribute in a bucket definition defines the password of the bucket/user of the bucket to open.
build() - Static method in class org.springframework.data.couchbase.core.mapping.KeySettings
 
buildIndexes(RepositoryInformation, ViewIndexed, N1qlPrimaryIndexed, N1qlSecondaryIndexed, CouchbaseOperations) - Method in class org.springframework.data.couchbase.repository.support.IndexManager
Build the relevant indexes according to the provided annotation and repository metadata, in parallel but blocking until all relevant indexes are created.
buildIndexes(RepositoryInformation, ViewIndexed, N1qlPrimaryIndexed, N1qlSecondaryIndexed, RxJavaCouchbaseOperations) - Method in class org.springframework.data.couchbase.repository.support.IndexManager
Build the relevant indexes according to the provided annotation and repository metadata, in parallel but blocking until all relevant indexes are created.
buildQuery(CouchbaseTemplate, N1qlJoinResolver.N1qlJoinResolverParameters) - Static method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver
 
buildQuery(Statement, JsonValue, ScanConsistency) - Static method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
 
buildQuery(Statement, JsonValue, ScanConsistency) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
Creates N1QLQuery object from the statement, query placeholder values and scan consistency
builtQuery - Variable in class org.springframework.data.couchbase.repository.query.ViewQueryCreator.DerivedViewQuery
 

C

canRead(EvaluationContext, Object, String) - Method in class org.springframework.data.couchbase.core.convert.CouchbaseDocumentPropertyAccessor
It can always read from those properties.
CircleFalsePositiveEvaluator(PropertyPath, Circle) - Constructor for class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator.CircleFalsePositiveEvaluator
 
ClientInfo - Class in org.springframework.data.couchbase.monitor
Exposes basic client information.
ClientInfo(Bucket) - Constructor for class org.springframework.data.couchbase.monitor.ClientInfo
 
CLUSTER_ENVIRONMENT_REF - Static variable in class org.springframework.data.couchbase.config.CouchbaseClusterParser
The <env-ref> attribute allows to use a reference to an CouchbaseEnvironment to tune the connection.
CLUSTER_ENVIRONMENT_TAG - Static variable in class org.springframework.data.couchbase.config.CouchbaseClusterParser
The unique <env> element in a cluster definition define the environment customizations.
CLUSTER_NODE_TAG - Static variable in class org.springframework.data.couchbase.config.CouchbaseClusterParser
The <node> elements in a cluster definition define the bootstrap hosts to use
CLUSTER_REF_ATTR - Static variable in class org.springframework.data.couchbase.config.CouchbaseBucketParser
The cluster-ref attribute in a bucket definition defines the cluster to build from.
CLUSTER_REF_ATTR - Static variable in class org.springframework.data.couchbase.config.CouchbaseClusterInfoParser
The cluster-ref attribute in a cluster info definition defines the cluster to build from.
ClusterInfo - Class in org.springframework.data.couchbase.monitor
Exposes basic cluster information.
ClusterInfo(Bucket) - Constructor for class org.springframework.data.couchbase.monitor.ClusterInfo
 
complete(Expression, Sort) - Method in class org.springframework.data.couchbase.repository.query.N1qlCountQueryCreator
 
complete(Expression, Sort) - Method in class org.springframework.data.couchbase.repository.query.N1qlMutateQueryCreator
 
complete(Expression, Sort) - Method in class org.springframework.data.couchbase.repository.query.N1qlQueryCreator
 
complete(SpatialViewQuery, Sort) - Method in class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator
 
complete(ViewQuery, Sort) - Method in class org.springframework.data.couchbase.repository.query.ViewQueryCreator
 
configureReactiveRepositoryOperationsMapping(ReactiveRepositoryOperationsMapping) - Method in class org.springframework.data.couchbase.config.AbstractReactiveCouchbaseDataConfiguration
In order to customize the mapping between repositories/entity types to couchbase templates, use the provided mapping's api (eg. in order to have different buckets backing different repositories).
configureRepositoryOperationsMapping(RepositoryOperationsMapping) - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseDataConfiguration
In order to customize the mapping between repositories/entity types to couchbase templates, use the provided mapping's api (eg. in order to have different buckets backing different repositories).
Consistency - Enum in org.springframework.data.couchbase.core.query
Enumeration of different consistency configurations to be used by the queries generated by the framework.
containsKey(String) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Returns true if it contains a payload for the specified key.
containsValue(Object) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Returns true if it contains the given value.
containsValue(Object) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
Returns true if it contains the given value.
conversions - Variable in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
Holds the custom conversions.
conversionService - Variable in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
Contains the conversion service.
convert(Duration) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.DurationToStringConverter
 
convert(Instant) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.InstantToLongConverter
 
convert(LocalDateTime) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateTimeToLongConverter
 
convert(LocalDate) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateToLongConverter
 
convert(LocalTime) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalTimeToLongConverter
 
convert(Number) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToInstantConverter
 
convert(Number) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateConverter
 
convert(Number) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateTimeConverter
 
convert(Number) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalTimeConverter
 
convert(Period) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.PeriodToStringConverter
 
convert(String) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToDurationConverter
 
convert(String) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToPeriodConverter
 
convert(String) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToZoneIdConverter
 
convert(ZoneId) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.ZoneIdToStringConverter
 
convert(Calendar) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.CalendarToLongConverter
 
convert(DateTime) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateTimeToLongConverter
 
convert(Date) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateToLongConverter
 
convert(Date) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateToStringConverter
 
convert(LocalDateTime) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.LocalDateTimeToLongConverter
 
convert(LocalDate) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.LocalDateToLongConverter
 
convert(Number) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToCalendarConverter
 
convert(Number) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToDateTimeConverter
 
convert(Number) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateConverter
 
convert(Number) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateTimeConverter
 
convert(Object) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.SerializedObjectToDateConverter
 
convertForWriteIfNeeded(Object) - Method in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
 
convertForWriteIfNeeded(Object) - Method in interface org.springframework.data.couchbase.core.convert.CouchbaseConverter
Convert the value if necessary to the class that would actually be stored, or leave it as is if no conversion needed.
ConvertingIterator - Class in org.springframework.data.couchbase.repository.query
An Iterator<Object> that converts values to their stored Class if warranted.
ConvertingIterator(Iterator<Object>, CouchbaseConverter) - Constructor for class org.springframework.data.couchbase.repository.query.ConvertingIterator
 
convertPointsTo2DRanges(JsonArray, JsonArray, boolean, Point...) - Static method in class org.springframework.data.couchbase.repository.query.support.GeoUtils
Convert a sequence of Points describing a polygon to a pair of JsonArray ranges corresponding to that polygon's bounding box, and inject the coordinates into startRange and endRange.
convertShapeTo2DRanges(JsonArray, JsonArray, Shape) - Static method in class org.springframework.data.couchbase.repository.query.support.GeoUtils
Convert a Shape to a pair of JsonArray ranges, injected into startRange and endRange.
copyCouchbaseDocument(CouchbaseDocument, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
Helper method to copy the internals from a source document into a target document.
COUCHBASE_AUDITING_HANDLER - Static variable in class org.springframework.data.couchbase.config.BeanNames
The name for the bean that will handle audit trail marking of entities.
COUCHBASE_BUCKET - Static variable in class org.springframework.data.couchbase.config.BeanNames
The name for the default Bucket bean.
COUCHBASE_CLUSTER - Static variable in class org.springframework.data.couchbase.config.BeanNames
The name for the default Cluster bean.
COUCHBASE_CLUSTER_INFO - Static variable in class org.springframework.data.couchbase.config.BeanNames
The name for the default ClusterInfo bean.
COUCHBASE_CUSTOM_CONVERSIONS - Static variable in class org.springframework.data.couchbase.config.BeanNames
The name for the bean that registers custom Converters to encode/decode entity members.
COUCHBASE_ENV - Static variable in class org.springframework.data.couchbase.config.BeanNames
The name for the default CouchbaseEnvironment bean.
COUCHBASE_INDEX_MANAGER - Static variable in class org.springframework.data.couchbase.config.BeanNames
The name for the bean that drives how some indexes are automatically created.
COUCHBASE_MAPPING_CONTEXT - Static variable in class org.springframework.data.couchbase.config.BeanNames
The name for the bean that stores mapping metadata for entities stored in couchbase.
COUCHBASE_MAPPING_CONVERTER - Static variable in class org.springframework.data.couchbase.config.BeanNames
The name for the bean that performs conversion to/from representation suitable for storage in couchbase.
COUCHBASE_OPERATIONS_MAPPING - Static variable in class org.springframework.data.couchbase.config.BeanNames
The name for the bean that stores custom mapping between repositories and their backing couchbaseOperations.
COUCHBASE_TEMPLATE - Static variable in class org.springframework.data.couchbase.config.BeanNames
The name for the default CouchbaseOperations bean.
COUCHBASE_TRANSLATION_SERVICE - Static variable in class org.springframework.data.couchbase.config.BeanNames
The name for the default TranslationService bean.
CouchbaseAuditingRegistrar - Class in org.springframework.data.couchbase.repository.auditing
A support registrar that allows to set up auditing for Couchbase (AuditingHandler set up).
CouchbaseAuditingRegistrar() - Constructor for class org.springframework.data.couchbase.repository.auditing.CouchbaseAuditingRegistrar
 
CouchbaseBucketFactoryBean - Class in org.springframework.data.couchbase.config
The Factory Bean to help CouchbaseBucketParser constructing a Bucket from a given Cluster reference.
CouchbaseBucketFactoryBean(Cluster) - Constructor for class org.springframework.data.couchbase.config.CouchbaseBucketFactoryBean
 
CouchbaseBucketFactoryBean(Cluster, String) - Constructor for class org.springframework.data.couchbase.config.CouchbaseBucketFactoryBean
 
CouchbaseBucketFactoryBean(Cluster, String, String, String) - Constructor for class org.springframework.data.couchbase.config.CouchbaseBucketFactoryBean
 
CouchbaseBucketParser - Class in org.springframework.data.couchbase.config
The parser for XML definition of a Bucket, to be constructed from a Cluster reference.
CouchbaseBucketParser() - Constructor for class org.springframework.data.couchbase.config.CouchbaseBucketParser
 
couchbaseClient() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
Return the Bucket instance to connect to.
couchbaseClient() - Method in class org.springframework.data.couchbase.config.AbstractReactiveCouchbaseConfiguration
Return the Bucket instance to connect to.
couchbaseClient() - Method in interface org.springframework.data.couchbase.config.CouchbaseConfigurer
Set up the underlying main Bucket, the primary Couchbase SDK entry point to be used by the Spring Data framework for the CouchbaseOperations.
couchbaseCluster() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
Returns the Cluster instance to connect to.
couchbaseCluster() - Method in class org.springframework.data.couchbase.config.AbstractReactiveCouchbaseConfiguration
Returns the Cluster instance to connect to.
couchbaseCluster() - Method in interface org.springframework.data.couchbase.config.CouchbaseConfigurer
Set up the underlying main Couchbase Cluster reference to be used by the Spring Data framework when storing into Couchbase.
couchbaseClusterInfo() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
 
couchbaseClusterInfo() - Method in class org.springframework.data.couchbase.config.AbstractReactiveCouchbaseConfiguration
 
couchbaseClusterInfo() - Method in interface org.springframework.data.couchbase.config.CouchbaseConfigurer
Set up the underlying main ClusterInfo, allowing to check feature availability and cluster configuration.
CouchbaseClusterInfoFactoryBean - Class in org.springframework.data.couchbase.config
The Factory Bean to help CouchbaseClusterInfoParser constructing a ClusterInfo from a given Cluster reference.
CouchbaseClusterInfoFactoryBean(Cluster, String, String) - Constructor for class org.springframework.data.couchbase.config.CouchbaseClusterInfoFactoryBean
 
CouchbaseClusterInfoParser - Class in org.springframework.data.couchbase.config
The parser for XML definition of a ClusterInfo, to be constructed from a Cluster reference.
CouchbaseClusterInfoParser() - Constructor for class org.springframework.data.couchbase.config.CouchbaseClusterInfoParser
 
CouchbaseClusterParser - Class in org.springframework.data.couchbase.config
The XML parser for a Cluster definition.
CouchbaseClusterParser() - Constructor for class org.springframework.data.couchbase.config.CouchbaseClusterParser
 
CouchbaseConfigurationSupport - Class in org.springframework.data.couchbase.config
Provides configuration support for common beans in both AbstractCouchbaseDataConfiguration and AbstractReactiveCouchbaseDataConfiguration configurations
CouchbaseConfigurationSupport() - Constructor for class org.springframework.data.couchbase.config.CouchbaseConfigurationSupport
 
couchbaseConfigurer() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
 
couchbaseConfigurer() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseDataConfiguration
 
couchbaseConfigurer() - Method in class org.springframework.data.couchbase.config.AbstractReactiveCouchbaseConfiguration
 
couchbaseConfigurer() - Method in class org.springframework.data.couchbase.config.AbstractReactiveCouchbaseDataConfiguration
 
CouchbaseConfigurer - Interface in org.springframework.data.couchbase.config
Strategy interface for users to provide as a factory for custom components needed by the Couchbase integration.
CouchbaseConverter - Interface in org.springframework.data.couchbase.core.convert
Marker interface for the converter, identifying the types to and from that can be converted.
CouchbaseCustomConversions - Class in org.springframework.data.couchbase.core.convert
Value object to capture custom conversion.
CouchbaseCustomConversions(List<?>) - Constructor for class org.springframework.data.couchbase.core.convert.CouchbaseCustomConversions
Create a new instance with a given list of converters.
CouchbaseDataIntegrityViolationException - Exception in org.springframework.data.couchbase.core
A Couchbase specific integrity violation exception, thrown as a result of failing db operations.
CouchbaseDataIntegrityViolationException(String) - Constructor for exception org.springframework.data.couchbase.core.CouchbaseDataIntegrityViolationException
 
CouchbaseDataIntegrityViolationException(String, Throwable) - Constructor for exception org.springframework.data.couchbase.core.CouchbaseDataIntegrityViolationException
 
CouchbaseDocument - Class in org.springframework.data.couchbase.core.mapping
A CouchbaseDocument is an abstract representation of a document stored inside Couchbase Server.
CouchbaseDocument() - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Creates a completely empty CouchbaseDocument.
CouchbaseDocument(String) - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Creates a empty CouchbaseDocument, and set the ID immediately.
CouchbaseDocument(String, int) - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Creates a empty CouchbaseDocument with ID and expiration time.
CouchbaseDocumentPropertyAccessor - Class in org.springframework.data.couchbase.core.convert
A property accessor for document properties.
CouchbaseDocumentPropertyAccessor() - Constructor for class org.springframework.data.couchbase.core.convert.CouchbaseDocumentPropertyAccessor
 
CouchbaseDocumentTypeAliasAccessor(String) - Constructor for class org.springframework.data.couchbase.core.convert.DefaultCouchbaseTypeMapper.CouchbaseDocumentTypeAliasAccessor
 
CouchbaseEntityInformation<T,ID> - Interface in org.springframework.data.couchbase.repository.query
Marker interface for the Couchbase Entity Information.
couchbaseEnvironment() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
 
couchbaseEnvironment() - Method in class org.springframework.data.couchbase.config.AbstractReactiveCouchbaseConfiguration
 
couchbaseEnvironment() - Method in interface org.springframework.data.couchbase.config.CouchbaseConfigurer
Set up the underlying main CouchbaseEnvironment, allowing tuning of the Couchbase SDK.
CouchbaseEnvironmentNoShutdownInvocationHandler - Class in org.springframework.data.couchbase.config
A dynamic proxy around a CouchbaseEnvironment that prevents its CoreEnvironment.shutdown() method to be invoked.
CouchbaseEnvironmentNoShutdownInvocationHandler(CouchbaseEnvironment) - Constructor for class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownInvocationHandler
 
CouchbaseEnvironmentParser - Class in org.springframework.data.couchbase.config
Allows creation of a DefaultCouchbaseEnvironment via spring XML configuration.
CouchbaseEnvironmentParser() - Constructor for class org.springframework.data.couchbase.config.CouchbaseEnvironmentParser
 
CouchbaseExceptionTranslator - Class in org.springframework.data.couchbase.core
Simple PersistenceExceptionTranslator for Couchbase.
CouchbaseExceptionTranslator() - Constructor for class org.springframework.data.couchbase.core.CouchbaseExceptionTranslator
 
CouchbaseIndexManagerParser - Class in org.springframework.data.couchbase.config
The XML parser for a IndexManager definition.
CouchbaseIndexManagerParser() - Constructor for class org.springframework.data.couchbase.config.CouchbaseIndexManagerParser
 
CouchbaseJmxParser - Class in org.springframework.data.couchbase.config
Enables Parsing of the "" configuration bean.
CouchbaseJmxParser() - Constructor for class org.springframework.data.couchbase.config.CouchbaseJmxParser
 
CouchbaseJsr310Converters - Class in org.springframework.data.couchbase.core.convert
Helper class to register JSR-310 specific Converter implementations.
CouchbaseJsr310Converters.DurationToStringConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.InstantToLongConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.LocalDateTimeToLongConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.LocalDateToLongConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.LocalTimeToLongConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.NumberToInstantConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.NumberToLocalDateConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.NumberToLocalDateTimeConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.NumberToLocalTimeConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.PeriodToStringConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.StringToDurationConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.StringToPeriodConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.StringToZoneIdConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.ZoneIdToStringConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseList - Class in org.springframework.data.couchbase.core.mapping
A CouchbaseList is an abstract list that represents an array stored in a (most of the times JSON) document.
CouchbaseList() - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseList
Create a new (empty) list.
CouchbaseList(List<Object>) - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseList
Create a new list with a given payload on construction.
CouchbaseList(SimpleTypeHolder) - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseList
Create a new (empty) list with an existing SimpleTypeHolder.
CouchbaseList(List<Object>, SimpleTypeHolder) - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseList
Create a new list with a given payload on construction and an existing SimpleTypeHolder.
couchbaseMappingContext() - Method in class org.springframework.data.couchbase.config.CouchbaseConfigurationSupport
Creates a CouchbaseMappingContext equipped with entity classes scanned from the mapping base package.
CouchbaseMappingContext - Class in org.springframework.data.couchbase.core.mapping
Default implementation of a MappingContext for Couchbase using BasicCouchbasePersistentEntity and BasicCouchbasePersistentProperty as primary abstractions.
CouchbaseMappingContext() - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
 
CouchbaseMappingEvent<T> - Class in org.springframework.data.couchbase.core.mapping.event
A mapping event.
CouchbaseMappingEvent(T, CouchbaseDocument) - Constructor for class org.springframework.data.couchbase.core.mapping.event.CouchbaseMappingEvent
 
CouchbaseNamespaceHandler - Class in org.springframework.data.couchbase.config
NamespaceHandler for Couchbase configuration.
CouchbaseNamespaceHandler() - Constructor for class org.springframework.data.couchbase.config.CouchbaseNamespaceHandler
 
CouchbaseOperations - Interface in org.springframework.data.couchbase.core
Defines common operations on the Couchbase data source, most commonly implemented by CouchbaseTemplate.
CouchbasePagingAndSortingRepository<T,ID extends Serializable> - Interface in org.springframework.data.couchbase.repository
Couchbase specific Repository interface that is a PagingAndSortingRepository.
CouchbasePersistentEntity<T> - Interface in org.springframework.data.couchbase.core.mapping
Represents an entity that can be persisted which contains 0 or more properties.
CouchbasePersistentProperty - Interface in org.springframework.data.couchbase.core.mapping
Represents a property part of an entity that needs to be persisted.
CouchbaseQueryExecutionException - Exception in org.springframework.data.couchbase.core
An DataRetrievalFailureException that denotes an error during a query (N1QL).
CouchbaseQueryExecutionException(String) - Constructor for exception org.springframework.data.couchbase.core.CouchbaseQueryExecutionException
 
CouchbaseQueryExecutionException(String, Throwable) - Constructor for exception org.springframework.data.couchbase.core.CouchbaseQueryExecutionException
 
CouchbaseQueryMethod - Class in org.springframework.data.couchbase.repository.query
Represents a query method with couchbase extensions, allowing to discover if View-based query or N1QL-based query must be used.
CouchbaseQueryMethod(Method, RepositoryMetadata, ProjectionFactory, MappingContext<? extends CouchbasePersistentEntity<?>, CouchbasePersistentProperty>) - Constructor for class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
 
CouchbaseRepositoriesRegistrar - Class in org.springframework.data.couchbase.repository.config
 
CouchbaseRepositoriesRegistrar() - Constructor for class org.springframework.data.couchbase.repository.config.CouchbaseRepositoriesRegistrar
 
CouchbaseRepository<T,ID extends Serializable> - Interface in org.springframework.data.couchbase.repository
Couchbase specific Repository interface.
CouchbaseRepositoryBean<T> - Class in org.springframework.data.couchbase.repository.cdi
A bean which represents a Couchbase repository.
CouchbaseRepositoryBean(Bean<CouchbaseOperations>, Set<Annotation>, Class<T>, BeanManager, CustomRepositoryImplementationDetector) - Constructor for class org.springframework.data.couchbase.repository.cdi.CouchbaseRepositoryBean
CouchbaseRepositoryConfigurationExtension - Class in org.springframework.data.couchbase.repository.config
 
CouchbaseRepositoryConfigurationExtension() - Constructor for class org.springframework.data.couchbase.repository.config.CouchbaseRepositoryConfigurationExtension
 
CouchbaseRepositoryExtension - Class in org.springframework.data.couchbase.repository.cdi
A portable CDI extension which registers beans for Spring Data Couchbase repositories.
CouchbaseRepositoryExtension() - Constructor for class org.springframework.data.couchbase.repository.cdi.CouchbaseRepositoryExtension
 
CouchbaseRepositoryFactory - Class in org.springframework.data.couchbase.repository.support
Factory to create SimpleCouchbaseRepository instances.
CouchbaseRepositoryFactory(RepositoryOperationsMapping, IndexManager) - Constructor for class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactory
Create a new factory.
CouchbaseRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable> - Class in org.springframework.data.couchbase.repository.support
The factory bean to create repositories.
CouchbaseRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactoryBean
Creates a new CouchbaseRepositoryFactoryBean for the given repository interface.
CouchbaseSimpleTypes - Class in org.springframework.data.couchbase.core.mapping
 
CouchbaseStorable - Interface in org.springframework.data.couchbase.core.mapping
Marker Interface to identify either a CouchbaseDocument or a CouchbaseList.
couchbaseTemplate() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseDataConfiguration
CouchbaseTemplate - Class in org.springframework.data.couchbase.core
 
CouchbaseTemplate(ClusterInfo, Bucket) - Constructor for class org.springframework.data.couchbase.core.CouchbaseTemplate
 
CouchbaseTemplate(ClusterInfo, Bucket, TranslationService) - Constructor for class org.springframework.data.couchbase.core.CouchbaseTemplate
 
CouchbaseTemplate(ClusterInfo, Bucket, CouchbaseConverter, TranslationService) - Constructor for class org.springframework.data.couchbase.core.CouchbaseTemplate
 
CouchbaseTemplateParser - Class in org.springframework.data.couchbase.config
Parser for "" bean definitions.
CouchbaseTemplateParser() - Constructor for class org.springframework.data.couchbase.config.CouchbaseTemplateParser
 
CouchbaseTranslationServiceParser - Class in org.springframework.data.couchbase.config
Enables Parsing of the "" configuration bean.
CouchbaseTranslationServiceParser() - Constructor for class org.springframework.data.couchbase.config.CouchbaseTranslationServiceParser
 
CouchbaseTypeMapper - Interface in org.springframework.data.couchbase.core.convert
Marker interface for the TypeMapper.
CouchbaseWriter<T,ConvertedCouchbaseDocument> - Interface in org.springframework.data.couchbase.core.convert
Marker interface for the Couchbase EntityWriter.
count - Variable in class org.springframework.data.couchbase.repository.query.CountFragment
The value for a COUNT that used CountFragment.COUNT_ALIAS as an alias.
count() - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
count() - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
COUNT_ALIAS - Static variable in class org.springframework.data.couchbase.repository.query.CountFragment
Use this alias for the COUNT part of a N1QL query so that the framework can extract the count result.
CountFragment - Class in org.springframework.data.couchbase.repository.query
An utility entity that allows to extract total row count out of a COUNT(*) N1QL query.
CountFragment() - Constructor for class org.springframework.data.couchbase.repository.query.CountFragment
 
create(CreationalContext<T>, Class<T>) - Method in class org.springframework.data.couchbase.repository.cdi.CouchbaseRepositoryBean
 
create(CreationalContext<T>, Class<T>, Optional<Object>) - Method in class org.springframework.data.couchbase.repository.cdi.ReactiveCouchbaseRepositoryBean
 
create(Part, Iterator<Object>) - Method in class org.springframework.data.couchbase.repository.query.N1qlMutateQueryCreator
 
create(Part, Iterator<Object>) - Method in class org.springframework.data.couchbase.repository.query.N1qlQueryCreator
 
create(Part, Iterator<Object>) - Method in class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator
 
create(Part, Iterator<Object>) - Method in class org.springframework.data.couchbase.repository.query.ViewQueryCreator
 
createAssociation() - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentProperty
Creates a new Association.
createBeanDefEntry(Class<?>, CompositeComponentDefinition, String, Object, ParserContext) - Method in class org.springframework.data.couchbase.config.CouchbaseJmxParser
Creates Bean Definitions for JMX components and adds them as a nested component.
createCountQueryForEntity(String, CouchbaseConverter, CouchbaseEntityInformation<T, String>) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
Creates a full N1QL query that counts total number of the given entity in the bucket.
createExpression(Part.Type, String, boolean, Iterator<Object>, AtomicInteger, JsonArray) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
 
createInstance() - Method in class org.springframework.data.couchbase.config.CouchbaseBucketFactoryBean
 
createInstance() - Method in class org.springframework.data.couchbase.config.CouchbaseClusterInfoFactoryBean
 
createN1qlSpelValues(String, String, Class<?>, boolean) - Static method in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
 
createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
Creates a concrete entity based out of the type information passed.
createPersistentProperty(Property, BasicCouchbasePersistentEntity<?>, SimpleTypeHolder) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
Creates a concrete property based on the field information and entity.
createRepositoryFactory() - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactoryBean
Returns a factory instance.
createRepositoryFactory() - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactoryBean
Returns a factory instance.
createReturningExpressionForDelete(String) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
Creates the returning clause for N1ql deletes with all attributes of the entity and meta information
createSelectClauseForEntity(String, ReturnedType, CouchbaseConverter) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
Produce a Statement that corresponds to the SELECT clause for looking for Spring Data entities stored in Couchbase.
createSelectClauseForEntity(String) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
Produce a Statement that corresponds to the SELECT clause for looking for Spring Data entities stored in Couchbase.
createSelectFromForEntity(String) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
Produce a Statement that corresponds to the SELECT...FROM clauses for looking for Spring Data entities stored in Couchbase.
createSort(Sort, CouchbaseConverter) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
Create a N1QL Sort out of a Spring Data Sort.
createWhereFilterForEntity(Expression, CouchbaseConverter, EntityMetadata<?>) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
Produces an Expression that can serve as a WHERE clause criteria to only select documents in a bucket that matches a particular Spring Data entity (as given by the EntityMetadata parameter).
customConversions() - Method in class org.springframework.data.couchbase.config.CouchbaseConfigurationSupport
Register custom Converters in a CustomConversions object if required.
CustomConversions - Class in org.springframework.data.couchbase.core.convert
Deprecated.
CustomConversions(List<?>) - Constructor for class org.springframework.data.couchbase.core.convert.CustomConversions
Deprecated.
Create a new instance with a given list of conversers.

D

DateConverters - Class in org.springframework.data.couchbase.core.convert
Out of the box conversions for java dates and calendars.
DateConverters.CalendarToLongConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.DateTimeToLongConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.DateToLongConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.DateToStringConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.LocalDateTimeToLongConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.LocalDateToLongConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.NumberToCalendarConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.NumberToDateTimeConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.NumberToLocalDateConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.NumberToLocalDateTimeConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.SerializedObjectToDateConverter - Enum in org.springframework.data.couchbase.core.convert
 
decode(String, CouchbaseStorable) - Method in class org.springframework.data.couchbase.core.convert.translation.JacksonTranslationService
Decode a JSON string into the CouchbaseStorable structure.
decode(String, CouchbaseStorable) - Method in interface org.springframework.data.couchbase.core.convert.translation.TranslationService
Decodes the target format into a CouchbaseDocument
decodeFragment(String, Class<T>) - Method in class org.springframework.data.couchbase.core.convert.translation.JacksonTranslationService
 
decodeFragment(String, Class<T>) - Method in interface org.springframework.data.couchbase.core.convert.translation.TranslationService
Decodes an ad-hoc JSON object into a corresponding "case" class.
DEFAULT_CONSISTENCY - Static variable in enum org.springframework.data.couchbase.core.query.Consistency
The static default Consistency (Consistency.READ_YOUR_OWN_WRITES).
DEFAULT_EXPIRATION_TIME - Static variable in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Defnes the default expiration time for the document.
DEFAULT_TYPE_KEY - Static variable in class org.springframework.data.couchbase.core.convert.DefaultCouchbaseTypeMapper
The type key to use if a complex type was identified.
DefaultCouchbaseTypeMapper - Class in org.springframework.data.couchbase.core.convert
The Couchbase Type Mapper.
DefaultCouchbaseTypeMapper(String) - Constructor for class org.springframework.data.couchbase.core.convert.DefaultCouchbaseTypeMapper
Create a new type mapper with the type key.
DefaultCouchbaseTypeMapper.CouchbaseDocumentTypeAliasAccessor - Class in org.springframework.data.couchbase.core.convert
 
delete - Variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser.N1qlSpelValues
#{}.
delete(T) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
delete(T) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
deleteAll(Iterable<? extends T>) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
deleteAll() - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
deleteAll(Iterable<? extends T>) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
deleteAll(Publisher<? extends T>) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
deleteAll() - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
deleteById(ID) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
deleteById(ID) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
deleteById(Publisher<ID>) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
delimiter(String) - Method in class org.springframework.data.couchbase.core.mapping.KeySettings
Set delimiter
delimiter() - Method in class org.springframework.data.couchbase.core.mapping.KeySettings
Get delimiter
deriveAndExecute(Object[]) - Method in class org.springframework.data.couchbase.repository.query.ReactiveViewBasedCouchbaseQuery
 
deriveAndExecute(Object[]) - Method in class org.springframework.data.couchbase.repository.query.ViewBasedCouchbaseQuery
 
DerivedViewQuery(ViewQuery, boolean, boolean) - Constructor for class org.springframework.data.couchbase.repository.query.ViewQueryCreator.DerivedViewQuery
 
Dimensional - Annotation Type in org.springframework.data.couchbase.core.query
An annotation to mark a repository method as querying using a Couchbase Spatial View.
Document - Annotation Type in org.springframework.data.couchbase.core.mapping
Identifies a domain object to be persisted to Couchbase.
DOCUMENT_TYPES - Static variable in class org.springframework.data.couchbase.core.mapping.CouchbaseSimpleTypes
 
doInBucket() - Method in interface org.springframework.data.couchbase.core.BucketCallback
The enclosed body will be executed on the connected bucket.
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.data.couchbase.config.CouchbaseBucketParser
Parse the bean definition and build up the bean.
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.data.couchbase.config.CouchbaseClusterInfoParser
Parse the bean definition and build up the bean.
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.data.couchbase.config.CouchbaseClusterParser
Parse the bean definition and build up the bean.
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentParser
Parse the bean definition and build up the bean.
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.data.couchbase.config.CouchbaseIndexManagerParser
Parse the bean definition and build up the bean.
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.data.couchbase.config.CouchbaseTemplateParser
Parse the bean definition and build up the bean.
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.data.couchbase.config.CouchbaseTranslationServiceParser
Parse the bean definition and build up the bean.
doParse(SpelExpressionParser, EvaluationContext, boolean) - Method in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
 
doResolve(CouchbaseTemplate, N1qlJoinResolver.N1qlJoinResolverParameters, Class<R>) - Static method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver
 

E

eliminate(List<T>) - Method in class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator.SpatialViewQueryWrapper
 
EnableCouchbaseAuditing - Annotation Type in org.springframework.data.couchbase.repository.auditing
Annotation to enable auditing in Couchbase via annotation configuration.
EnableCouchbaseRepositories - Annotation Type in org.springframework.data.couchbase.repository.config
Annotation to activate Couchbase repositories.
EnableReactiveCouchbaseRepositories - Annotation Type in org.springframework.data.couchbase.repository.config
Annotation to activate reactive couchbase repositories.
encode(CouchbaseStorable) - Method in class org.springframework.data.couchbase.core.convert.translation.JacksonTranslationService
Encode a CouchbaseStorable to a JSON string.
encode(CouchbaseStorable) - Method in interface org.springframework.data.couchbase.core.convert.translation.TranslationService
Encodes a JSON String into the target format.
ensureNotIterable(Object) - Static method in class org.springframework.data.couchbase.core.CouchbaseTemplate
Make sure the given object is not a iterable.
escapedBucket(String) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
Escape the given bucketName and produce an Expression.
evaluate(Object, BeanWrapper) - Method in class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator.AbstractFalsePositiveEvaluator
 
evaluateCriteria(Point) - Method in class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator.AbstractFalsePositiveEvaluator
 
evaluateCriteria(Point) - Method in class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator.CircleFalsePositiveEvaluator
 
evaluateCriteria(Point) - Method in class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator.PointArrayFalsePositiveEvaluator
 
evaluateCriteria(Point) - Method in class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator.PolygonFalsePositiveEvaluator
 
execute(BucketCallback<T>) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Executes a BucketCallback translating any exceptions as necessary.
execute(BucketCallback<T>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
execute(Object[]) - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
 
execute(Object[]) - Method in class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
 
execute(N1qlQuery, Class<?>) - Method in class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
 
execute(Object[]) - Method in class org.springframework.data.couchbase.repository.query.ReactiveSpatialViewBasedQuery
 
execute(SpatialViewQueryCreator.SpatialViewQueryWrapper) - Method in class org.springframework.data.couchbase.repository.query.ReactiveSpatialViewBasedQuery
 
execute(Object[]) - Method in class org.springframework.data.couchbase.repository.query.ReactiveViewBasedCouchbaseQuery
 
execute(ViewQuery) - Method in class org.springframework.data.couchbase.repository.query.ReactiveViewBasedCouchbaseQuery
 
execute(Object[]) - Method in class org.springframework.data.couchbase.repository.query.SpatialViewBasedQuery
 
execute(SpatialViewQueryCreator.SpatialViewQueryWrapper) - Method in class org.springframework.data.couchbase.repository.query.SpatialViewBasedQuery
 
execute(Object[]) - Method in class org.springframework.data.couchbase.repository.query.ViewBasedCouchbaseQuery
 
execute(ViewQuery) - Method in class org.springframework.data.couchbase.repository.query.ViewBasedCouchbaseQuery
 
executeAsync(Observable<T>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
executeCollection(N1qlQuery, Class<?>) - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
 
executeDependingOnType(N1qlQuery, N1qlQuery, QueryMethod, Pageable, Class<?>) - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
 
executeDependingOnType(N1qlQuery, QueryMethod, Class<?>) - Method in class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
 
executeEntity(N1qlQuery, Class<?>) - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
 
executePaged(N1qlQuery, N1qlQuery, Pageable, Class<?>) - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
 
executeReduce(ViewQuery, String, String) - Method in class org.springframework.data.couchbase.repository.query.ReactiveViewBasedCouchbaseQuery
 
executeReduce(ViewQuery, String, String) - Method in class org.springframework.data.couchbase.repository.query.ViewBasedCouchbaseQuery
 
executeSingleProjection(N1qlQuery) - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
 
executeSingleProjection(N1qlQuery, Class<?>) - Method in class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
 
executeSliced(N1qlQuery, N1qlQuery, Pageable, Class<?>) - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
 
executeStream(N1qlQuery, Class<?>) - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
 
exists(String) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Checks if the given document exists.
exists(String) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
exists(String) - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
exists(String) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
existsById(ID) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
existsById(ID) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
existsById(Publisher<ID>) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
export() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Returns the current payload, including all recursive elements.
export() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
Returns the current payload, including all recursive elements.

F

FetchType - Enum in org.springframework.data.couchbase.core.query
Setting for specify when to fetch the associated entities
FIELD_NAME_ESCAPED - Static variable in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
A converter that can be used to extract the fieldName, eg. when one wants a path from PersistentPropertyPath.toDotPath(Converter) made of escaped field names.
fieldNamingStrategy() - Method in class org.springframework.data.couchbase.config.CouchbaseConfigurationSupport
Configures a FieldNamingStrategy on the CouchbaseMappingContext instance created.
fields - Variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser.N1qlSpelValues
#{.
filter - Variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser.N1qlSpelValues
#{}.
findAll(Sort) - Method in class org.springframework.data.couchbase.repository.support.N1qlCouchbaseRepository
 
findAll(Pageable) - Method in class org.springframework.data.couchbase.repository.support.N1qlCouchbaseRepository
 
findAll(Sort) - Method in class org.springframework.data.couchbase.repository.support.ReactiveN1qlCouchbaseRepository
 
findAll() - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
findAll() - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
findAllById(Iterable<ID>) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
findAllById(Iterable<ID>) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
findAllById(Publisher<ID>) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
findById(String, Class<T>) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Find an object by its given Id and map it to the corresponding entity.
findById(String, Class<T>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
findById(String, Class<T>) - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
findById(String, Class<T>) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
findById(ID) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
findById(ID) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
findById(Publisher<ID>) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
findByN1QL(N1qlQuery, Class<T>) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Query the N1QL Service for JSON data of type T.
findByN1QL(N1qlQuery, Class<T>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
findByN1QL(N1qlQuery, Class<T>) - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
findByN1QL(N1qlQuery, Class<T>) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
findByN1QLProjection(N1qlQuery, Class<T>) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Query the N1QL Service for partial JSON data of type T.
findByN1QLProjection(N1qlQuery, Class<T>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
findByN1QLProjection(N1qlQuery, Class<T>) - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
findByN1QLProjection(N1qlQuery, Class<T>) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
findBySpatialView(SpatialViewQuery, Class<T>) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Query a Spatial View for a list of documents of type T.
findBySpatialView(SpatialViewQuery, Class<T>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
findBySpatialView(SpatialViewQuery, Class<T>) - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
findBySpatialView(SpatialViewQuery, Class<T>) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
findByView(ViewQuery, Class<T>) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Query a View for a list of documents of type T.
findByView(ViewQuery, Class<T>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
findByView(ViewQuery, Class<T>) - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
findByView(ViewQuery, Class<T>) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 

G

GeneratedValue - Annotation Type in org.springframework.data.couchbase.core.mapping.id
This annotation is targeted at Document interfaces, indicating that the framework should generate the document key value using the specified generator
GenerationStrategy - Enum in org.springframework.data.couchbase.core.mapping.id
Keys generation strategy
GeoUtils - Class in org.springframework.data.couchbase.repository.query.support
Utility class to deal with geo/dimensional indexed data and queries.
GeoUtils() - Constructor for class org.springframework.data.couchbase.repository.query.support.GeoUtils
 
get(String) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Potentially get a value from the payload with the given key.
get(int) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
Return the stored element at the given index.
getAnnotation() - Method in class org.springframework.data.couchbase.repository.auditing.CouchbaseAuditingRegistrar
 
getAnnotation() - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoriesRegistrar
 
getAnnotation() - Method in class org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoriesRegistrar
 
getArray(Iterator<Object>) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
 
getAssociatedEntityTypeInfo() - Method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver.N1qlJoinResolverParameters
 
getAuditHandlerBeanDefinitionBuilder(AuditingConfiguration) - Method in class org.springframework.data.couchbase.repository.auditing.CouchbaseAuditingRegistrar
 
getAuditingHandlerBeanName() - Method in class org.springframework.data.couchbase.repository.auditing.CouchbaseAuditingRegistrar
 
getBeanClass(Element) - Method in class org.springframework.data.couchbase.config.CouchbaseBucketParser
Defines the bean class that will be constructed.
getBeanClass(Element) - Method in class org.springframework.data.couchbase.config.CouchbaseClusterInfoParser
Defines the bean class that will be constructed.
getBeanClass(Element) - Method in class org.springframework.data.couchbase.config.CouchbaseClusterParser
Defines the bean class that will be constructed.
getBeanClass(Element) - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentParser
Defines the bean class that will be constructed.
getBeanClass(Element) - Method in class org.springframework.data.couchbase.config.CouchbaseIndexManagerParser
Defines the bean class that will be constructed.
getBeanClass(Element) - Method in class org.springframework.data.couchbase.config.CouchbaseTemplateParser
Defines the bean class that will be constructed.
getBeanClass(Element) - Method in class org.springframework.data.couchbase.config.CouchbaseTranslationServiceParser
Defines the bean class that will be constructed.
getBindableValue(int) - Method in class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseParameterAccessor
 
getBootstrapHosts() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
The list of hostnames (or IP addresses) to bootstrap from.
getBootstrapHosts() - Method in class org.springframework.data.couchbase.config.AbstractReactiveCouchbaseConfiguration
The list of hostnames (or IP addresses) to bootstrap from.
getBoundingBoxForNear(Point, Distance) - Static method in class org.springframework.data.couchbase.repository.query.support.GeoUtils
Computes the bounding box approximation for a "near" query (max distance from a point of origin).
getBucketName() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
The name of the bucket to connect to.
getBucketName() - Method in class org.springframework.data.couchbase.config.AbstractReactiveCouchbaseConfiguration
The name of the bucket to connect to.
getBucketPassword() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
The password of the bucket (can be an empty string).
getBucketPassword() - Method in class org.springframework.data.couchbase.config.AbstractReactiveCouchbaseConfiguration
The password of the bucket/User of the bucket (can be an empty string).
getConsistencyAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
 
getConversionService() - Method in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
Return the conversion service.
getConverter() - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Returns the underlying CouchbaseConverter.
getConverter() - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
getConverter() - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
getConverter() - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
getConvertersToRegister() - Static method in class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters
Returns the converters to be registered
getConvertersToRegister() - Static method in class org.springframework.data.couchbase.core.convert.DateConverters
Returns all converters by this class that can be registered.
getCouchbaseBucket() - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Returns the linked Bucket to this template.
getCouchbaseBucket() - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
getCouchbaseBucket() - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
Returns the linked Bucket to this template.
getCouchbaseBucket() - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
getCouchbaseClusterInfo() - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Returns the ClusterInfo about the cluster linked to this template.
getCouchbaseClusterInfo() - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
getCouchbaseClusterInfo() - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
getCouchbaseClusterInfo() - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
getCouchbaseOperations() - Method in interface org.springframework.data.couchbase.repository.CouchbaseRepository
 
getCouchbaseOperations() - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
 
getCouchbaseOperations() - Method in class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
 
getCouchbaseOperations() - Method in interface org.springframework.data.couchbase.repository.ReactiveCouchbaseRepository
 
getCouchbaseOperations() - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
getCouchbaseOperations() - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
getCount(ParameterAccessor, Object[]) - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
The statement for a count() query.
getCount(ParameterAccessor, Object[]) - Method in class org.springframework.data.couchbase.repository.query.PartTreeN1qlBasedQuery
 
getCount(ParameterAccessor, Object[]) - Method in class org.springframework.data.couchbase.repository.query.StringN1qlBasedQuery
 
getCountContext() - Method in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
 
getDefault() - Method in class org.springframework.data.couchbase.repository.config.ReactiveRepositoryOperationsMapping
 
getDefault() - Method in class org.springframework.data.couchbase.repository.config.RepositoryOperationsMapping
 
getDefaultConsistency() - Method in class org.springframework.data.couchbase.config.CouchbaseConfigurationSupport
Configures the default consistency for generated view queries and N1QL queries in repositories.
getDefaultConsistency() - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Returns the consistency parameter to be used by default for generated queries (views and N1QL) in repositories.
getDefaultConsistency() - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
getDefaultConsistency() - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
getDefaultConsistency() - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
getDimensionalAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
 
getDocument() - Method in class org.springframework.data.couchbase.core.mapping.event.CouchbaseMappingEvent
 
getDottedPathWithAlternativeFieldNames(PersistentPropertyPath<CouchbasePersistentProperty>) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
Given a PersistentPropertyPath of CouchbasePersistentProperty (see N1qlUtils.getPathWithAlternativeFieldNames(CouchbaseConverter, PropertyPath)), obtain a String representation of the path, separated with dots and using alternative field names.
getEntityInformation(Class<T>) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactory
Returns entity information based on the domain class.
getEntityInformation(Class<T>) - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactory
Returns entity information based on the domain class.
getEntityInformation() - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
Returns the information for the underlying template.
getEntityInformation() - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
Returns the information for the underlying template.
getEntityTypeInfo() - Method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver.N1qlJoinResolverParameters
 
getEnvironment() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
Override this method if you want a customized CouchbaseEnvironment.
getEnvironment() - Method in class org.springframework.data.couchbase.config.AbstractReactiveCouchbaseConfiguration
Override this method if you want a customized CouchbaseEnvironment.
getExpiration() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Returns the expiration time of the document.
getExpiry() - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity
 
getExpiry() - Method in interface org.springframework.data.couchbase.core.mapping.CouchbasePersistentEntity
Returns the expiration time of the entity.
getExtension() - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoriesRegistrar
 
getExtension() - Method in class org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoriesRegistrar
 
getFactoryInstance(RepositoryOperationsMapping, IndexManager) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactoryBean
Get the factory instance for the operations.
getFactoryInstance(ReactiveRepositoryOperationsMapping, IndexManager) - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactoryBean
Get the factory instance for the operations.
getFeature() - Method in exception org.springframework.data.couchbase.core.UnsupportedCouchbaseFeatureException
 
getFieldName() - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentProperty
Returns the field name of the property.
getFieldName() - Method in interface org.springframework.data.couchbase.core.mapping.CouchbasePersistentProperty
Returns the field name of the property.
getGeneratedId(Object) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Get generated id - applies both using prefix and suffix through entity as well as template KeySettings ** NOTE: UNIQUE strategy will generate different ids each time ***
getGeneratedId(Object) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
getHostNames() - Method in class org.springframework.data.couchbase.monitor.ClientInfo
 
getId() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Returns the ID of the document.
getIdentifyingAnnotations() - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoryConfigurationExtension
 
getIdentifyingAnnotations() - Method in class org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoryConfigurationExtension
 
getIdentifyingTypes() - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoryConfigurationExtension
 
getIdentifyingTypes() - Method in class org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoryConfigurationExtension
 
getInitialEntitySet() - Method in class org.springframework.data.couchbase.config.CouchbaseConfigurationSupport
Scans the mapping base package for classes annotated with Document.
getInlineN1qlQuery() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
Returns the query string declared in a Query annotation or null if neither the annotation found nor the attribute was specified.
getIsBalanced() - Method in class org.springframework.data.couchbase.monitor.ClusterInfo
 
getJoinDefinition() - Method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver.N1qlJoinResolverParameters
 
getLksId() - Method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver.N1qlJoinResolverParameters
 
getMappingBasePackage() - Method in class org.springframework.data.couchbase.config.CouchbaseConfigurationSupport
Return the base package to scan for mapped Documents.
getMappingContext() - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
 
getMappingContext() - Method in class org.springframework.data.couchbase.repository.config.ReactiveRepositoryOperationsMapping
Get the MappingContext to use in repositories.
getMappingContext() - Method in class org.springframework.data.couchbase.repository.config.RepositoryOperationsMapping
Get the MappingContext to use in repositories.
getMaxBuckets() - Method in class org.springframework.data.couchbase.monitor.ClusterInfo
 
getModuleName() - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoryConfigurationExtension
 
getModuleName() - Method in class org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoryConfigurationExtension
 
getModulePrefix() - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoryConfigurationExtension
 
getModulePrefix() - Method in class org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoryConfigurationExtension
 
getN1qlAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
Returns the @Query annotation if set, null otherwise.
getN1qlBaseClass(RepositoryMetadata) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactory
 
getN1qlBaseClass(RepositoryMetadata) - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactory
 
getNumberOfNodes() - Method in class org.springframework.data.couchbase.monitor.ClientInfo
 
getObjectType() - Method in class org.springframework.data.couchbase.config.CouchbaseBucketFactoryBean
 
getObjectType() - Method in class org.springframework.data.couchbase.config.CouchbaseClusterInfoFactoryBean
 
getPathWithAlternativeFieldNames(CouchbaseConverter, PropertyPath) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
Given a common PropertyPath, returns the corresponding PersistentPropertyPath of CouchbasePersistentProperty which will allow to discover alternative naming for fields.
getPayload() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Returns the underlying payload.
getPlaceHolder(AtomicInteger, boolean) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
 
getPlaceholderValues(ParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
 
getPlaceHolderValues() - Method in class org.springframework.data.couchbase.repository.query.N1qlMutateQueryCreator
 
getPlaceHolderValues() - Method in class org.springframework.data.couchbase.repository.query.N1qlQueryCreator
 
getPlaceholderValues(ParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.PartTreeN1qlBasedQuery
 
getPlaceHolderValues() - Method in interface org.springframework.data.couchbase.repository.query.PartTreeN1qlQueryCreator
Get the named placeholder values
getPlaceholderValues(ParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
 
getPlaceholderValues(ParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.ReactivePartTreeN1qlBasedQuery
 
getPlaceholderValues(ParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.ReactiveStringN1qlBasedQuery
 
getPlaceholderValues(ParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
 
getPlaceholderValues(ParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.StringN1qlBasedQuery
 
getQuery() - Method in class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator.SpatialViewQueryWrapper
 
getQueryLookupStrategy(QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactory
 
getQueryLookupStrategy(QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider) - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactory
 
getQueryMethod() - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
 
getQueryMethod() - Method in class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
 
getQueryMethod() - Method in class org.springframework.data.couchbase.repository.query.ReactiveSpatialViewBasedQuery
 
getQueryMethod() - Method in class org.springframework.data.couchbase.repository.query.ReactiveViewBasedCouchbaseQuery
 
getQueryMethod() - Method in class org.springframework.data.couchbase.repository.query.SpatialViewBasedQuery
 
getQueryMethod() - Method in class org.springframework.data.couchbase.repository.query.ViewBasedCouchbaseQuery
 
getRebalanceStatus() - Method in class org.springframework.data.couchbase.monitor.ClusterInfo
 
getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactory
Returns the base class for the repository being constructed.
getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactory
Returns the base class for the repository being constructed.
getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoryConfigurationExtension
 
getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoryConfigurationExtension
 
getScanConsistency() - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
 
getScanConsistency() - Method in class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
 
getScope() - Method in class org.springframework.data.couchbase.repository.cdi.CouchbaseRepositoryBean
 
getScope() - Method in class org.springframework.data.couchbase.repository.cdi.ReactiveCouchbaseRepositoryBean
 
getSimpleBaseClass(RepositoryMetadata) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactory
 
getSimpleBaseClass(RepositoryMetadata) - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactory
 
getSource() - Method in class org.springframework.data.couchbase.core.mapping.event.CouchbaseMappingEvent
 
getSpecificTargetClasses() - Method in class org.springframework.data.couchbase.core.convert.CouchbaseDocumentPropertyAccessor
Returns the target classes of the properties.
getStatement(ParameterAccessor, Object[], ReturnedType) - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
 
getStatement(ParameterAccessor, Object[], ReturnedType) - Method in class org.springframework.data.couchbase.repository.query.PartTreeN1qlBasedQuery
 
getStatement(ParameterAccessor, Object[], ReturnedType) - Method in class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
 
getStatement(ParameterAccessor, Object[], ReturnedType) - Method in class org.springframework.data.couchbase.repository.query.ReactivePartTreeN1qlBasedQuery
 
getStatement(ParameterAccessor, Object[], ReturnedType) - Method in class org.springframework.data.couchbase.repository.query.ReactiveStringN1qlBasedQuery
 
getStatement() - Method in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
 
getStatement(ParameterAccessor, Object[], ReturnedType) - Method in class org.springframework.data.couchbase.repository.query.StringN1qlBasedQuery
 
getStatementContext() - Method in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
 
getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactory
Returns a new Repository based on the metadata.
getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactory
Returns a new Repository based on the metadata.
getTotalDiskAssigned() - Method in class org.springframework.data.couchbase.monitor.ClusterInfo
 
getTotalDiskFree() - Method in class org.springframework.data.couchbase.monitor.ClusterInfo
 
getTotalDiskUsed() - Method in class org.springframework.data.couchbase.monitor.ClusterInfo
 
getTotalRAMAssigned() - Method in class org.springframework.data.couchbase.monitor.ClusterInfo
 
getTotalRAMUsed() - Method in class org.springframework.data.couchbase.monitor.ClusterInfo
 
getTypeField() - Method in class org.springframework.data.couchbase.repository.query.ReactiveStringN1qlBasedQuery
 
getTypeField() - Method in class org.springframework.data.couchbase.repository.query.StringN1qlBasedQuery
 
getTypeKey() - Method in interface org.springframework.data.couchbase.core.convert.CouchbaseConverter
 
getTypeKey() - Method in interface org.springframework.data.couchbase.core.convert.CouchbaseTypeMapper
 
getTypeKey() - Method in class org.springframework.data.couchbase.core.convert.DefaultCouchbaseTypeMapper
 
getTypeKey() - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
 
getTypeValue() - Method in class org.springframework.data.couchbase.repository.query.ReactiveStringN1qlBasedQuery
 
getTypeValue() - Method in class org.springframework.data.couchbase.repository.query.StringN1qlBasedQuery
 
getUsername() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
The user of the bucket.
getUsername() - Method in class org.springframework.data.couchbase.config.AbstractReactiveCouchbaseConfiguration
The user of the bucket.
getValue() - Method in enum org.springframework.data.couchbase.core.query.HashSide
 
getValue(int) - Method in class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseParameterAccessor
 
getValue(Iterator<Object>) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
 
getValueAsString(Iterator<Object>) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
 
getValueInternal(CouchbasePersistentProperty, CouchbaseDocument, Object) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
Loads the property value through the value provider.
getView() - Method in interface org.springframework.data.couchbase.repository.support.ViewMetadataProvider
Returns the View to be used.
getViewAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
Returns the @View annotation if set, null otherwise.
getViewMetadataProvider() - Method in enum org.springframework.data.couchbase.repository.support.ViewPostProcessor
 
getWriteClassFor(Class<?>) - Method in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
 
getWriteClassFor(Class<?>) - Method in interface org.springframework.data.couchbase.core.convert.CouchbaseConverter
Return the Class that would actually be stored for a given Class.
guessViewAndExecute() - Method in class org.springframework.data.couchbase.repository.query.ReactiveViewBasedCouchbaseQuery
 
guessViewAndExecute() - Method in class org.springframework.data.couchbase.repository.query.ViewBasedCouchbaseQuery
 

H

hasConsistencyAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
 
hasDesignDoc() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
If the method has a @View annotation with the designDocument specified.
hasDimensionalAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
 
HashSide - Enum in org.springframework.data.couchbase.core.query
Hash side to specify hash join.
hasInlineN1qlQuery() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
If the method has a @Query annotation with an inline Query statement inside.
hasN1qlAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
If the method has a @Query annotation.
hasNext() - Method in class org.springframework.data.couchbase.repository.query.ConvertingIterator
 
hasViewAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
If the method has a @View annotation.
hasViewName() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
If the method has a @View annotation with the viewName specified.
hasViewSpecification() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
If the method has a @View annotation with the designDocument and viewName specified.

I

IdAttribute - Annotation Type in org.springframework.data.couchbase.core.mapping.id
This annotation is targeted at building the document id using the attribute value.
IdPrefix - Annotation Type in org.springframework.data.couchbase.core.mapping.id
This annotation is targeted at building the document id using the value as a part of a prefix build.
IdSuffix - Annotation Type in org.springframework.data.couchbase.core.mapping.id
This annotation is targeted at building the document id using the value as a part of a suffix build.
indexManager() - Method in class org.springframework.data.couchbase.config.CouchbaseConfigurationSupport
Register an IndexManager bean that will be used to process ViewIndexed, N1qlPrimaryIndexed and N1qlSecondaryIndexed annotations on repositories to automatically create indexes.
IndexManager - Class in org.springframework.data.couchbase.repository.support
IndexManager is responsible for automatic index creation according to the provided metadata and various index annotations (if not null).
IndexManager(boolean, boolean, boolean) - Constructor for class org.springframework.data.couchbase.repository.support.IndexManager
Construct an IndexManager that can be used as a Bean in a @Profile annotated configuration in order to activate only all or part of automatic index creations in some contexts (like activating it in Dev but not in Prod).
IndexManager() - Constructor for class org.springframework.data.couchbase.repository.support.IndexManager
Construct a default IndexManager that process all three types of automatic index creations.
init() - Method in class org.springframework.data.couchbase.config.CouchbaseNamespaceHandler
Register bean definition parsers in the namespace handler.
injectEnvElement(BeanDefinitionBuilder, Element) - Method in class org.springframework.data.couchbase.config.CouchbaseClusterParser
 
injectEnvReference(BeanDefinitionBuilder, String) - Method in class org.springframework.data.couchbase.config.CouchbaseClusterParser
 
insert(Object) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Insert the given object.
insert(Object, PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Insert the given object.
insert(Collection<?>) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Insert a list of objects.
insert(Collection<?>, PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Insert a list of objects.
insert(Object) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
insert(Object, PersistTo, ReplicateTo) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
insert(Collection<?>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
insert(Collection<?>, PersistTo, ReplicateTo) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
insert(T) - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
insert(Iterable<T>) - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
insert(T, PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
insert(Iterable<T>, PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
insert(T) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
insert(Iterable<T>) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
insert(T, PersistTo, ReplicateTo) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
insert(Iterable<T>, PersistTo, ReplicateTo) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
instantiators - Variable in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
Contains the entity instantiators.
invoke(Object, Method, Object[]) - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver.N1qlJoinProxy
 
isEmpty() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
Checks if the underlying payload is empty or not.
isEnvironmentManagedBySpring() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
Is the AbstractCouchbaseConfiguration.getEnvironment() to be destroyed by Spring?
isEnvironmentManagedBySpring() - Method in class org.springframework.data.couchbase.config.AbstractReactiveCouchbaseConfiguration
isIdProperty() - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentProperty
 
isIgnoreN1qlPrimary() - Method in class org.springframework.data.couchbase.repository.support.IndexManager
 
isIgnoreN1qlSecondary() - Method in class org.springframework.data.couchbase.repository.support.IndexManager
 
isIgnoreViews() - Method in class org.springframework.data.couchbase.repository.support.IndexManager
 
isLazyJoin(N1qlJoin) - Static method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver
 
isLimited - Variable in class org.springframework.data.couchbase.repository.query.ViewQueryCreator.DerivedViewQuery
 
isReduce - Variable in class org.springframework.data.couchbase.repository.query.ViewQueryCreator.DerivedViewQuery
 
isTouchOnRead() - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity
 
isTouchOnRead() - Method in interface org.springframework.data.couchbase.core.mapping.CouchbasePersistentEntity
Flag for using getAndTouch operations for reads, resetting the expiration (if one was set) when the entity is directly read (eg. findOne, findById).

J

JacksonTranslationService - Class in org.springframework.data.couchbase.core.convert.translation
A Jackson JSON Translator that implements the TranslationService contract.
JacksonTranslationService() - Constructor for class org.springframework.data.couchbase.core.convert.translation.JacksonTranslationService
 
JSON_TYPES - Static variable in class org.springframework.data.couchbase.core.mapping.CouchbaseSimpleTypes
 

K

keySettings(KeySettings) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Add common key settings Throws UnsupportedOperationException if KeySettings is already set.
keySettings() - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Get key settings associated with the template
keySettings(KeySettings) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
keySettings() - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
KeySettings - Class in org.springframework.data.couchbase.core.mapping
Common settings for Couchbase key - prefix - suffix - delimiter
KeySettings() - Constructor for class org.springframework.data.couchbase.core.mapping.KeySettings
 

L

like(Iterator<Object>, boolean, boolean, boolean) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
 
LOGGER - Static variable in class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator.AbstractFalsePositiveEvaluator
 
LoggingEventListener - Class in org.springframework.data.couchbase.core.mapping.event
AApplicationListener for Couchbase mapping events logging the events.
LoggingEventListener() - Constructor for class org.springframework.data.couchbase.core.mapping.event.LoggingEventListener
 
LOGIN_ATTR - Static variable in class org.springframework.data.couchbase.config.CouchbaseClusterInfoParser
The login attribute in a cluster info definition defines the credential to use (can also be a bucket level credential).

M

map(Class<?>, RxJavaCouchbaseOperations) - Method in class org.springframework.data.couchbase.repository.config.ReactiveRepositoryOperationsMapping
Add a highest priority mapping that will associate a specific repository interface with a given RxJavaCouchbaseOperations.
map(Class<?>, CouchbaseOperations) - Method in class org.springframework.data.couchbase.repository.config.RepositoryOperationsMapping
Add a highest priority mapping that will associate a specific repository interface with a given CouchbaseOperations.
mapEntity(Class<?>, RxJavaCouchbaseOperations) - Method in class org.springframework.data.couchbase.repository.config.ReactiveRepositoryOperationsMapping
Add a middle priority mapping that will associate any un-mapped repository that deals with the given domain type Class with a given CouchbaseOperations.
mapEntity(Class<?>, CouchbaseOperations) - Method in class org.springframework.data.couchbase.repository.config.RepositoryOperationsMapping
Add a middle priority mapping that will associate any un-mapped repository that deals with the given domain type Class with a given CouchbaseOperations.
mapFlux(Observable) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
mapMono(Single) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
mappingContext - Variable in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
The generic mapping context.
mappingContext - Variable in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
mappingContext - Variable in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
mappingCouchbaseConverter() - Method in class org.springframework.data.couchbase.config.CouchbaseConfigurationSupport
MappingCouchbaseConverter - Class in org.springframework.data.couchbase.core.convert
A mapping converter for Couchbase.
MappingCouchbaseConverter(MappingContext<? extends CouchbasePersistentEntity<?>, CouchbasePersistentProperty>) - Constructor for class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
MappingCouchbaseConverter(MappingContext<? extends CouchbasePersistentEntity<?>, CouchbasePersistentProperty>, String) - Constructor for class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
Create a new MappingCouchbaseConverter that will store class name for complex types in the typeKey attribute.
MappingCouchbaseEntityInformation<T,ID> - Class in org.springframework.data.couchbase.repository.support
Entity Information container.
MappingCouchbaseEntityInformation(CouchbasePersistentEntity<T>) - Constructor for class org.springframework.data.couchbase.repository.support.MappingCouchbaseEntityInformation
Create a new Information container.
maybeEmitEvent(CouchbaseMappingEvent<T>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
Helper method to publish an event if the event publisher is set.

N

n1qlConsistency() - Method in enum org.springframework.data.couchbase.core.query.Consistency
Returns the N1QL consistency corresponding to this Consistency.
N1qlCouchbaseRepository<T,ID extends Serializable> - Class in org.springframework.data.couchbase.repository.support
N1qlCouchbaseRepository(CouchbaseEntityInformation<T, String>, CouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.support.N1qlCouchbaseRepository
Create a new Repository.
N1qlCountQueryCreator - Class in org.springframework.data.couchbase.repository.query
 
N1qlCountQueryCreator(PartTree, ParameterAccessor, WherePath, CouchbaseConverter, CouchbaseQueryMethod) - Constructor for class org.springframework.data.couchbase.repository.query.N1qlCountQueryCreator
 
N1qlJoin - Annotation Type in org.springframework.data.couchbase.core.query
This annotation is targeted for entity field which is a list of the associated entities fetched by ANSI Join across the entities available from Couchbase Server 5.5
N1qlJoinProxy(CouchbaseTemplate, N1qlJoinResolver.N1qlJoinResolverParameters) - Constructor for class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver.N1qlJoinProxy
 
N1qlJoinResolver - Class in org.springframework.data.couchbase.core.convert.join
N1qlJoinResolver resolves by converting the join definition to query statement and executing using CouchbaseTemplate
N1qlJoinResolver() - Constructor for class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver
 
N1qlJoinResolver.N1qlJoinProxy - Class in org.springframework.data.couchbase.core.convert.join
 
N1qlJoinResolver.N1qlJoinResolverParameters - Class in org.springframework.data.couchbase.core.convert.join
 
N1qlJoinResolverParameters(N1qlJoin, String, TypeInformation<?>, TypeInformation<?>) - Constructor for class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver.N1qlJoinResolverParameters
 
N1qlMutateQueryCreator - Class in org.springframework.data.couchbase.repository.query
N1qlMutateQueryCreator allows to create queries for delete operations.
N1qlMutateQueryCreator(PartTree, ParameterAccessor, MutateWherePath, CouchbaseConverter, CouchbaseQueryMethod) - Constructor for class org.springframework.data.couchbase.repository.query.N1qlMutateQueryCreator
 
N1qlPrimaryIndexed - Annotation Type in org.springframework.data.couchbase.core.query
This annotation is targeted at Repository interfaces, indicating that the framework should ensure a N1QL Primary Index is present on the repository's associated bucket when the repository is created.
N1qlQueryCreator - Class in org.springframework.data.couchbase.repository.query
This Query Creator is responsible for parsing a PartTree (representing a method name) into the WHERE clause of a N1QL query.
N1qlQueryCreator(PartTree, ParameterAccessor, WherePath, CouchbaseConverter, CouchbaseQueryMethod) - Constructor for class org.springframework.data.couchbase.repository.query.N1qlQueryCreator
 
N1qlQueryCreatorUtils - Class in org.springframework.data.couchbase.repository.query.support
Utils for creating part tree expressions
N1qlQueryCreatorUtils() - Constructor for class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
 
N1qlSecondaryIndexed - Annotation Type in org.springframework.data.couchbase.core.query
This annotation is targeted at Repository interfaces, indicating that the framework should ensure a N1QL Secondary Index is present when the repository is instantiated.
N1qlSpelValues(String, String, String, String, String, String) - Constructor for class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser.N1qlSpelValues
 
N1qlUtils - Class in org.springframework.data.couchbase.repository.query.support
Utility class to deal with constructing well formed N1QL queries around Spring Data entities, so that the framework can use N1QL to find such entities (eg. restrict the bucket search to a particular type).
N1qlUtils() - Constructor for class org.springframework.data.couchbase.repository.query.support.N1qlUtils
 
NAMED_PLACEHOLDER_PATTERN - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
regexp that detect $named placeholder (starts with a letter, then alphanum chars)
next() - Method in class org.springframework.data.couchbase.repository.query.ConvertingIterator
 

O

onAfterDelete(Object, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.mapping.event.AbstractCouchbaseEventListener
 
onAfterDelete(Object, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.mapping.event.LoggingEventListener
 
onAfterSave(E, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.mapping.event.AbstractCouchbaseEventListener
 
onAfterSave(Object, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.mapping.event.LoggingEventListener
 
onApplicationEvent(CouchbaseMappingEvent<?>) - Method in class org.springframework.data.couchbase.core.mapping.event.AbstractCouchbaseEventListener
 
onApplicationEvent(BeforeConvertEvent<Object>) - Method in class org.springframework.data.couchbase.core.mapping.event.AuditingEventListener
 
onBeforeConvert(E) - Method in class org.springframework.data.couchbase.core.mapping.event.AbstractCouchbaseEventListener
 
onBeforeConvert(Object) - Method in class org.springframework.data.couchbase.core.mapping.event.LoggingEventListener
 
onBeforeDelete(Object, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.mapping.event.AbstractCouchbaseEventListener
 
onBeforeDelete(Object, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.mapping.event.LoggingEventListener
 
onBeforeSave(E, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.mapping.event.AbstractCouchbaseEventListener
 
onBeforeSave(Object, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.mapping.event.LoggingEventListener
 
onBeforeSave(Object, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.mapping.event.ValidatingCouchbaseEventListener
 
OperationCancellationException - Exception in org.springframework.data.couchbase.core
Data Access Exception that identifies Operations cancelled while being processed.
OperationCancellationException(String) - Constructor for exception org.springframework.data.couchbase.core.OperationCancellationException
Constructor for OperationCancellationException.
OperationCancellationException(String, Throwable) - Constructor for exception org.springframework.data.couchbase.core.OperationCancellationException
Constructor for OperationCancellationException.
OperationInterruptedException - Exception in org.springframework.data.couchbase.core
Data Access Exception that identifies Operations interrupted while being processed.
OperationInterruptedException(String) - Constructor for exception org.springframework.data.couchbase.core.OperationInterruptedException
Constructor for OperationInterruptedException.
OperationInterruptedException(String, Throwable) - Constructor for exception org.springframework.data.couchbase.core.OperationInterruptedException
Constructor for OperationInterruptedException.
or(Expression, Expression) - Method in class org.springframework.data.couchbase.repository.query.N1qlMutateQueryCreator
 
or(Expression, Expression) - Method in class org.springframework.data.couchbase.repository.query.N1qlQueryCreator
 
or(SpatialViewQuery, SpatialViewQuery) - Method in class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator
 
or(ViewQuery, ViewQuery) - Method in class org.springframework.data.couchbase.repository.query.ViewQueryCreator
 
org.springframework.data.couchbase.config - package org.springframework.data.couchbase.config
This package contains all classes needed for specific configuration of Spring Data Couchbase.
org.springframework.data.couchbase.core - package org.springframework.data.couchbase.core
This package contains the specific implementations and core classes for Spring Data Couchbase internals.
org.springframework.data.couchbase.core.convert - package org.springframework.data.couchbase.core.convert
This package contains classes used for entity-to-JSON conversions, type mapping and writing.
org.springframework.data.couchbase.core.convert.join - package org.springframework.data.couchbase.core.convert.join
 
org.springframework.data.couchbase.core.convert.translation - package org.springframework.data.couchbase.core.convert.translation
This package contains a service interface to translate entities to a Couchbase storable format, and its implementations.
org.springframework.data.couchbase.core.mapping - package org.springframework.data.couchbase.core.mapping
This package contains interfaces and annotations relative to object-json mapping and the notion of a Couchbase Storable.
org.springframework.data.couchbase.core.mapping.event - package org.springframework.data.couchbase.core.mapping.event
This package contains various events that are emitted during the lifecycle of a Spring Data entity.
org.springframework.data.couchbase.core.mapping.id - package org.springframework.data.couchbase.core.mapping.id
 
org.springframework.data.couchbase.core.query - package org.springframework.data.couchbase.core.query
This package contains annotations and classes relative to querying with Couchbase (whether through views or N1QL) and the associated indexes.
org.springframework.data.couchbase.core.support - package org.springframework.data.couchbase.core.support
 
org.springframework.data.couchbase.monitor - package org.springframework.data.couchbase.monitor
This package contains all classes related to monitoring the Couchbase cluster, statistics that will be exposed as JMX beans.
org.springframework.data.couchbase.repository - package org.springframework.data.couchbase.repository
This package contains the Couchbase interfaces to support the Spring Data repository abstraction.
org.springframework.data.couchbase.repository.auditing - package org.springframework.data.couchbase.repository.auditing
 
org.springframework.data.couchbase.repository.cdi - package org.springframework.data.couchbase.repository.cdi
This package contains the Couchbase implementation to integrate the Spring Data repository abstraction with CDI.
org.springframework.data.couchbase.repository.config - package org.springframework.data.couchbase.repository.config
This package contains the support classes to configure repositories in the context of Couchbase.
org.springframework.data.couchbase.repository.query - package org.springframework.data.couchbase.repository.query
This package contains classes related to query derivation and concrete ways of querying couchbase.
org.springframework.data.couchbase.repository.query.support - package org.springframework.data.couchbase.repository.query.support
This package contains support classes for query derivation and other ways of querying couchbase (helper classes).
org.springframework.data.couchbase.repository.support - package org.springframework.data.couchbase.repository.support
This package contains the Couchbase implementations to support the Spring Data repository abstraction.

P

parse(Element, ParserContext) - Method in class org.springframework.data.couchbase.config.CouchbaseJmxParser
Parse the element and dispatch the registration of the JMX components.
parseEnvironment(BeanDefinitionBuilder, Element) - Method in class org.springframework.data.couchbase.config.CouchbaseClusterParser
 
PartTreeN1qlBasedQuery - Class in org.springframework.data.couchbase.repository.query
A RepositoryQuery for Couchbase, based on query derivation
PartTreeN1qlBasedQuery(CouchbaseQueryMethod, CouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.query.PartTreeN1qlBasedQuery
 
PartTreeN1qlQueryCreator - Interface in org.springframework.data.couchbase.repository.query
A Part Tree Query creator for Couchbase
PASSWORD_ATTR - Static variable in class org.springframework.data.couchbase.config.CouchbaseClusterInfoParser
The password attribute in a cluster info definition defines the credential's password.
POINT_IN_SHAPE - Static variable in class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator.AbstractFalsePositiveEvaluator
 
PointArrayFalsePositiveEvaluator(PropertyPath, Point[]) - Constructor for class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator.PointArrayFalsePositiveEvaluator
 
pointInCircle(Point, Circle) - Method in class org.springframework.data.couchbase.repository.query.support.AwtPointInShapeEvaluator
 
pointInCircle(Point, Point, Distance) - Method in class org.springframework.data.couchbase.repository.query.support.AwtPointInShapeEvaluator
 
pointInCircle(Point, Circle) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
Determine if a Point is contained by a Circle.
pointInCircle(Point, Point, Distance) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
Determine if a Point is contained by a Circle represented by its center Point and Distance radius.
pointInPolygon(Point, Polygon) - Method in class org.springframework.data.couchbase.repository.query.support.AwtPointInShapeEvaluator
 
pointInPolygon(Point, Point...) - Method in class org.springframework.data.couchbase.repository.query.support.AwtPointInShapeEvaluator
 
pointInPolygon(Point, Polygon) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
Determine if a Point is contained by a Polygon.
pointInPolygon(Point, Point...) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
Determine if a Point is contained by a polygon represented as an array of points.
PointInShapeEvaluator - Class in org.springframework.data.couchbase.repository.query.support
PointInShapeEvaluator can be used to tell if a particular Point is contained by a Polygon or Circle.
PointInShapeEvaluator() - Constructor for class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
 
PolygonFalsePositiveEvaluator(PropertyPath, Polygon) - Constructor for class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator.PolygonFalsePositiveEvaluator
 
POSITIONAL_PLACEHOLDER_PATTERN - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
regexp that detect positional placeholder ($ followed by digits only)
postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoryConfigurationExtension
 
postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoryConfigurationExtension
 
postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - Method in class org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoryConfigurationExtension
 
postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoryConfigurationExtension
 
postProcess(ProxyFactory, RepositoryInformation) - Method in enum org.springframework.data.couchbase.repository.support.ViewPostProcessor
 
prefix(String) - Method in class org.springframework.data.couchbase.core.mapping.KeySettings
Set common prefix
prefix() - Method in class org.springframework.data.couchbase.core.mapping.KeySettings
Get common prefix
prepareExpression(CouchbaseConverter, Part, Iterator<Object>, AtomicInteger, JsonArray) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
 
propertyPath - Variable in class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator.AbstractFalsePositiveEvaluator
 
put(String, Object) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Store a value with the given key for later retreival.
put(Object) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
Add content to the underlying list.

Q

Query - Annotation Type in org.springframework.data.couchbase.core.query
Annotation to support the use of N1QL queries with Couchbase.
queryMethod - Variable in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
 
queryMethod - Variable in class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
 
queryN1QL(N1qlQuery) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Query the N1QL Service with direct access to the N1qlQueryResult.
queryN1QL(N1qlQuery) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
queryN1QL(N1qlQuery) - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
queryN1QL(N1qlQuery) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
querySpatialView(SpatialViewQuery) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Query a Spatial View with direct access to the SpatialViewResult.
querySpatialView(SpatialViewQuery) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
querySpatialView(SpatialViewQuery) - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
querySpatialView(SpatialViewQuery) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
queryView(ViewQuery) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Query a View with direct access to the ViewResult.
queryView(ViewQuery) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
queryView(ViewQuery) - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
queryView(ViewQuery) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
QUOTE_DETECTION_PATTERN - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
regexp that detects " and ' quote boundaries, ignoring escaped quotes

R

randomAvailableHostname() - Method in class org.springframework.data.couchbase.monitor.ClusterInfo
 
REACTIVE_COUCHBASE_OPERATIONS_MAPPING - Static variable in class org.springframework.data.couchbase.config.BeanNames
The name for the bean that stores custom mapping between reactive repositories and their backing reactiveCouchbaseOperations.
REACTIVE_COUCHBASE_TEMPLATE - Static variable in class org.springframework.data.couchbase.config.BeanNames
The name for the default ReactiveCouchbaseOperations bean.
ReactiveAbstractN1qlBasedQuery - Class in org.springframework.data.couchbase.repository.query
 
ReactiveAbstractN1qlBasedQuery(CouchbaseQueryMethod, RxJavaCouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
 
ReactiveCouchbaseParameterAccessor - Class in org.springframework.data.couchbase.repository.query
Reactive ParametersParameterAccessor implementation that subscribes to reactive parameter wrapper types upon creation.
ReactiveCouchbaseParameterAccessor(CouchbaseQueryMethod, Object[]) - Constructor for class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseParameterAccessor
 
ReactiveCouchbaseRepositoriesRegistrar - Class in org.springframework.data.couchbase.repository.config
 
ReactiveCouchbaseRepositoriesRegistrar() - Constructor for class org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoriesRegistrar
 
ReactiveCouchbaseRepository<T,ID extends Serializable> - Interface in org.springframework.data.couchbase.repository
 
ReactiveCouchbaseRepositoryBean<T> - Class in org.springframework.data.couchbase.repository.cdi
A bean which represents a Couchbase repository.
ReactiveCouchbaseRepositoryBean(Bean<RxJavaCouchbaseOperations>, Set<Annotation>, Class<T>, BeanManager, CustomRepositoryImplementationDetector) - Constructor for class org.springframework.data.couchbase.repository.cdi.ReactiveCouchbaseRepositoryBean
ReactiveCouchbaseRepositoryConfigurationExtension - Class in org.springframework.data.couchbase.repository.config
 
ReactiveCouchbaseRepositoryConfigurationExtension() - Constructor for class org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoryConfigurationExtension
 
ReactiveCouchbaseRepositoryExtension - Class in org.springframework.data.couchbase.repository.cdi
A portable CDI extension which registers beans for Spring Data Couchbase repositories.
ReactiveCouchbaseRepositoryExtension() - Constructor for class org.springframework.data.couchbase.repository.cdi.ReactiveCouchbaseRepositoryExtension
 
ReactiveCouchbaseRepositoryFactory - Class in org.springframework.data.couchbase.repository.support
 
ReactiveCouchbaseRepositoryFactory(ReactiveRepositoryOperationsMapping, IndexManager) - Constructor for class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactory
Create a new factory.
ReactiveCouchbaseRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable> - Class in org.springframework.data.couchbase.repository.support
 
ReactiveCouchbaseRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactoryBean
Creates a new CouchbaseRepositoryFactoryBean for the given repository interface.
ReactiveCouchbaseSortingRepository<T,ID extends Serializable> - Interface in org.springframework.data.couchbase.repository
Couchbase specific Repository interface that is a ReactiveSortingRepository.
reactiveCouchbaseTemplate() - Method in class org.springframework.data.couchbase.config.AbstractReactiveCouchbaseDataConfiguration
ReactiveN1qlCouchbaseRepository<T,ID extends Serializable> - Class in org.springframework.data.couchbase.repository.support
 
ReactiveN1qlCouchbaseRepository(CouchbaseEntityInformation<T, String>, RxJavaCouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.support.ReactiveN1qlCouchbaseRepository
 
ReactivePartTreeN1qlBasedQuery - Class in org.springframework.data.couchbase.repository.query
A reactive RepositoryQuery for Couchbase, based on query derivation
ReactivePartTreeN1qlBasedQuery(CouchbaseQueryMethod, RxJavaCouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.query.ReactivePartTreeN1qlBasedQuery
 
reactiveRepositoryOperationsMapping(RxJavaCouchbaseTemplate) - Method in class org.springframework.data.couchbase.config.AbstractReactiveCouchbaseDataConfiguration
Creates the ReactiveRepositoryOperationsMapping bean which will be used by the framework to choose which RxJavaCouchbaseOperations should back which ReactiveCouchbaseRepository.
ReactiveRepositoryOperationsMapping - Class in org.springframework.data.couchbase.repository.config
 
ReactiveRepositoryOperationsMapping(RxJavaCouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.config.ReactiveRepositoryOperationsMapping
Creates a new mapping, setting the default fallback to use by otherwise non mapped repositories.
ReactiveSpatialViewBasedQuery - Class in org.springframework.data.couchbase.repository.query
A reactive RepositoryQuery for Couchbase, for spatial queries
ReactiveSpatialViewBasedQuery(CouchbaseQueryMethod, RxJavaCouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.query.ReactiveSpatialViewBasedQuery
 
ReactiveStringN1qlBasedQuery - Class in org.springframework.data.couchbase.repository.query
A reactive StringN1qlBasedQuery RepositoryQuery for Couchbase, based on N1QL and a String statement.
ReactiveStringN1qlBasedQuery(String, CouchbaseQueryMethod, RxJavaCouchbaseOperations, SpelExpressionParser, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.couchbase.repository.query.ReactiveStringN1qlBasedQuery
 
ReactiveViewBasedCouchbaseQuery - Class in org.springframework.data.couchbase.repository.query
Execute a reactive repository query through the View mechanism.
ReactiveViewBasedCouchbaseQuery(CouchbaseQueryMethod, RxJavaCouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.query.ReactiveViewBasedCouchbaseQuery
 
read(EvaluationContext, Object, String) - Method in class org.springframework.data.couchbase.core.convert.CouchbaseDocumentPropertyAccessor
Read the value from the property.
read(Class<R>, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
 
read(TypeInformation<R>, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
Read an incoming CouchbaseDocument into the target entity.
read(TypeInformation<R>, CouchbaseDocument, Object) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
Read an incoming CouchbaseDocument into the target entity.
read(CouchbasePersistentEntity<R>, CouchbaseDocument, Object) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
Read an incoming CouchbaseDocument into the target entity.
readAliasFrom(CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.convert.DefaultCouchbaseTypeMapper.CouchbaseDocumentTypeAliasAccessor
 
readMap(TypeInformation<?>, CouchbaseDocument, Object) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
Recursively parses the a map from the source document.
registerAuditListenerBeanDefinition(BeanDefinition, BeanDefinitionRegistry) - Method in class org.springframework.data.couchbase.repository.auditing.CouchbaseAuditingRegistrar
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.couchbase.repository.auditing.CouchbaseAuditingRegistrar
 
registerJmxComponents(String, Element, ParserContext) - Method in class org.springframework.data.couchbase.config.CouchbaseJmxParser
Register the JMX components in the context.
remove(Object) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Remove the given object from the bucket by id.
remove(Object, PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Remove the given object from the bucket by id.
remove(Collection<?>) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Remove a list of objects from the bucket by id.
remove(Collection<?>, PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Remove a list of objects from the bucket by id.
remove(Object) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
remove(Object, PersistTo, ReplicateTo) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
remove(Collection<?>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
remove(Collection<?>, PersistTo, ReplicateTo) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
remove(T) - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
remove(T, PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
remove(Iterable<T>) - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
remove(Iterable<T>, PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
remove(T) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
remove(Iterable<T>) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
remove(T, PersistTo, ReplicateTo) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
remove(Iterable<T>, PersistTo, ReplicateTo) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
remove() - Method in class org.springframework.data.couchbase.repository.query.ConvertingIterator
 
removeFalsePositives(Collection<? extends T>, Converter<T, Point>, Polygon) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
Utility method to remove false positives from a collection of objects that have a notion of location, where we want to only include values that are located within a polygon.
removeFalsePositives(Collection<? extends T>, Converter<T, Point>, Circle) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
Utility method to remove false positives from a collection of objects that have a notion of location, where we want to only include values that are located within a circle.
removeFalsePositives(Collection<? extends T>, Converter<T, Point>, Point...) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
Utility method to remove false positives from a collection of objects that have a notion of location, where we want to only include values that are located within a polygon.
removeFalsePositives(Collection<? extends T>, Converter<T, Point>, Point, Distance) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
Utility method to remove false positives from a collection of objects that have a notion of location, where we want to only include values that are located within a circle.
repositoryOperationsMapping(CouchbaseTemplate) - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseDataConfiguration
Creates the RepositoryOperationsMapping bean which will be used by the framework to choose which CouchbaseOperations should back which CouchbaseRepository.
RepositoryOperationsMapping - Class in org.springframework.data.couchbase.repository.config
A utility class for configuration allowing to tell which CouchbaseOperations should be backing repositories.
RepositoryOperationsMapping(CouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.config.RepositoryOperationsMapping
Creates a new mapping, setting the default fallback to use by otherwise non mapped repositories.
resolve(Class<?>, Class<?>) - Method in class org.springframework.data.couchbase.repository.config.ReactiveRepositoryOperationsMapping
Given a repository interface and its domain type, resolves which RxJavaCouchbaseOperations it should be backed with.
resolve(Class<?>, Class<?>) - Method in class org.springframework.data.couchbase.repository.config.RepositoryOperationsMapping
Given a repository interface and its domain type, resolves which CouchbaseOperations it should be backed with.
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.couchbase.config.CouchbaseBucketParser
Resolve the bean ID and assign a default if not set.
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.couchbase.config.CouchbaseClusterInfoParser
Resolve the bean ID and assign a default if not set.
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.couchbase.config.CouchbaseClusterParser
Resolve the bean ID and assign a default if not set.
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentParser
Resolve the bean ID and assign a default if not set.
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.couchbase.config.CouchbaseIndexManagerParser
Resolve the bean ID and assign a default if not set.
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.couchbase.config.CouchbaseTemplateParser
Resolve the bean ID and assign a default if not set.
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.couchbase.config.CouchbaseTranslationServiceParser
Resolve the bean ID and assign a default if not set.
returning - Variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser.N1qlSpelValues
#{}.
returnPropertyIfBetterIdPropertyCandidateOrNull(CouchbasePersistentProperty) - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity
 
RXJAVA1_COUCHBASE_TEMPLATE - Static variable in class org.springframework.data.couchbase.config.BeanNames
The name for the default RxJavaCouchbaseOperations bean.
RXJAVA_COUCHBASE_OPERATIONS_MAPPING - Static variable in class org.springframework.data.couchbase.config.BeanNames
The name for the bean that stores custom mapping between rxjava repositories and their backing rxjavaCouchbaseOperations.
RxJavaCouchbaseOperations - Interface in org.springframework.data.couchbase.core
 
RxJavaCouchbaseTemplate - Class in org.springframework.data.couchbase.core
RxJavaCouchbaseTemplate implements operations using rxjava1 observables
RxJavaCouchbaseTemplate(ClusterInfo, Bucket) - Constructor for class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
RxJavaCouchbaseTemplate(ClusterInfo, Bucket, TranslationService) - Constructor for class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
RxJavaCouchbaseTemplate(ClusterInfo, Bucket, CouchbaseConverter, TranslationService) - Constructor for class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 

S

save(Object) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Save the given object.
save(Object, PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Save the given object.
save(Collection<?>) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Save a list of objects.
save(Collection<?>, PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Save a list of objects.
save(Object) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
save(Object, PersistTo, ReplicateTo) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
save(Collection<?>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
save(Collection<?>, PersistTo, ReplicateTo) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
save(T) - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
save(Iterable<T>) - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
save(T, PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
save(Iterable<T>, PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
save(T) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
save(Iterable<T>) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
save(T, PersistTo, ReplicateTo) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
save(Iterable<T>, PersistTo, ReplicateTo) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
save(S) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
save(S) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
saveAll(Iterable<S>) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
saveAll(Iterable<S>) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
saveAll(Publisher<S>) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
SELECT_CAS - Static variable in class org.springframework.data.couchbase.core.support.TemplateUtils
 
SELECT_ID - Static variable in class org.springframework.data.couchbase.core.support.TemplateUtils
 
selectEntity - Variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser.N1qlSpelValues
#{.
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
Sets (or overrides) the current application context.
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
setCouchbaseOperations(CouchbaseOperations) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactoryBean
Set the template reference.
setCouchbaseOperations(RxJavaCouchbaseOperations) - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactoryBean
Set the template reference.
setCouchbaseOperationsMapping(RepositoryOperationsMapping) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactoryBean
 
setCouchbaseOperationsMapping(ReactiveRepositoryOperationsMapping) - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactoryBean
 
setCustomConversions(CustomConversions) - Method in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
Set the custom conversions.
setDefault(RxJavaCouchbaseOperations) - Method in class org.springframework.data.couchbase.repository.config.ReactiveRepositoryOperationsMapping
Change the default reactive couchbase operations in an existing mapping.
setDefault(CouchbaseOperations) - Method in class org.springframework.data.couchbase.repository.config.RepositoryOperationsMapping
Change the default couchbase operations in an existing mapping.
setDefaultConsistency(Consistency) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
setDefaultConsistency(Consistency) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
setEnableStrictFieldChecking(boolean) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
Toggles strict checking of the couchbase Field annotation.
setEnvironment(Environment) - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity
 
setExpiration(int) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Set the expiration time of the document.
setFieldNamingStrategy(FieldNamingStrategy) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
Configures the FieldNamingStrategy to be used to determine the field name if no manual mapping is applied.
setId(String) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Sets the unique ID of the document per bucket.
setIndexManager(IndexManager) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactoryBean
Set the IndexManager reference.
setIndexManager(IndexManager) - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactoryBean
Set the IndexManager reference.
setInstantiators(EntityInstantiators) - Method in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
Set the entity instantiators.
setObjectMapper(ObjectMapper) - Method in class org.springframework.data.couchbase.core.convert.translation.JacksonTranslationService
 
setViewMetadataProvider(ViewMetadataProvider) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
Configures a custom ViewMetadataProvider to be used to detect Views to be applied to queries.
setViewMetadataProvider(ViewMetadataProvider) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
Configures a custom ViewMetadataProvider to be used to detect Views to be applied to queries.
setWriteResultChecking(WriteResultChecking) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
Configures the WriteResultChecking to be used with the template.
setWriteResultChecking(WriteResultChecking) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
SimpleCouchbaseRepository<T,ID extends Serializable> - Class in org.springframework.data.couchbase.repository.support
Repository base implementation for Couchbase.
SimpleCouchbaseRepository(CouchbaseEntityInformation<T, String>, CouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
Create a new Repository.
SimpleReactiveCouchbaseRepository<T,ID extends Serializable> - Class in org.springframework.data.couchbase.repository.support
Reactive repository base implementation for Couchbase.
SimpleReactiveCouchbaseRepository(CouchbaseEntityInformation<T, String>, RxJavaCouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
Create a new Repository.
size() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Returns the size of the attributes in this document (not nested).
size(boolean) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Retruns the size of the attributes in this and recursive documents.
size() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
Returns the size of the attributes in this document (not nested).
size(boolean) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
Retruns the size of the attributes in this and recursive documents.
SpatialViewBasedQuery - Class in org.springframework.data.couchbase.repository.query
Execute a Dimensional repository query through the Spatial View mechanism.
SpatialViewBasedQuery(CouchbaseQueryMethod, CouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.query.SpatialViewBasedQuery
 
SpatialViewQueryCreator - Class in org.springframework.data.couchbase.repository.query
A QueryCreator that will enrich a SpatialViewQuery using query derivation mechanisms and the parsed PartTree.
SpatialViewQueryCreator(int, PartTree, ParameterAccessor, SpatialViewQuery, CouchbaseConverter) - Constructor for class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator
 
SpatialViewQueryCreator.AbstractFalsePositiveEvaluator - Class in org.springframework.data.couchbase.repository.query
 
SpatialViewQueryCreator.CircleFalsePositiveEvaluator - Class in org.springframework.data.couchbase.repository.query
 
SpatialViewQueryCreator.PointArrayFalsePositiveEvaluator - Class in org.springframework.data.couchbase.repository.query
 
SpatialViewQueryCreator.PolygonFalsePositiveEvaluator - Class in org.springframework.data.couchbase.repository.query
 
SpatialViewQueryCreator.SpatialViewQueryWrapper - Class in org.springframework.data.couchbase.repository.query
 
SpatialViewQueryWrapper(SpatialViewQuery, List<SpatialViewQueryCreator.AbstractFalsePositiveEvaluator>) - Constructor for class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator.SpatialViewQueryWrapper
 
SPEL_BUCKET - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
Use this variable in a SpEL expression in a @Query annotation's inline statement.
SPEL_DELETE - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
Use this variable in a SpEL expression in a @Query annotation's inline statement.
SPEL_ENTITY - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
Use this variable in a SpEL expression in a @Query annotation's inline statement.
SPEL_FILTER - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
Use this variable in a SpEL expression in a @Query annotation's inline statement WHERE clause.
SPEL_PREFIX - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
 
SPEL_RETURNING - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
Use this variable in a SpEL expression in a @Query annotation's inline statement.
SPEL_SELECT_FROM_CLAUSE - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
Use this variable in a SpEL expression in a @Query annotation's inline statement.
StringBasedN1qlQueryParser - Class in org.springframework.data.couchbase.repository.query
 
StringBasedN1qlQueryParser(String, QueryMethod, String, CouchbaseConverter, String, Class<?>) - Constructor for class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
 
StringBasedN1qlQueryParser.N1qlSpelValues - Class in org.springframework.data.couchbase.repository.query
This class is exposed to SpEL parsing through the variable #.
StringN1qlBasedQuery - Class in org.springframework.data.couchbase.repository.query
A RepositoryQuery for Couchbase, based on N1QL and a String statement.
StringN1qlBasedQuery(String, CouchbaseQueryMethod, CouchbaseOperations, SpelExpressionParser, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.couchbase.repository.query.StringN1qlBasedQuery
 
suffix(String) - Method in class org.springframework.data.couchbase.core.mapping.KeySettings
Set common suffix
suffix() - Method in class org.springframework.data.couchbase.core.mapping.KeySettings
Get common suffix

T

TemplateUtils - Class in org.springframework.data.couchbase.core.support
 
TemplateUtils() - Constructor for class org.springframework.data.couchbase.core.support.TemplateUtils
 
toString() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
A string representation of expiration, id and payload.
toString() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
A string reprensation of the payload.
toString() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
 
translateError(Throwable) - Static method in class org.springframework.data.couchbase.core.support.TemplateUtils
 
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.couchbase.config.CouchbaseBucketFactoryBean
 
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.couchbase.config.CouchbaseClusterInfoFactoryBean
 
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.couchbase.core.CouchbaseExceptionTranslator
Translate Couchbase specific exceptions to spring exceptions if possible.
translationService() - Method in class org.springframework.data.couchbase.config.CouchbaseConfigurationSupport
TranslationService - Interface in org.springframework.data.couchbase.core.convert.translation
Defines a translation service to encode/decode responses into the CouchbaseStorable format.
TTL_IN_SECONDS_INCLUSIVE_END - Static variable in interface org.springframework.data.couchbase.core.mapping.CouchbasePersistentEntity
The threshold (inclusive) after which expiry should be expressed as a Unix UTC time.
typeKey() - Method in class org.springframework.data.couchbase.config.CouchbaseConfigurationSupport
Determines the name of the field that will store the type information for complex types when using the CouchbaseConfigurationSupport.mappingCouchbaseConverter().
TYPEKEY_DEFAULT - Static variable in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
The default "type key", the name of the field that will hold type information.
TYPEKEY_SYNCGATEWAY_COMPATIBLE - Static variable in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
A "type key" (the name of the field that will hold type information) that is compatible with Sync Gateway (which doesn't allows underscores).
typeMapper - Variable in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
The Couchbase specific type mapper in use.

U

UnsupportedCouchbaseFeatureException - Exception in org.springframework.data.couchbase.core
A NonTransientDataAccessException that denotes that a particular feature is expected on the server side but is not available.
UnsupportedCouchbaseFeatureException(String, CouchbaseFeature) - Constructor for exception org.springframework.data.couchbase.core.UnsupportedCouchbaseFeatureException
 
UnsupportedCouchbaseFeatureException(String, CouchbaseFeature, Throwable) - Constructor for exception org.springframework.data.couchbase.core.UnsupportedCouchbaseFeatureException
 
update(Object) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Update the given object.
update(Object, PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Update the given object.
update(Collection<?>) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Insert a list of objects.
update(Collection<?>, PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Insert a list of objects.
update(Object) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
update(Object, PersistTo, ReplicateTo) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
update(Collection<?>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
update(Collection<?>, PersistTo, ReplicateTo) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
update(T) - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
update(Iterable<T>) - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
update(T, PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
update(Iterable<T>, PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.RxJavaCouchbaseOperations
 
update(T) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
update(Iterable<T>) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
update(T, PersistTo, ReplicateTo) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
update(Iterable<T>, PersistTo, ReplicateTo) - Method in class org.springframework.data.couchbase.core.RxJavaCouchbaseTemplate
 
useGeneratedCountQuery() - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
 
useGeneratedCountQuery() - Method in class org.springframework.data.couchbase.repository.query.PartTreeN1qlBasedQuery
 
useGeneratedCountQuery() - Method in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
 
useGeneratedCountQuery() - Method in class org.springframework.data.couchbase.repository.query.StringN1qlBasedQuery
 
useRepositoryConfiguration(RepositoryMetadata) - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoryConfigurationExtension
 
useRepositoryConfiguration(RepositoryMetadata) - Method in class org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoryConfigurationExtension
 
USERNAME_ATTR - Static variable in class org.springframework.data.couchbase.config.CouchbaseBucketParser
 

V

ValidatingCouchbaseEventListener - Class in org.springframework.data.couchbase.core.mapping.event
javax.validation dependant entities validator.
ValidatingCouchbaseEventListener(Validator) - Constructor for class org.springframework.data.couchbase.core.mapping.event.ValidatingCouchbaseEventListener
Creates a new ValidatingCouchbaseEventListener using the given Validator.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.DurationToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.InstantToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateTimeToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalTimeToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToInstantConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateTimeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalTimeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.PeriodToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToDurationConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToPeriodConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToZoneIdConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.ZoneIdToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.CalendarToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateTimeToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.LocalDateTimeToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.LocalDateToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToCalendarConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToDateTimeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateTimeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.SerializedObjectToDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.mapping.id.GenerationStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.query.Consistency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.query.FetchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.query.HashSide
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.WriteResultChecking
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.repository.support.ViewPostProcessor
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.DurationToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.InstantToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateTimeToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalTimeToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToInstantConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateTimeConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalTimeConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.PeriodToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToDurationConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToPeriodConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToZoneIdConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.ZoneIdToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.CalendarToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateTimeToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.LocalDateTimeToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.LocalDateToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToCalendarConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToDateTimeConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateTimeConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.SerializedObjectToDateConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.mapping.id.GenerationStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.query.Consistency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.query.FetchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.query.HashSide
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.WriteResultChecking
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.repository.support.ViewPostProcessor
Returns an array containing the constants of this enum type, in the order they are declared.
View - Annotation Type in org.springframework.data.couchbase.core.query
Annotation to support the use of Views with Couchbase.
ViewBasedCouchbaseQuery - Class in org.springframework.data.couchbase.repository.query
Execute a repository query through the View mechanism.
ViewBasedCouchbaseQuery(CouchbaseQueryMethod, CouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.query.ViewBasedCouchbaseQuery
 
viewConsistency() - Method in enum org.springframework.data.couchbase.core.query.Consistency
Returns the view consistency corresponding to this Consistency.
ViewIndexed - Annotation Type in org.springframework.data.couchbase.core.query
This annotation is targeted at Repository interfaces, indicating that the framework should ensure a View is present when the repository is instantiated.
ViewMetadataProvider - Interface in org.springframework.data.couchbase.repository.support
Interface to abstract ViewMetadataProvider that provides Views to be used for query execution.
ViewPostProcessor - Enum in org.springframework.data.couchbase.repository.support
RepositoryProxyPostProcessor that sets up an interceptor to read View information from the invoked method.
ViewQueryCreator - Class in org.springframework.data.couchbase.repository.query
A QueryCreator that will enrich a ViewQuery using query derivation mechanisms and the parsed PartTree.
ViewQueryCreator(PartTree, ParameterAccessor, View, ViewQuery, CouchbaseConverter) - Constructor for class org.springframework.data.couchbase.repository.query.ViewQueryCreator
 
ViewQueryCreator.DerivedViewQuery - Class in org.springframework.data.couchbase.repository.query
Wrapper class allowing to see downstream if the built query was built with options like reduce and limit.

W

WithConsistency - Annotation Type in org.springframework.data.couchbase.core.query
Annotation to set the scan consistency of N1QL queries with Couchbase.
write(Object, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
 
writeInternal(Object, CouchbaseDocument, TypeInformation<?>) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
Convert a source object into a CouchbaseDocument target.
writeInternal(Object, CouchbaseDocument, CouchbasePersistentEntity<?>) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
Internal helper method to write the source object into the target document.
WriteResultChecking - Enum in org.springframework.data.couchbase.core
How failing write results should be handled.
writeTypeTo(CouchbaseDocument, Object) - Method in class org.springframework.data.couchbase.core.convert.DefaultCouchbaseTypeMapper.CouchbaseDocumentTypeAliasAccessor
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Spring Data Couchbase

Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.