Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abbreviateFieldNames() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
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 theMappingCouchbaseConverter
. - AbstractCouchbaseConverter(GenericConversionService) - Constructor for class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
-
Create a new converter and hand it over the
ConversionService
- AbstractCouchbaseEventListener<E> - Class in org.springframework.data.couchbase.core.mapping.event
-
Base class to implement domain class specific
ApplicationListener
s. - AbstractCouchbaseEventListener() - Constructor for class org.springframework.data.couchbase.core.mapping.event.AbstractCouchbaseEventListener
- AbstractCouchbaseQuery - Class in org.springframework.data.couchbase.repository.query
-
RepositoryQuery
implementation for Couchbase. - AbstractCouchbaseQuery(CouchbaseQueryMethod, CouchbaseOperations, SpelExpressionParser, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.couchbase.repository.query.AbstractCouchbaseQuery
-
Creates a new
AbstractCouchbaseQuery
from the givenReactiveCouchbaseQueryMethod
andCouchbaseOperations
. - AbstractCouchbaseQueryBase<CouchbaseOperationsType> - Class in org.springframework.data.couchbase.repository.query
-
RepositoryQuery
implementation for Couchbase. - AbstractCouchbaseQueryBase(CouchbaseQueryMethod, CouchbaseOperationsType, SpelExpressionParser, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.couchbase.repository.query.AbstractCouchbaseQueryBase
-
Creates a new
AbstractCouchbaseQuery
from the givenReactiveCouchbaseQueryMethod
andCouchbaseOperations
. - AbstractCouchbaseQueryDSL<Q extends AbstractCouchbaseQueryDSL<Q>> - Class in com.querydsl.couchbase.document
-
renamed from AbstractCouchbaseQuery to AbstractCouchbaseQueryDSL to avoid confusion with the AbstractCouchbaseQuery that is in the package com.querydsl.couchbase
- AbstractCouchbaseQueryDSL(CouchbaseDocumentSerializer) - Constructor for class com.querydsl.couchbase.document.AbstractCouchbaseQueryDSL
- 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
- AbstractReactiveCouchbaseQuery - Class in org.springframework.data.couchbase.repository.query
-
Base class for reactive
RepositoryQuery
implementations for Couchbase. - AbstractReactiveCouchbaseQuery(ReactiveCouchbaseQueryMethod, ReactiveCouchbaseOperations, SpelExpressionParser, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.couchbase.repository.query.AbstractReactiveCouchbaseQuery
-
Creates a new
AbstractReactiveCouchbaseQuery
from the givenReactiveCouchbaseQueryMethod
andCouchbaseOperations
. - AbstractTemplateSupport - Class in org.springframework.data.couchbase.core
-
Base shared by Reactive and non-Reactive TemplateSupport
- AbstractTemplateSupport(ReactiveCouchbaseTemplate, CouchbaseConverter, TranslationService) - Constructor for class org.springframework.data.couchbase.core.AbstractTemplateSupport
- addCriteria(QueryCriteriaDefinition) - Method in class org.springframework.data.couchbase.core.query.Query
- addCustomTypeKeyIfNecessary(TypeInformation<?>, Object, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
Add a custom type key if needed.
- addMetaIfRequired(String, PersistentPropertyPath<CouchbasePersistentProperty>, CouchbasePersistentProperty, PersistentEntity) - Static method in class org.springframework.data.couchbase.repository.query.N1qlQueryCreator
-
Translate meta-fields to META(bucketName).id, cas, expiry.
If bucketName is null, META().id etc,
If not a meta-field, just create the corresponding path - addPersistentEntity(TypeInformation<?>) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
-
override method from AbstractMappingContext as that method will not publishEvent() if it finds the entity has already been cached
- AfterConvertCallback<T> - Interface in org.springframework.data.couchbase.core.mapping.event
-
Callback being invoked after a domain object is materialized from a
CouchbaseDocument
when reading results. - 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
- all() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics
-
Get all matching elements.
- all() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.TerminatingFindByQuery
-
Get all matching documents.
- all() - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.TerminatingRemoveByQuery
-
Remove all matching documents.
- all() - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.TerminatingFindByAnalytics
-
Get all matching elements.
- all() - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.TerminatingFindByQuery
-
Get all matching elements.
- all() - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.TerminatingRemoveByQuery
-
Remove all matching documents.
- all() - Method in interface org.springframework.data.couchbase.core.support.OneAndAll
- all() - Method in interface org.springframework.data.couchbase.core.support.OneAndAllReactive
- all(Collection<? extends T>) - Method in interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.TerminatingInsertById
-
Insert a collection of entities.
- all(Collection<? extends T>) - Method in interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.TerminatingMutateInById
-
Insert a collection of entities.
- all(Collection<? extends T>) - Method in interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.TerminatingReplaceById
-
Replace a collection of entities.
- all(Collection<? extends T>) - Method in interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.TerminatingUpsertById
-
Insert a collection of entities.
- all(Collection<? extends T>) - Method in interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.TerminatingInsertById
-
Insert a collection of entities.
- all(Collection<? extends T>) - Method in interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.TerminatingMutateInById
-
Mutate a collection of entities.
- all(Collection<? extends T>) - Method in interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.TerminatingReplaceById
-
Replace a collection of entities.
- all(Collection<? extends T>) - Method in interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.TerminatingUpsertById
-
Insert a collection of entities.
- all(Collection<? extends T>) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllEntity
- all(Collection<? extends T>) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllEntityReactive
- all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ExecutableExistsByIdOperation.TerminatingExistsById
-
Performs the operation on the collection of ids.
- all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.TerminatingFindById
-
Finds a list of documents based on the given IDs.
- all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.TerminatingRemoveById
-
Remove the documents in the collection.
- all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ReactiveExistsByIdOperation.TerminatingExistsById
-
Performs the operation on the collection of ids.
- all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByIdOperation.TerminatingFindById
-
Finds a list of documents based on the given IDs.
- all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.TerminatingRemoveById
-
Remove the documents in the collection.
- all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllExists
- all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllExistsReactive
- all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllId
- all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllIdReactive
- allEntities(Collection<Object>) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.TerminatingRemoveById
-
Remove documents based on the entities.
- allEntities(Collection<Object>) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.TerminatingRemoveById
-
Remove the documents in the collection.
- analytics() - Element in annotation interface org.springframework.data.couchbase.repository.Options
-
Specifies a custom scan consistency for analytics queries.
- analytics() - Element in annotation interface org.springframework.data.couchbase.repository.ScanConsistency
-
Specifies a custom scan consistency for analytics queries.
- AnalyticsQuery - Class in org.springframework.data.couchbase.core.query
- AnalyticsQuery() - Constructor for class org.springframework.data.couchbase.core.query.AnalyticsQuery
- and(String) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- and(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
AND-combines two expressions.
- and(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- and(QueryCriteria) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- and(Part, N1QLExpression, Iterator<Object>) - Method in class org.springframework.data.couchbase.repository.query.N1qlMutateQueryCreator
- and(Part, N1QLExpression, Iterator<Object>) - Method in class org.springframework.data.couchbase.repository.query.OldN1qlQueryCreator
- and(Part, QueryCriteria, Iterator<Object>) - Method in class org.springframework.data.couchbase.repository.query.N1qlQueryCreator
- and(Part, QueryCriteria, Iterator<Object>) - Method in class org.springframework.data.couchbase.repository.query.StringN1qlQueryCreator
- AND - Enum constant in enum class org.springframework.data.couchbase.core.query.QueryCriteria.ChainOperator
- annotation(Class<A>, String, V, AnnotatedElement...) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
-
return the first merged annotation which does not have attribute with null/defaultValue from the listed elements.
- annotation(Class<A>, V, AnnotatedElement[]) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
- annotationAttribute(Class<A>, String, V, AnnotatedElement[]) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
-
return the first merged annotation which is not null/defaultValue from the listed elements.
- annotationString(Class<A>, Object, AnnotatedElement[]) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
- annotationString(Class<A>, String, Object, AnnotatedElement[]) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
-
return the toString() of the first merged annotation which is not null/defaultValue from the listed elements.
- any(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindFromReplicasByIdOperation.TerminatingFindFromReplicasById
-
Finds one document based on the given ID.
- any(String) - Method in interface org.springframework.data.couchbase.core.ReactiveFindFromReplicasByIdOperation.TerminatingFindFromReplicasById
-
Finds one document based on the given ID.
- any(String) - Method in interface org.springframework.data.couchbase.core.support.AnyId
- any(String) - Method in interface org.springframework.data.couchbase.core.support.AnyIdReactive
- any(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ExecutableFindFromReplicasByIdOperation.TerminatingFindFromReplicasById
-
Finds a list of documents based on the given IDs.
- any(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ReactiveFindFromReplicasByIdOperation.TerminatingFindFromReplicasById
-
Finds a list of documents based on the given IDs.
- any(Collection<String>) - Method in interface org.springframework.data.couchbase.core.support.AnyId
- any(Collection<String>) - Method in interface org.springframework.data.couchbase.core.support.AnyIdReactive
- AnyId<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for those that support one(T), all(Collection<T>)
- AnyIdReactive<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for those that support one(T), all(Collection<T%gt;)
- appendSkipAndLimit(StringBuilder) - Method in class org.springframework.data.couchbase.core.query.AnalyticsQuery
- appendSkipAndLimit(StringBuilder) - Method in class org.springframework.data.couchbase.core.query.Query
- appendSort(StringBuilder) - Method in class org.springframework.data.couchbase.core.query.AnalyticsQuery
- appendSort(StringBuilder) - Method in class org.springframework.data.couchbase.core.query.Query
- appendString(StringBuilder, String) - Method in class org.springframework.data.couchbase.core.query.Query
- appendWhere(StringBuilder, int[], CouchbaseConverter) - Method in class org.springframework.data.couchbase.core.query.Query
- appendWhereString(StringBuilder, String) - Method in class org.springframework.data.couchbase.core.query.Query
- applicationContext - Variable in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
The overall application context.
- applyResult(T, CouchbaseDocument, Object, long, Object, CouchbaseResourceHolder) - Method in interface org.springframework.data.couchbase.core.TemplateSupport
- applyResult(T, CouchbaseDocument, Object, Long, Object, CouchbaseResourceHolder) - Method in class org.springframework.data.couchbase.core.NonReactiveSupportWrapper
- applyResult(T, CouchbaseDocument, Object, Long, Object, CouchbaseResourceHolder) - Method in interface org.springframework.data.couchbase.core.ReactiveTemplateSupport
- applyResultBase(T, CouchbaseDocument, Object, long, Object, CouchbaseResourceHolder) - Method in class org.springframework.data.couchbase.core.AbstractTemplateSupport
- arrayContaining(boolean, Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- arrayContaining(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- as(Class<R>) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsWithProjection
-
Define the target type fields should be mapped to.
- as(Class<R>) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryWithProjection
-
Define the target type fields should be mapped to.
- as(Class<R>) - Method in interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanWithProjection
-
Define the target type fields should be mapped to.
- as(Class<R>) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.FindByAnalyticsWithProjection
-
Define the target type fields should be mapped to.
- as(Class<R>) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.FindByQueryWithProjection
-
Define the target type fields should be mapped to.
- as(Class<R>) - Method in interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanWithProjection
-
Define the target type fields should be mapped to.
- as(Class<R>) - Method in interface org.springframework.data.couchbase.core.support.WithProjection
- as(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Adds a AS clause between the current and the given expression.
- asc() - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
- ASCENDING - Enum constant in enum class org.springframework.data.couchbase.core.index.QueryIndexDirection
- asCollection(Object) - Static method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
Returns a collection from the given source object.
- asDBKey(Operation<?>, int) - Method in class com.querydsl.couchbase.document.CouchbaseDocumentSerializer
- asDBKey(Operation<?>, int) - Method in class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseSerializer
- asDBValue(Operation<?>, int) - Method in class com.querydsl.couchbase.document.CouchbaseDocumentSerializer
- asDocument() - Method in class com.querydsl.couchbase.document.AbstractCouchbaseQueryDSL
- asDocument() - Method in class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseQuery
-
Get the where definition as a Document instance
- asDocument(String, Object) - Method in class com.querydsl.couchbase.document.CouchbaseDocumentSerializer
- asDocument(String, Object) - Method in class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseSerializer
- asReference(Object) - Method in class com.querydsl.couchbase.document.CouchbaseDocumentSerializer
- asReference(Object) - Method in class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseSerializer
- asReference(Object, Path<?>) - Method in class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseSerializer
- asReferenceKey(Class<?>, Object) - Method in class com.querydsl.couchbase.document.CouchbaseDocumentSerializer
- AttemptContextReactiveAccessor - Class in com.couchbase.client.java.transactions
-
To access the ReactiveTransactionAttemptContext held by TransactionAttemptContext
- AttemptContextReactiveAccessor() - Constructor for class com.couchbase.client.java.transactions.AttemptContextReactiveAccessor
- AuditingEntityCallback - Class in org.springframework.data.couchbase.core.mapping.event
-
EntityCallback
to populate auditing related fields on an entity about to be saved. - AuditingEntityCallback(ObjectFactory<IsNewAwareAuditingHandler>) - Constructor for class org.springframework.data.couchbase.core.mapping.event.AuditingEntityCallback
-
Creates a new
AuditingEntityCallback
using the givenMappingContext
andAuditingHandler
provided by the givenObjectFactory
. - 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() - Constructor for class org.springframework.data.couchbase.core.mapping.event.AuditingEventListener
- AuditingEventListener(ObjectFactory<IsNewAwareAuditingHandler>) - Constructor for class org.springframework.data.couchbase.core.mapping.event.AuditingEventListener
-
Creates a new
AuditingEventListener
using the givenMappingContext
andAuditingHandler
provided by the givenObjectFactory
. - auditorAwareRef() - Element in annotation interface org.springframework.data.couchbase.repository.auditing.EnableCouchbaseAuditing
-
Configures the
AuditorAware
bean to be used to lookup the current principal. - auditorAwareRef() - Element in annotation interface org.springframework.data.couchbase.repository.auditing.EnableReactiveCouchbaseAuditing
-
Configures the
ReactiveAuditorAware
bean to be used to lookup the current principal. - authenticator() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
Allows to override the
Authenticator
used. - AUTOGENERATED_ID_TYPES - Static variable in class org.springframework.data.couchbase.core.mapping.CouchbaseSimpleTypes
- autoIndexCreation() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
Configure whether to automatically create indices for domain types by deriving the from the entity or not.
- 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
- basePackageClasses() - Element in annotation interface org.springframework.data.couchbase.repository.config.EnableCouchbaseRepositories
-
Type-safe alternative to
EnableCouchbaseRepositories.basePackages()
for specifying the packages to scan for annotated components. - basePackageClasses() - Element in annotation interface org.springframework.data.couchbase.repository.config.EnableReactiveCouchbaseRepositories
-
Type-safe alternative to
EnableReactiveCouchbaseRepositories.basePackages()
for specifying the packages to scan for annotated components. - basePackages() - Element in annotation interface org.springframework.data.couchbase.repository.config.EnableCouchbaseRepositories
-
Base packages to scan for annotated components.
- basePackages() - Element in annotation interface org.springframework.data.couchbase.repository.config.EnableReactiveCouchbaseRepositories
-
Base packages to scan for annotated components.
- 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.
- BasicQuery - Class in org.springframework.data.couchbase.repository.support
-
BasicQuery for Querydsl
- BasicQuery(QueryCriteriaDefinition, Map<String, String>) - Constructor for class org.springframework.data.couchbase.repository.support.BasicQuery
- BasicQuery(Query, Map<String, String>) - Constructor for class org.springframework.data.couchbase.repository.support.BasicQuery
- 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
- BeforeConvertCallback<T> - Interface in org.springframework.data.couchbase.core.mapping.event
-
Callback being invoked before a domain object is converted to be persisted.
- 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
- between(boolean, Object, Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- between(Object, Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- between(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Adds a BETWEEN clause between the current and the given expression.
- BooleanToEnumConverterFactory - Class in org.springframework.data.couchbase.core.convert
-
Reading Converter factory for Enums.
- BooleanToEnumConverterFactory(ObjectMapper) - Constructor for class org.springframework.data.couchbase.core.convert.BooleanToEnumConverterFactory
- bucket - Variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser.N1qlSpelValues
- build() - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager.CouchbaseCacheManagerBuilder
-
Create new instance of
CouchbaseCacheManager
with configuration options applied. - build() - Static method in class org.springframework.data.couchbase.core.mapping.KeySettings
- BUILD - Enum constant in enum class org.springframework.data.couchbase.core.query.HashSide
-
Associated entity will be used to build the hash table for faster lookup
- builder(CouchbaseCacheWriter) - Static method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager
-
Entry point for builder style
CouchbaseCacheManager
configuration. - builder(CouchbaseClientFactory) - Static method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager
-
Entry point for builder style
CouchbaseCacheManager
configuration. - buildExistsOptions(ExistsOptions) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
- buildInsertOptions(InsertOptions, PersistTo, ReplicateTo, DurabilityLevel, Duration, CouchbaseDocument) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
- buildMeta(CouchbaseQueryMethod, Class<?>) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
- buildMutateInOptions(MutateInOptions, PersistTo, ReplicateTo, DurabilityLevel, Duration, CouchbaseDocument, Long) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
- buildQuery(N1QLExpression, JsonValue, QueryScanConsistency) - Static method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
- buildQuery(N1QLExpression, JsonValue, QueryScanConsistency) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
-
Creates N1QLQuery object from the statement, query placeholder values and scan consistency
- buildQuery(ReactiveCouchbaseTemplate, String, String, N1qlJoinResolver.N1qlJoinResolverParameters) - Static method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver
- buildQueryOptions(QueryOptions, QueryScanConsistency) - Method in class org.springframework.data.couchbase.core.query.Query
-
build QueryOptions from parameters and scanConsistency
- buildRemoveOptions(RemoveOptions, PersistTo, ReplicateTo, DurabilityLevel, Long) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
- buildReplaceOptions(ReplaceOptions, PersistTo, ReplicateTo, DurabilityLevel, Duration, Long, CouchbaseDocument) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
- buildScanOptions(ScanOptions, Object, Boolean, MutationState, Integer, Integer) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
- buildTransactionQueryOptions(QueryOptions) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
- buildUpsertOptions(UpsertOptions, PersistTo, ReplicateTo, DurabilityLevel, Duration, CouchbaseDocument) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
C
- cacheDefaults(CouchbaseCacheConfiguration) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager.CouchbaseCacheManagerBuilder
-
Define a default
CouchbaseCacheConfiguration
applied to dynamically createdCouchbaseCache
s. - CacheKeyPrefix - Interface in org.springframework.data.couchbase.cache
-
CacheKeyPrefix
provides a hook for creating custom prefixes prepended to the actual key stored in Couchbase. - canRead(EvaluationContext, Object, String) - Method in class org.springframework.data.couchbase.core.convert.CouchbaseDocumentPropertyAccessor
-
It can always read from those properties.
- checkForTransactionInThreadLocalStorage() - Static method in class org.springframework.data.couchbase.core.TransactionalSupport
-
Returns non-empty iff in a transaction.
- clear() - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
- clear(String, String) - Method in interface org.springframework.data.couchbase.cache.CouchbaseCacheWriter
-
Clears the cache with the given key pattern prefix.
- clear(String, String) - Method in class org.springframework.data.couchbase.cache.DefaultCouchbaseCacheWriter
- close() - Method in class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
- collection - Variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser.N1qlSpelValues
- collection() - Element in annotation interface org.springframework.data.couchbase.repository.Options
-
Specifies the scope name
- collection(String) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheConfiguration
-
Set the collectinName to use.
- Collection - Annotation Interface in org.springframework.data.couchbase.repository
-
Collection Annotation
- COLLECTION - Enum constant in enum class org.springframework.data.couchbase.core.query.Meta.MetaKey
- CollectionCallback<T> - Interface in org.springframework.data.couchbase.core
-
Defines the callback which will be wrapped and executed on a bucket.
- com.couchbase.client.java.transactions - package com.couchbase.client.java.transactions
- com.querydsl.couchbase.document - package com.querydsl.couchbase.document
- commit(TransactionStatus) - Method in class org.springframework.data.couchbase.transaction.CouchbaseCallbackTransactionManager
- complete(N1QLExpression, Sort) - Method in class org.springframework.data.couchbase.repository.query.N1qlCountQueryCreator
- complete(N1QLExpression, Sort) - Method in class org.springframework.data.couchbase.repository.query.N1qlMutateQueryCreator
- complete(N1QLExpression, Sort) - Method in class org.springframework.data.couchbase.repository.query.OldN1qlQueryCreator
- complete(QueryCriteria, Sort) - Method in class org.springframework.data.couchbase.repository.query.N1qlQueryCreator
- complete(QueryCriteria, Sort) - Method in class org.springframework.data.couchbase.repository.query.StringN1qlQueryCreator
- CompositeQueryIndex - Annotation Interface in org.springframework.data.couchbase.core.index
- CompositeQueryIndexes - Annotation Interface in org.springframework.data.couchbase.core.index
- compute(String) - Method in interface org.springframework.data.couchbase.cache.CacheKeyPrefix
-
Compute the prefix for the actual key stored in Couchbase.
- computePrefixWith(CacheKeyPrefix) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheConfiguration
-
Use the given
CacheKeyPrefix
to compute the prefix for the actual Couchbase key given the cache name as function input. - configureEnvironment(ClusterEnvironment.Builder) - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
Can be overridden to customize the configuration of the environment before bootstrap.
- configurePropertyConversions(Consumer<PropertyValueConverterRegistrar<CouchbasePersistentProperty>>) - Method in class org.springframework.data.couchbase.core.convert.CouchbaseCustomConversions.CouchbaseConverterConfigurationAdapter
-
Gateway to register property specific converters.
- configureReactiveRepositoryOperationsMapping(ReactiveRepositoryOperationsMapping) - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
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.AbstractCouchbaseConfiguration
-
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).
- considerNestedRepositories() - Element in annotation interface org.springframework.data.couchbase.repository.config.EnableCouchbaseRepositories
-
Configures whether nested repository-interfaces (e.g. defined as inner classes) should be discovered by the repositories infrastructure.
- considerNestedRepositories() - Element in annotation interface org.springframework.data.couchbase.repository.config.EnableReactiveCouchbaseRepositories
-
Configures whether nested repository-interfaces (e.g. defined as inner classes) should be discovered by the repositories infrastructure.
- Consistency - Enum Class in org.springframework.data.couchbase.core.query
-
Enumeration of different consistency configurations to be used by the queries generated by the framework.
- consistentWith(AnalyticsScanConsistency) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsConsistentWith
-
Deprecated.
- consistentWith(AnalyticsScanConsistency) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.FindByAnalyticsConsistentWith
-
Deprecated.
- consistentWith(MutationState) - Method in interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanConsistentWith
-
Allows to override the default scan consistency.
- consistentWith(MutationState) - Method in interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanConsistentWith
-
Allows to override the default scan consistency.
- consistentWith(MutationState) - Method in interface org.springframework.data.couchbase.core.support.ConsistentWith
- consistentWith(QueryScanConsistency) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryConsistentWith
-
Deprecated.
- consistentWith(QueryScanConsistency) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryConsistentWith
-
Deprecated.
- consistentWith(QueryScanConsistency) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.FindByQueryConsistentWith
-
Deprecated.
- consistentWith(QueryScanConsistency) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryConsistentWith
-
Deprecated.
- ConsistentWith<R> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for those that support withOptions()
- containing(boolean, Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- containing(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- 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(byte[]) - Method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.ByteArrayToString
- convert(char[]) - Method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.CharArrayToString
- convert(JsonArray) - Method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.JsonArrayToCouchbaseList
- convert(JsonObject) - Method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.JsonObjectToMap
- convert(JsonNode) - Method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.JsonNodeToMap
- convert(Path<?>, Constant<?>) - Method in class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseSerializer
- convert(Class<?>) - Method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.ClassToString
- convert(Enum<?>) - Method in class org.springframework.data.couchbase.core.convert.OtherConverters.EnumToObject
- convert(Number) - Method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToInstantConverter
- convert(Number) - Method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateConverter
- convert(Number) - Method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateTimeConverter
- convert(Number) - Method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalTimeConverter
- convert(Number) - Method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToZonedDateTimeConverter
- convert(Number) - Method in enum class org.springframework.data.couchbase.core.convert.DateConverters.NumberToCalendarConverter
- convert(Number) - Method in enum class org.springframework.data.couchbase.core.convert.DateConverters.NumberToDateTimeConverter
- convert(Number) - Method in enum class org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateConverter
- convert(Number) - Method in enum class org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateTimeConverter
- convert(Object) - Method in enum class org.springframework.data.couchbase.core.convert.DateConverters.SerializedObjectToDateConverter
- convert(String) - Method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToDurationConverter
- convert(String) - Method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToPeriodConverter
- convert(String) - Method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToZoneIdConverter
- convert(String) - Method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToBigDecimal
- convert(String) - Method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToBigInteger
- convert(String) - Method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToByteArray
- convert(String) - Method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToCharArray
- convert(String) - Method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToClass
- convert(String) - Method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToUuid
- convert(String) - Method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToYearMonthConverter
- convert(BigDecimal) - Method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.BigDecimalToString
- convert(BigInteger) - Method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.BigIntegerToString
- convert(Duration) - Method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.DurationToStringConverter
- convert(Instant) - Method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.InstantToLongConverter
- convert(LocalDate) - Method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateToLongConverter
- convert(LocalDateTime) - Method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateTimeToLongConverter
- convert(LocalTime) - Method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalTimeToLongConverter
- convert(Period) - Method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.PeriodToStringConverter
- convert(YearMonth) - Method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.YearMonthToStringConverter
- convert(ZonedDateTime) - Method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.ZonedDateTimeToLongConverter
- convert(ZoneId) - Method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.ZoneIdToStringConverter
- convert(Calendar) - Method in enum class org.springframework.data.couchbase.core.convert.DateConverters.CalendarToLongConverter
- convert(Date) - Method in enum class org.springframework.data.couchbase.core.convert.DateConverters.DateToLongConverter
- convert(Date) - Method in enum class org.springframework.data.couchbase.core.convert.DateConverters.DateToStringConverter
- convert(UUID) - Method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.UuidToString
- convert(DateTime) - Method in enum class org.springframework.data.couchbase.core.convert.DateConverters.DateTimeToLongConverter
- convert(LocalDate) - Method in enum class org.springframework.data.couchbase.core.convert.DateConverters.LocalDateToLongConverter
- convert(LocalDateTime) - Method in enum class org.springframework.data.couchbase.core.convert.DateConverters.LocalDateTimeToLongConverter
- convert(CouchbaseDocument) - Method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.MapToJsonNode
- convert(CouchbaseDocument) - Method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.MapToJsonObject
- convert(CouchbaseList) - Method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.CouchbaseListToJsonArray
- converterCacheForType - Static variable in class org.springframework.data.couchbase.core.convert.CouchbasePropertyValueConverterFactory
- ConverterHasNoConversion - Exception in org.springframework.data.couchbase.core.convert
-
PropertyValueConverter throws this when cannot convert the property.
- ConverterHasNoConversion() - Constructor for exception org.springframework.data.couchbase.core.convert.ConverterHasNoConversion
- convertForWriteIfNeeded(Object) - Method in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
-
This convertForWriteIfNeed takes only the value to convert.
- 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.
- convertForWriteIfNeeded(CouchbasePersistentProperty, ConvertingPropertyAccessor<Object>, boolean) - Method in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
-
This convertForWriteIfNeeded takes a property and accessor so that the annotations can be accessed (ie.
- convertForWriteIfNeeded(CouchbasePersistentProperty, ConvertingPropertyAccessor<Object>, boolean) - 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>
thatconverts
values to their stored Class if warranted. - ConvertingIterator(Iterator<Object>, CouchbaseConverter) - Constructor for class org.springframework.data.couchbase.repository.query.ConvertingIterator
- convertKey(Object) - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
-
Convert
key
to aString
representation used for cache key creation. - 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 ofJsonArray
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 ofJsonArray
ranges, injected into startRange and endRange. - convertToString() - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Returned expression will be converted to a string
- 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_CLIENT_FACTORY - Static variable in class org.springframework.data.couchbase.config.BeanNames
- COUCHBASE_CUSTOM_CONVERSIONS - Static variable in class org.springframework.data.couchbase.config.BeanNames
- 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_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
- COUCHBASE_TRANSACTION_MANAGER - Static variable in class org.springframework.data.couchbase.config.BeanNames
- COUCHBASE_TRANSACTION_TEMPLATE - Static variable in class org.springframework.data.couchbase.config.BeanNames
- COUCHBASE_TRANSACTIONAL_OPERATOR - Static variable in class org.springframework.data.couchbase.config.BeanNames
- CouchbaseAnnotationProcessor - Class in org.springframework.data.couchbase.repository.support
-
Annotation processor to create Querydsl query types for QueryDsl annotated classes.
- CouchbaseAnnotationProcessor() - Constructor for class org.springframework.data.couchbase.repository.support.CouchbaseAnnotationProcessor
- CouchbaseAuditingRegistrar - Class in org.springframework.data.couchbase.repository.auditing
-
A support registrar that allows to set up auditing for Couchbase (including
AuditingHandler
and { IsNewStrategyFactory} set up). - CouchbaseAuditingRegistrar() - Constructor for class org.springframework.data.couchbase.repository.auditing.CouchbaseAuditingRegistrar
- CouchbaseCache - Class in org.springframework.data.couchbase.cache
- CouchbaseCache(String, CouchbaseCacheWriter, CouchbaseCacheConfiguration) - Constructor for class org.springframework.data.couchbase.cache.CouchbaseCache
- CouchbaseCacheConfiguration - Class in org.springframework.data.couchbase.cache
- CouchbaseCacheManager - Class in org.springframework.data.couchbase.cache
- CouchbaseCacheManager.CouchbaseCacheManagerBuilder - Class in org.springframework.data.couchbase.cache
- CouchbaseCacheWriter - Interface in org.springframework.data.couchbase.cache
- CouchbaseCallbackTransactionManager - Class in org.springframework.data.couchbase.transaction
-
The Couchbase transaction manager, providing support for @Transactional methods.
- CouchbaseCallbackTransactionManager(CouchbaseClientFactory) - Constructor for class org.springframework.data.couchbase.transaction.CouchbaseCallbackTransactionManager
- CouchbaseCallbackTransactionManager(CouchbaseClientFactory, TransactionOptions) - Constructor for class org.springframework.data.couchbase.transaction.CouchbaseCallbackTransactionManager
-
This override is for users manually creating a CouchbaseCallbackTransactionManager, and allows the TransactionOptions to be overridden.
- couchbaseClientFactory(Cluster) - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
The
CouchbaseClientFactory
provides access to the lower level SDK resources. - CouchbaseClientFactory - Interface in org.springframework.data.couchbase
-
The
CouchbaseClientFactory
is the main way to get access to the managed SDK instance and resources. - couchbaseCluster(ClusterEnvironment) - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
- couchbaseClusterEnvironment() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
- CouchbaseConversionContext - Class in org.springframework.data.couchbase.core.convert
-
ValueConversionContext
that allows to delegate read/write to an underlyingCouchbaseConverter
. - CouchbaseConversionContext(CouchbasePersistentProperty, MappingCouchbaseConverter, ConvertingPropertyAccessor) - Constructor for class org.springframework.data.couchbase.core.convert.CouchbaseConversionContext
- CouchbaseConverter - Interface in org.springframework.data.couchbase.core.convert
-
Marker interface for the converter, identifying the types to and from that can be converted.
- CouchbaseConverterConfigurationAdapter() - Constructor for class org.springframework.data.couchbase.core.convert.CouchbaseCustomConversions.CouchbaseConverterConfigurationAdapter
- 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
CouchbaseCustomConversions
instance registering the given converters. - CouchbaseCustomConversions(CouchbaseCustomConversions.CouchbaseConverterConfigurationAdapter) - Constructor for class org.springframework.data.couchbase.core.convert.CouchbaseCustomConversions
- CouchbaseCustomConversions.CouchbaseConverterConfigurationAdapter - Class in org.springframework.data.couchbase.core.convert
-
CouchbaseCustomConversions.CouchbaseConverterConfigurationAdapter
encapsulates creation ofCustomConversions.ConverterConfiguration
with CouchbaseDB specifics. - 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(Object) - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
-
Creates a empty
CouchbaseDocument
, and set the ID immediately. - CouchbaseDocument(Object, 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
- CouchbaseDocumentSerializer - Class in com.querydsl.couchbase.document
-
Serializes the given Querydsl query to a Document query for Couchbase.
- CouchbaseDocumentSerializer() - Constructor for class com.querydsl.couchbase.document.CouchbaseDocumentSerializer
- 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.
- CouchbaseExceptionTranslator - Class in org.springframework.data.couchbase.core
-
Simple
PersistenceExceptionTranslator
for Couchbase. - CouchbaseExceptionTranslator() - Constructor for class org.springframework.data.couchbase.core.CouchbaseExceptionTranslator
- CouchbaseJsr310Converters - Class in org.springframework.data.couchbase.core.convert
-
Helper class to register JSR-310 specific
Converter
implementations. - CouchbaseJsr310Converters.DurationToStringConverter - Enum Class in org.springframework.data.couchbase.core.convert
- CouchbaseJsr310Converters.InstantToLongConverter - Enum Class in org.springframework.data.couchbase.core.convert
- CouchbaseJsr310Converters.LocalDateTimeToLongConverter - Enum Class in org.springframework.data.couchbase.core.convert
- CouchbaseJsr310Converters.LocalDateToLongConverter - Enum Class in org.springframework.data.couchbase.core.convert
- CouchbaseJsr310Converters.LocalTimeToLongConverter - Enum Class in org.springframework.data.couchbase.core.convert
- CouchbaseJsr310Converters.NumberToInstantConverter - Enum Class in org.springframework.data.couchbase.core.convert
- CouchbaseJsr310Converters.NumberToLocalDateConverter - Enum Class in org.springframework.data.couchbase.core.convert
- CouchbaseJsr310Converters.NumberToLocalDateTimeConverter - Enum Class in org.springframework.data.couchbase.core.convert
- CouchbaseJsr310Converters.NumberToLocalTimeConverter - Enum Class in org.springframework.data.couchbase.core.convert
- CouchbaseJsr310Converters.NumberToZonedDateTimeConverter - Enum Class in org.springframework.data.couchbase.core.convert
- CouchbaseJsr310Converters.PeriodToStringConverter - Enum Class in org.springframework.data.couchbase.core.convert
- CouchbaseJsr310Converters.StringToDurationConverter - Enum Class in org.springframework.data.couchbase.core.convert
- CouchbaseJsr310Converters.StringToPeriodConverter - Enum Class in org.springframework.data.couchbase.core.convert
- CouchbaseJsr310Converters.StringToZoneIdConverter - Enum Class in org.springframework.data.couchbase.core.convert
- CouchbaseJsr310Converters.ZonedDateTimeToLongConverter - Enum Class in org.springframework.data.couchbase.core.convert
- CouchbaseJsr310Converters.ZoneIdToStringConverter - Enum Class 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(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
. - CouchbaseList(SimpleTypeHolder) - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseList
-
Create a new (empty) list with an existing
SimpleTypeHolder
. - couchbaseMappingContext(CustomConversions) - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
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 usingBasicCouchbasePersistentEntity
andBasicCouchbasePersistentProperty
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
- couchbaseObjectMapper() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
Creates a
ObjectMapper
for the jsonSerializer of the ClusterEnvironment and spring-data-couchbase jacksonTranslationService and also some converters (EnumToObject, StringToEnum, IntegerToEnum) - CouchbaseOperations - Interface in org.springframework.data.couchbase.core
-
Defines common operations on the Couchbase data source, most commonly implemented by
CouchbaseTemplate
. - CouchbasePartTree - Class in org.springframework.data.couchbase.repository.query
-
Extend PartTree to parse out distinct fields
- CouchbasePartTree(String, Class<?>) - Constructor for class org.springframework.data.couchbase.repository.query.CouchbasePartTree
- CouchbasePersistentEntity<T> - Interface in org.springframework.data.couchbase.core.mapping
-
Represents an entity that can be persisted which contains 0 or more properties.
- CouchbasePersistentEntityIndexCreator - Class in org.springframework.data.couchbase.core.index
- CouchbasePersistentEntityIndexCreator(CouchbaseMappingContext, CouchbaseOperations) - Constructor for class org.springframework.data.couchbase.core.index.CouchbasePersistentEntityIndexCreator
- CouchbasePersistentEntityIndexResolver - Class in org.springframework.data.couchbase.core.index
- CouchbasePersistentEntityIndexResolver(MappingContext<? extends CouchbasePersistentEntity<?>, CouchbasePersistentProperty>, CouchbaseOperations) - Constructor for class org.springframework.data.couchbase.core.index.CouchbasePersistentEntityIndexResolver
- CouchbasePersistentEntityIndexResolver.IndexDefinitionHolder - Class in org.springframework.data.couchbase.core.index
- CouchbasePersistentProperty - Interface in org.springframework.data.couchbase.core.mapping
-
Represents a property part of an entity that needs to be persisted.
- CouchbasePropertyValueConverterFactory - Class in org.springframework.data.couchbase.core.convert
-
Accept the Couchbase @Encrypted and @JsonValue annotations in addition to @ValueConverter annotation.
There can only be one propertyValueConverter for a property. - CouchbasePropertyValueConverterFactory(CryptoManager, Map<Class<? extends Annotation>, Class<?>>, ObjectMapper) - Constructor for class org.springframework.data.couchbase.core.convert.CouchbasePropertyValueConverterFactory
- 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> - Interface in org.springframework.data.couchbase.repository -
Couchbase specific
Repository
interface. - CouchbaseRepositoryBase<T,
ID> - Class in org.springframework.data.couchbase.repository.support -
Common base for SimpleCouchbaseRepository and SimpleReactiveCouchbaseRepository
- CouchbaseRepositoryBase(CouchbaseEntityInformation<T, String>, Class<?>) - Constructor for class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryBase
- 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
-
Creates a new
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) - 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. - couchbaseRepositoryOperationsMapping(CouchbaseTemplate) - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
- CouchbaseRepositoryQuery - Class in org.springframework.data.couchbase.repository.query
-
Deprecated.
- CouchbaseRepositoryQuery(CouchbaseOperations, CouchbaseQueryMethod, NamedQueries) - Constructor for class org.springframework.data.couchbase.repository.query.CouchbaseRepositoryQuery
-
Deprecated.
- CouchbaseResourceHolder - Class in org.springframework.data.couchbase.transaction
-
Container for couchbase transaction resources to hold in threadlocal or reactive context.
- CouchbaseResourceHolder(CoreTransactionAttemptContext) - Constructor for class org.springframework.data.couchbase.transaction.CouchbaseResourceHolder
-
Create a new
CouchbaseResourceHolder
for a givensession
. - 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 aCouchbaseList
. - couchbaseTemplate(CouchbaseClientFactory, MappingCouchbaseConverter, TranslationService) - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
- CouchbaseTemplate - Class in org.springframework.data.couchbase.core
-
Implements lower-level couchbase operations on top of the SDK with entity mapping capabilities.
- CouchbaseTemplate(CouchbaseClientFactory, CouchbaseConverter) - Constructor for class org.springframework.data.couchbase.core.CouchbaseTemplate
- CouchbaseTemplate(CouchbaseClientFactory, CouchbaseConverter, TranslationService) - Constructor for class org.springframework.data.couchbase.core.CouchbaseTemplate
- CouchbaseTemplate(CouchbaseClientFactory, CouchbaseConverter, TranslationService, QueryScanConsistency) - Constructor for class org.springframework.data.couchbase.core.CouchbaseTemplate
- couchbaseTemplateRef() - Element in annotation interface org.springframework.data.couchbase.repository.config.EnableCouchbaseRepositories
-
Configures the name of the
CouchbaseTemplate
bean to be used by default with the repositories detected. - couchbaseTemplateRef() - Element in annotation interface org.springframework.data.couchbase.repository.config.EnableReactiveCouchbaseRepositories
-
Configures the name of the
CouchbaseTemplate
bean to be used by default with the repositories detected. - couchbaseTransactionalOperator(CouchbaseCallbackTransactionManager) - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
The default TransactionalOperator.
- CouchbaseTransactionalOperator - Class in org.springframework.data.couchbase.transaction
-
The TransactionalOperator interface is another method to perform reactive transactions with Spring.
- CouchbaseTransactionDefinition - Class in org.springframework.data.couchbase.transaction
-
Couchbase Transaction Definition for Spring Data transaction framework.
- CouchbaseTransactionDefinition() - Constructor for class org.springframework.data.couchbase.transaction.CouchbaseTransactionDefinition
- CouchbaseTransactionInterceptor - Class in org.springframework.data.couchbase.transaction
-
This allows reactive @Transactional support with Couchbase transactions.
- CouchbaseTransactionInterceptor(TransactionManager, TransactionAttributeSource) - Constructor for class org.springframework.data.couchbase.transaction.CouchbaseTransactionInterceptor
- CouchbaseTransactionStatus - Class in org.springframework.data.couchbase.transaction
-
Couchbase transaction status for Spring Data transaction framework.
- CouchbaseTransactionStatus(Object, boolean, boolean, boolean, boolean, Object) - Constructor for class org.springframework.data.couchbase.transaction.CouchbaseTransactionStatus
-
Create a new
DefaultTransactionStatus
instance. - couchbaseTranslationService() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
Creates a
TranslationService
. - 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 interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics
-
Get the number of matching elements.
- count() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.TerminatingFindByQuery
-
Get the number of matching elements.
- count() - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.TerminatingFindByAnalytics
-
Get the number of matching elements.
- count() - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.TerminatingFindByQuery
-
Get the number of matching elements.
- count() - Method in interface org.springframework.data.couchbase.core.support.OneAndAll
- count() - Method in interface org.springframework.data.couchbase.core.support.OneAndAllReactive
- count() - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
- count() - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
- count(Predicate) - Method in class org.springframework.data.couchbase.repository.support.QuerydslCouchbasePredicateExecutor
- count(N1QLExpression) - Static method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Returned expression results in count of all the non-NULL and non-MISSING values in the group.
- count(Query, Class<T>) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
-
Returns the count of documents found by the query.
- count(Query, Class<T>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
- count(Query, Class<T>) - Method in interface org.springframework.data.couchbase.core.ReactiveCouchbaseOperations
-
Returns the count of documents found by the query.
- count(Query, Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- 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(Consumer<CouchbaseCustomConversions.CouchbaseConverterConfigurationAdapter>) - Static method in class org.springframework.data.couchbase.core.convert.CouchbaseCustomConversions
-
Functional style
CustomConversions
creation giving users a convenient way of configuring store specific capabilities by providing deferred hooks to what will be configured when creating theinstance
. - create(CouchbaseClientFactory) - Static method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager
-
Create a new
CouchbaseCacheManager
with defaults applied. - create(CouchbaseCallbackTransactionManager) - Static method in class org.springframework.data.couchbase.transaction.CouchbaseTransactionalOperator
- create(MappingContext<? extends CouchbasePersistentEntity<?>, CouchbasePersistentProperty>, CouchbaseOperations) - Static method in interface org.springframework.data.couchbase.core.index.QueryIndexResolver
-
Creates a new
QueryIndexResolver
givenCouchbaseMappingContext
. - 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.OldN1qlQueryCreator
- create(Part, Iterator<Object>) - Method in class org.springframework.data.couchbase.repository.query.StringN1qlQueryCreator
- createAliasFor(TypeInformation<?>) - Method in class org.springframework.data.couchbase.core.convert.TypeAwareTypeInformationMapper
- createAssociation() - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentProperty
-
Creates a new Association.
- createCacheKey(Object) - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
-
Customization hook for creating cache key before it gets serialized.
- createCompositeQueryIndexDefinitions(CouchbasePersistentEntity<?>, CouchbasePersistentProperty) - Method in class org.springframework.data.couchbase.core.index.CouchbasePersistentEntityIndexResolver
- createConfiguration(RoundEnvironment) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseAnnotationProcessor
- createCouchbaseCache(String, CouchbaseCacheConfiguration) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager
-
Configuration hook for creating
CouchbaseCache
with given name andcacheConfig
. - createCountQuery(ParametersParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.AbstractCouchbaseQueryBase
-
Creates a
Query
instance using the givenParametersParameterAccessor
. - createCountQuery(ParametersParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.PartTreeCouchbaseQuery
- createCountQuery(ParametersParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseRepositoryQuery
-
Deprecated.
- createCountQuery(ParametersParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.ReactivePartTreeCouchbaseQuery
- createCountQuery(ParametersParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.ReactiveStringBasedCouchbaseQuery
- createCountQuery(ParametersParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.StringBasedCouchbaseQuery
- 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.
- createCriteria(Predicate) - Method in class com.querydsl.couchbase.document.AbstractCouchbaseQueryDSL
-
other spring-data project uses createQuery(Predicate filter) where the serializer creates the 'query'
and then uses the result to create a BasicQuery with queryObject = result
Couchbase Query has a 'criteria' which is a
List<QueryCriteriaDefinition> criteria
so we could create a List<QueryCriteriaDefinition> or an uber QueryCriteria that combines
all the sub QueryDefinitions in the filter. - createExpression(Part.Type, String, boolean, Iterator<Object>, AtomicInteger, JsonArray) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
- createFieldQueryIndexDefinition(CouchbasePersistentEntity<?>, CouchbasePersistentProperty) - Method in class org.springframework.data.couchbase.core.index.CouchbasePersistentEntityIndexResolver
- createFilter(QueryMetadata) - Method in class com.querydsl.couchbase.document.AbstractCouchbaseQueryDSL
- createFilter(QueryMetadata) - Method in class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseQuery
- createJoinFilter(QueryMetadata) - Method in class com.querydsl.couchbase.document.AbstractCouchbaseQueryDSL
- createN1qlSpelValues(String, String, String, Class, String, String, boolean, String[], String[]) - Method in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
-
Create the n1ql spel values.
- 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.
- createProjection(Expression<?>) - Method in class com.querydsl.couchbase.document.AbstractCouchbaseQueryDSL
- createQuery() - Method in class org.springframework.data.couchbase.repository.query.N1qlQueryCreator
- createQuery() - Method in class org.springframework.data.couchbase.repository.query.StringN1qlQueryCreator
- createQuery() - Method in class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseQuery
- createQuery(Predicate) - Method in class com.querydsl.couchbase.document.AbstractCouchbaseQueryDSL
- createQuery(Predicate, Expression<?>, QueryModifiers, List<OrderSpecifier<?>>) - Method in class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseQuery
- createQuery(ParametersParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.AbstractCouchbaseQueryBase
-
Creates a
Query
instance using the givenParameterAccessor
- createQuery(ParametersParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.PartTreeCouchbaseQuery
- createQuery(ParametersParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseRepositoryQuery
-
Deprecated.
- createQuery(ParametersParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.ReactivePartTreeCouchbaseQuery
- createQuery(ParametersParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.ReactiveStringBasedCouchbaseQuery
- createQuery(ParametersParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.StringBasedCouchbaseQuery
- createReactiveTransactionAttemptContext(CoreTransactionAttemptContext, JsonSerializer) - Static method in class com.couchbase.client.java.transactions.AttemptContextReactiveAccessor
- 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) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
-
Produce a
N1QLExpression
that corresponds to the SELECT clause for looking for Spring Data entities stored in Couchbase. - createSelectClauseForEntity(String, ReturnedType, CouchbaseConverter) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
-
Produce a
N1QLExpression
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
N1QLExpression
that corresponds to the SELECT...FROM clauses for looking for Spring Data entities stored in Couchbase. - createSort(List<OrderSpecifier<?>>) - Method in class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseQuery
-
Compute the sort
CouchbaseDocument
from the given list oforder specifiers
. - createSort(Sort) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
-
Create a N1QL
N1QLExpression
out of a Spring DataSort
. - createWhereFilterForEntity(N1QLExpression, CouchbaseConverter, EntityMetadata<?>) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
-
Produces an
N1QLExpression
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 theEntityMetadata
parameter). - creatorMethodCache - Static variable in class org.springframework.data.couchbase.core.convert.JsonValueConverter
- CrudMethodMetadata - Interface in org.springframework.data.couchbase.repository.support
- CryptoConverter - Class in org.springframework.data.couchbase.core.convert
-
Encrypt/Decrypted properties annotated.
- CryptoConverter(CryptoManager, ObjectMapper) - Constructor for class org.springframework.data.couchbase.core.convert.CryptoConverter
- cryptoManager() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
- cuchbaseSerializer() - Method in class org.springframework.data.couchbase.repository.support.QuerydslPredicateExecutorSupport
- customConversions() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
Register custom Converters in a
CustomConversions
object if required. - customConversions(CryptoManager, ObjectMapper) - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
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 Class in org.springframework.data.couchbase.core.convert
- DateConverters.DateTimeToLongConverter - Enum Class in org.springframework.data.couchbase.core.convert
- DateConverters.DateToLongConverter - Enum Class in org.springframework.data.couchbase.core.convert
- DateConverters.DateToStringConverter - Enum Class in org.springframework.data.couchbase.core.convert
- DateConverters.LocalDateTimeToLongConverter - Enum Class in org.springframework.data.couchbase.core.convert
- DateConverters.LocalDateToLongConverter - Enum Class in org.springframework.data.couchbase.core.convert
- DateConverters.NumberToCalendarConverter - Enum Class in org.springframework.data.couchbase.core.convert
- DateConverters.NumberToDateTimeConverter - Enum Class in org.springframework.data.couchbase.core.convert
- DateConverters.NumberToLocalDateConverter - Enum Class in org.springframework.data.couchbase.core.convert
- DateConverters.NumberToLocalDateTimeConverter - Enum Class in org.springframework.data.couchbase.core.convert
- DateConverters.SerializedObjectToDateConverter - Enum Class in org.springframework.data.couchbase.core.convert
- dateTimeProviderRef() - Element in annotation interface org.springframework.data.couchbase.repository.auditing.EnableCouchbaseAuditing
-
Configures a
DateTimeProvider
bean name that allows customizing theDateTime
to be used for setting creation and modification dates. - dateTimeProviderRef() - Element in annotation interface org.springframework.data.couchbase.repository.auditing.EnableReactiveCouchbaseAuditing
-
Configures a
DateTimeProvider
bean name that allows customizing the timestamp to be used for setting creation and modification dates. - DBRef - Class in org.springframework.data.couchbase.repository.support
-
DB references
- DBRef() - Constructor for class org.springframework.data.couchbase.repository.support.DBRef
- 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
- decodeEntity(Object, String, Long, Class<T>, String, String, Object, CouchbaseResourceHolder) - Method in class org.springframework.data.couchbase.core.NonReactiveSupportWrapper
- decodeEntity(Object, String, Long, Class<T>, String, String, Object, CouchbaseResourceHolder) - Method in interface org.springframework.data.couchbase.core.ReactiveTemplateSupport
- decodeEntity(Object, String, Long, Class<T>, String, String, Object, CouchbaseResourceHolder) - Method in interface org.springframework.data.couchbase.core.TemplateSupport
- decodeEntityBase(Object, String, Long, Class<T>, String, String, Object, CouchbaseResourceHolder) - Method in class org.springframework.data.couchbase.core.AbstractTemplateSupport
- 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 class 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.
- defaultCacheConfig() - Static method in class org.springframework.data.couchbase.cache.CouchbaseCacheConfiguration
- DefaultCouchbaseCacheWriter - Class in org.springframework.data.couchbase.cache
- DefaultCouchbaseCacheWriter(CouchbaseClientFactory) - Constructor for class org.springframework.data.couchbase.cache.DefaultCouchbaseCacheWriter
- 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
-
#{"#n1ql.delete"}.
- delete() - Static method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Begins a delete statement
- 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() - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
- deleteAll() - 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(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
- deleteAllById(Iterable<? extends ID>) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
- deleteAllById(Iterable<? extends ID>) - 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() - Element in annotation interface org.springframework.data.couchbase.core.mapping.id.GeneratedValue
- delimiter() - Method in class org.springframework.data.couchbase.core.mapping.KeySettings
-
Get delimiter
- delimiter(String) - Method in class org.springframework.data.couchbase.core.mapping.KeySettings
-
Set delimiter
- desc() - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
- DESCENDING - Enum constant in enum class org.springframework.data.couchbase.core.index.QueryIndexDirection
- designDoc() - Element in annotation interface org.springframework.data.couchbase.core.query.ViewIndexed
-
Deprecated.The design document in which to create/look for the view.
- designDocument() - Element in annotation interface org.springframework.data.couchbase.core.query.Dimensional
-
Deprecated.The name of the design document to be queried
- designDocument() - Element in annotation interface org.springframework.data.couchbase.core.query.View
-
Deprecated.The name of the Design Document to use.
- Dimensional - Annotation Interface in org.springframework.data.couchbase.core.query
-
Deprecated.
- dimensions() - Element in annotation interface org.springframework.data.couchbase.core.query.Dimensional
-
Deprecated.The number of dimensions in the spatial view, defaults to 2
- direction() - Element in annotation interface org.springframework.data.couchbase.core.index.QueryIndexed
- disableCachingNullValues() - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheConfiguration
-
Disable caching null values.
- disableCreateOnMissingCache() - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager.CouchbaseCacheManagerBuilder
-
Disable in-flight
Cache
creation for unconfigured caches. - distinct() - Method in class com.querydsl.couchbase.document.AbstractCouchbaseQueryDSL
- distinct() - Element in annotation interface org.springframework.data.couchbase.repository.Options
-
Specifies a custom array of distinct fields.
- distinct(boolean) - Method in class org.springframework.data.couchbase.core.query.Query
-
Is this a DISTINCT query?
- distinct(String[]) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryWithDistinct
-
Finds the distinct values for a specified field across a single collection
- distinct(String[]) - Method in class org.springframework.data.couchbase.core.query.Query
-
distinctFields for query (non-null but empty means all fields) ?
- distinct(String[]) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.FindByQueryWithDistinct
-
Finds the distinct values for a specified field across a single or view.
- distinct(String[]) - Method in interface org.springframework.data.couchbase.core.support.WithDistinct
-
Specify distinct field names
- distinct(N1QLExpression) - Static method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Returned expression results in distinct of the expression
- Document - Annotation Interface 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
- doExecute(CouchbaseQueryMethod, ResultProcessor, ParametersParameterAccessor, Class<?>) - Method in class org.springframework.data.couchbase.repository.query.AbstractCouchbaseQuery
-
Execute the
RepositoryQuery
of the given method with the parameters provided by theaccessor
- doExecute(CouchbaseQueryMethod, ResultProcessor, ParametersParameterAccessor, Class<?>) - Method in class org.springframework.data.couchbase.repository.query.AbstractCouchbaseQueryBase
-
Execute the
RepositoryQuery
of the given method with the parameters provided by theaccessor
- doExecute(CouchbaseQueryMethod, ResultProcessor, ParametersParameterAccessor, Class<?>) - Method in class org.springframework.data.couchbase.repository.query.AbstractReactiveCouchbaseQuery
-
Execute the
RepositoryQuery
of the given method with the parameters provided by theaccessor
- doInCollection() - Method in interface org.springframework.data.couchbase.core.CollectionCallback
-
The enclosed body will be executed on the connected bucket.
- doParse(String, SpelExpressionParser, EvaluationContext, StringBasedN1qlQueryParser.N1qlSpelValues) - Static method in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
- doResolve(ReactiveCouchbaseTemplate, String, String, N1qlJoinResolver.N1qlJoinResolverParameters, Class<R>) - Static method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver
- Durability - Annotation Interface in org.springframework.data.couchbase.core.mapping
-
Durability annotation
- durabilityExpression() - Element in annotation interface org.springframework.data.couchbase.core.mapping.Document
-
Same as
Document.durabilityLevel()
but allows the actual value to be set using standard Spring property sources mechanism. - durabilityExpression() - Element in annotation interface org.springframework.data.couchbase.core.mapping.Durability
-
Same as
Durability.durabilityLevel()
but allows the actual value to be set using standard Spring property sources mechanism. - durabilityLevel() - Element in annotation interface org.springframework.data.couchbase.core.mapping.Document
-
The optional durabilityLevel for all mutating operations, allows the application to wait until this replication (or persistence) is successful before proceeding
- durabilityLevel() - Element in annotation interface org.springframework.data.couchbase.core.mapping.Durability
-
The optional durabilityLevel for all mutating operations, allows the application to wait until this replication (or persistence) is successful before proceeding
- DynamicInvocationHandler<T> - Class in org.springframework.data.couchbase.repository.support
-
Invocation Handler for scope/collection/options proxy for repositories
- DynamicInvocationHandler(T, CommonOptions<?>, String, String) - Constructor for class org.springframework.data.couchbase.repository.support.DynamicInvocationHandler
- DynamicProxyable<REPO> - Interface in org.springframework.data.couchbase.repository
-
The generic parameter needs to be REPO which is either a CouchbaseRepository parameterized on T,ID or a ReactiveCouchbaseRepository parameterized on T,ID. i.e.: interface AirportRepository extends CouchbaseRepository<Airport, String>, DynamicProxyable<AirportRepository>
E
- EnableCouchbaseAuditing - Annotation Interface in org.springframework.data.couchbase.repository.auditing
-
Annotation to enable auditing in Couchbase via annotation configuration.
- EnableCouchbaseRepositories - Annotation Interface in org.springframework.data.couchbase.repository.config
-
Annotation to activate Couchbase repositories.
- EnableReactiveCouchbaseAuditing - Annotation Interface in org.springframework.data.couchbase.repository.auditing
-
Annotation to enable auditing in Couchbase using reactive infrastructure via annotation configuration.
- EnableReactiveCouchbaseRepositories - Annotation Interface 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.
- encodeEntity(Object) - Method in class org.springframework.data.couchbase.core.NonReactiveSupportWrapper
- encodeEntity(Object) - Method in interface org.springframework.data.couchbase.core.ReactiveTemplateSupport
- encodeEntity(Object) - Method in interface org.springframework.data.couchbase.core.TemplateSupport
- endingWith(boolean, Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- endingWith(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- entryExpiry(Duration) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheConfiguration
-
Set the expiry to apply for cache entries.
- EnumToObject(ObjectMapper) - Constructor for class org.springframework.data.couchbase.core.convert.OtherConverters.EnumToObject
- eq(boolean) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
- eq(boolean, Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- eq(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- eq(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Combines two expressions with the equals operator ("=").
- equals(Object) - Method in class org.springframework.data.couchbase.core.query.Meta
- equals(Object) - Method in class org.springframework.data.couchbase.core.query.Query
- equals(Object) - Method in class org.springframework.data.couchbase.core.RemoveResult
- equals(Object) - Method in class org.springframework.data.couchbase.repository.support.BasicQuery
- escapedBucket(String) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
-
Escape the given bucketName and produce an
N1QLExpression
. - EVENTUALLY_CONSISTENT - Enum constant in enum class org.springframework.data.couchbase.core.query.Consistency
-
EVENTUALLY_CONSISTENT is
ViewScanConsistency.UPDATE_AFTER
andQueryScanConsistency.NOT_BOUNDED
- evict(Object) - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
- evictIfPresent(Object) - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
- excludeFilters() - Element in annotation interface org.springframework.data.couchbase.repository.config.EnableCouchbaseRepositories
-
Specifies which types are not eligible for component scanning.
- excludeFilters() - Element in annotation interface org.springframework.data.couchbase.repository.config.EnableReactiveCouchbaseRepositories
-
Specifies which types are not eligible for component scanning.
- ExecutableExistsByIdOperation - Interface in org.springframework.data.couchbase.core
-
Insert Operations
- ExecutableExistsByIdOperation.ExecutableExistsById - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing KV exists operations in a fluent way.
- ExecutableExistsByIdOperation.ExistsByIdInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ExecutableExistsByIdOperation.ExistsByIdInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ExecutableExistsByIdOperation.ExistsByIdWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ExecutableExistsByIdOperation.TerminatingExistsById - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ExecutableExistsByIdOperationSupport - Class in org.springframework.data.couchbase.core
- ExecutableFindByAnalyticsOperation - Interface in org.springframework.data.couchbase.core
-
FindByAnalytics Operations
- ExecutableFindByAnalyticsOperation.ExecutableFindByAnalytics<T> - Interface in org.springframework.data.couchbase.core
- ExecutableFindByAnalyticsOperation.FindByAnalyticsConsistentWith<T> - Interface in org.springframework.data.couchbase.core
-
Deprecated.
- ExecutableFindByAnalyticsOperation.FindByAnalyticsInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ExecutableFindByAnalyticsOperation.FindByAnalyticsInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ExecutableFindByAnalyticsOperation.FindByAnalyticsWithConsistency<T> - Interface in org.springframework.data.couchbase.core
- ExecutableFindByAnalyticsOperation.FindByAnalyticsWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ExecutableFindByAnalyticsOperation.FindByAnalyticsWithProjection<T> - Interface in org.springframework.data.couchbase.core
-
Result type override (Optional).
- ExecutableFindByAnalyticsOperation.FindByAnalyticsWithQuery<T> - Interface in org.springframework.data.couchbase.core
- ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics<T> - Interface in org.springframework.data.couchbase.core
- ExecutableFindByAnalyticsOperationSupport - Class in org.springframework.data.couchbase.core
- ExecutableFindByAnalyticsOperationSupport(CouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperationSupport
- ExecutableFindByIdOperation - Interface in org.springframework.data.couchbase.core
-
Get Operations
- ExecutableFindByIdOperation.ExecutableFindById<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing query operations in a fluent way.
- ExecutableFindByIdOperation.FindByIdInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ExecutableFindByIdOperation.FindByIdInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ExecutableFindByIdOperation.FindByIdWithExpiry<T> - Interface in org.springframework.data.couchbase.core
- ExecutableFindByIdOperation.FindByIdWithLock<T> - Interface in org.springframework.data.couchbase.core
- ExecutableFindByIdOperation.FindByIdWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ExecutableFindByIdOperation.FindByIdWithProjection<T> - Interface in org.springframework.data.couchbase.core
- ExecutableFindByIdOperation.TerminatingFindById<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ExecutableFindByIdOperationSupport - Class in org.springframework.data.couchbase.core
- ExecutableFindByQueryOperation - Interface in org.springframework.data.couchbase.core
-
Query Operations
- ExecutableFindByQueryOperation.ExecutableFindByQuery<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing query operations in a fluent way.
- ExecutableFindByQueryOperation.FindByQueryConsistentWith<T> - Interface in org.springframework.data.couchbase.core
-
Deprecated.
- ExecutableFindByQueryOperation.FindByQueryInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ExecutableFindByQueryOperation.FindByQueryInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ExecutableFindByQueryOperation.FindByQueryWithConsistency<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify scan consistency.
- ExecutableFindByQueryOperation.FindByQueryWithDistinct<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify DISTINCT fields
- ExecutableFindByQueryOperation.FindByQueryWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ExecutableFindByQueryOperation.FindByQueryWithProjecting<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify fields to project.
- ExecutableFindByQueryOperation.FindByQueryWithProjection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify a return type different than the the entity type to use for the results.
- ExecutableFindByQueryOperation.FindByQueryWithQuery<T> - Interface in org.springframework.data.couchbase.core
-
Fluent methods to specify the query
- ExecutableFindByQueryOperation.TerminatingFindByQuery<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ExecutableFindByQueryOperationSupport - Class in org.springframework.data.couchbase.core
-
ExecutableFindByQueryOperation
implementations for Couchbase. - ExecutableFindByQueryOperationSupport(CouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ExecutableFindByQueryOperationSupport
- ExecutableFindFromReplicasByIdOperation - Interface in org.springframework.data.couchbase.core
-
Query Operations
- ExecutableFindFromReplicasByIdOperation.ExecutableFindFromReplicasById<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing get operations in a fluent way.
- ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ExecutableFindFromReplicasByIdOperation.TerminatingFindFromReplicasById<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual get execution.
- ExecutableFindFromReplicasByIdOperationSupport - Class in org.springframework.data.couchbase.core
- ExecutableInsertByIdOperation - Interface in org.springframework.data.couchbase.core
-
Insert Operations
- ExecutableInsertByIdOperation.ExecutableInsertById<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing KV insert operations in a fluent way.
- ExecutableInsertByIdOperation.InsertByIdInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ExecutableInsertByIdOperation.InsertByIdInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ExecutableInsertByIdOperation.InsertByIdWithDurability<T> - Interface in org.springframework.data.couchbase.core
- ExecutableInsertByIdOperation.InsertByIdWithExpiry<T> - Interface in org.springframework.data.couchbase.core
- ExecutableInsertByIdOperation.InsertByIdWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ExecutableInsertByIdOperation.TerminatingInsertById<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ExecutableInsertByIdOperationSupport - Class in org.springframework.data.couchbase.core
- ExecutableInsertByIdOperationSupport(CouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ExecutableInsertByIdOperationSupport
- ExecutableMutateInByIdOperation - Interface in org.springframework.data.couchbase.core
-
Mutate In Operations
- ExecutableMutateInByIdOperation.ExecutableMutateInById<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing KV operations in a fluent way.
- ExecutableMutateInByIdOperation.MutateInByIdInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ExecutableMutateInByIdOperation.MutateInByIdInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ExecutableMutateInByIdOperation.MutateInByIdWithDurability<T> - Interface in org.springframework.data.couchbase.core
- ExecutableMutateInByIdOperation.MutateInByIdWithExpiry<T> - Interface in org.springframework.data.couchbase.core
- ExecutableMutateInByIdOperation.MutateInByIdWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ExecutableMutateInByIdOperation.MutateInByIdWithPaths<T> - Interface in org.springframework.data.couchbase.core
- ExecutableMutateInByIdOperation.TerminatingMutateInById<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ExecutableMutateInByIdOperationSupport - Class in org.springframework.data.couchbase.core
-
ExecutableMutateInByIdOperation
implementations for Couchbase. - ExecutableMutateInByIdOperationSupport(CouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ExecutableMutateInByIdOperationSupport
- ExecutableRangeScanOperation - Interface in org.springframework.data.couchbase.core
-
Get Operations
- ExecutableRangeScanOperation.ExecutableRangeScan<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing query operations in a fluent way.
- ExecutableRangeScanOperation.RangeScanConsistentWith<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify scan consistency.
- ExecutableRangeScanOperation.RangeScanInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ExecutableRangeScanOperation.RangeScanInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ExecutableRangeScanOperation.RangeScanWithBatchByteLimit<T> - Interface in org.springframework.data.couchbase.core
- ExecutableRangeScanOperation.RangeScanWithBatchItemLimit<T> - Interface in org.springframework.data.couchbase.core
- ExecutableRangeScanOperation.RangeScanWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ExecutableRangeScanOperation.RangeScanWithProjection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify a return type different than the the entity type to use for the results.
- ExecutableRangeScanOperation.RangeScanWithSort<T> - Interface in org.springframework.data.couchbase.core
- ExecutableRangeScanOperation.TerminatingRangeScan<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ExecutableRangeScanOperationSupport - Class in org.springframework.data.couchbase.core
- ExecutableRemoveByIdOperation - Interface in org.springframework.data.couchbase.core
-
Remove Operations on KV service.
- ExecutableRemoveByIdOperation.ExecutableRemoveById - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing remove operations in a fluent way.
- ExecutableRemoveByIdOperation.RemoveByIdInCollection - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ExecutableRemoveByIdOperation.RemoveByIdInScope - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ExecutableRemoveByIdOperation.RemoveByIdWithCas - Interface in org.springframework.data.couchbase.core
- ExecutableRemoveByIdOperation.RemoveByIdWithDurability - Interface in org.springframework.data.couchbase.core
- ExecutableRemoveByIdOperation.RemoveByIdWithOptions - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ExecutableRemoveByIdOperation.TerminatingRemoveById - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ExecutableRemoveByIdOperationSupport - Class in org.springframework.data.couchbase.core
-
ExecutableRemoveByIdOperation
implementations for Couchbase. - ExecutableRemoveByIdOperationSupport(CouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ExecutableRemoveByIdOperationSupport
- ExecutableRemoveByQueryOperation - Interface in org.springframework.data.couchbase.core
-
RemoveBy Query Operations
- ExecutableRemoveByQueryOperation.ExecutableRemoveByQuery<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing query operations in a fluent way.
- ExecutableRemoveByQueryOperation.RemoveByQueryConsistentWith<T> - Interface in org.springframework.data.couchbase.core
-
Deprecated.
- ExecutableRemoveByQueryOperation.RemoveByQueryInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ExecutableRemoveByQueryOperation.RemoveByQueryInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ExecutableRemoveByQueryOperation.RemoveByQueryWithConsistency<T> - Interface in org.springframework.data.couchbase.core
- ExecutableRemoveByQueryOperation.RemoveByQueryWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ExecutableRemoveByQueryOperation.RemoveByQueryWithQuery<T> - Interface in org.springframework.data.couchbase.core
-
Fluent methods to specify the query
- ExecutableRemoveByQueryOperation.TerminatingRemoveByQuery<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ExecutableRemoveByQueryOperationSupport - Class in org.springframework.data.couchbase.core
- ExecutableRemoveByQueryOperationSupport(CouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperationSupport
- ExecutableReplaceByIdOperation - Interface in org.springframework.data.couchbase.core
-
Replace Operations
- ExecutableReplaceByIdOperation.ExecutableReplaceById<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing KV replace operations in a fluent way.
- ExecutableReplaceByIdOperation.ReplaceByIdInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ExecutableReplaceByIdOperation.ReplaceByIdInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ExecutableReplaceByIdOperation.ReplaceByIdWithDurability<T> - Interface in org.springframework.data.couchbase.core
- ExecutableReplaceByIdOperation.ReplaceByIdWithExpiry<T> - Interface in org.springframework.data.couchbase.core
- ExecutableReplaceByIdOperation.ReplaceByIdWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ExecutableReplaceByIdOperation.TerminatingReplaceById<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ExecutableReplaceByIdOperationSupport - Class in org.springframework.data.couchbase.core
- ExecutableReplaceByIdOperationSupport(CouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ExecutableReplaceByIdOperationSupport
- ExecutableUpsertByIdOperation - Interface in org.springframework.data.couchbase.core
-
Insert Operations
- ExecutableUpsertByIdOperation.ExecutableUpsertById<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing KV operations in a fluent way.
- ExecutableUpsertByIdOperation.TerminatingUpsertById<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ExecutableUpsertByIdOperation.UpsertByIdInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ExecutableUpsertByIdOperation.UpsertByIdInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ExecutableUpsertByIdOperation.UpsertByIdWithDurability<T> - Interface in org.springframework.data.couchbase.core
- ExecutableUpsertByIdOperation.UpsertByIdWithExpiry<T> - Interface in org.springframework.data.couchbase.core
- ExecutableUpsertByIdOperation.UpsertByIdWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ExecutableUpsertByIdOperationSupport - Class in org.springframework.data.couchbase.core
- ExecutableUpsertByIdOperationSupport(CouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ExecutableUpsertByIdOperationSupport
- execute(Object[]) - Method in class org.springframework.data.couchbase.repository.query.AbstractCouchbaseQueryBase
-
Execute the query with the provided parameters
- execute(Object[]) - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
- execute(Object[]) - Method in class org.springframework.data.couchbase.repository.query.CouchbaseRepositoryQuery
-
Deprecated.
- execute(Object[]) - Method in class org.springframework.data.couchbase.repository.query.N1qlRepositoryQueryExecutor
-
Deprecated.see also
execute
- execute(Object[]) - Method in class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
- execute(Object[]) - Method in class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseRepositoryQuery
-
Deprecated.
- execute(Object[]) - Method in class org.springframework.data.couchbase.repository.query.ReactiveN1qlRepositoryQueryExecutor
-
Deprecated.see also
execute
- execute(N1QLQuery, Class<?>) - Method in class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
- execute(TransactionCallback<T>) - Method in class org.springframework.data.couchbase.transaction.CouchbaseTransactionalOperator
- execute(TransactionDefinition, TransactionCallback<T>) - Method in class org.springframework.data.couchbase.transaction.CouchbaseCallbackTransactionManager
- 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
- 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() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics
-
Check for the presence of matching elements.
- exists() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.TerminatingFindByQuery
-
Check for the presence of matching elements.
- exists() - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.TerminatingFindByAnalytics
-
Check for the presence of matching elements.
- exists() - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.TerminatingFindByQuery
-
Check for the presence of matching elements.
- exists() - Method in interface org.springframework.data.couchbase.core.support.OneAndAll
- exists() - Method in interface org.springframework.data.couchbase.core.support.OneAndAllReactive
- exists(Predicate) - Method in class org.springframework.data.couchbase.repository.support.QuerydslCouchbasePredicateExecutor
- existsById() - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
-
Deprecated.
- existsById() - Method in interface org.springframework.data.couchbase.core.ExecutableExistsByIdOperation
-
Deprecated.
- existsById() - Method in class org.springframework.data.couchbase.core.ExecutableExistsByIdOperationSupport
-
Deprecated.
- existsById() - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- existsById() - Method in interface org.springframework.data.couchbase.core.ReactiveExistsByIdOperation
-
Deprecated.
- existsById() - Method in class org.springframework.data.couchbase.core.ReactiveExistsByIdOperationSupport
-
Deprecated.
- 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(Class<?>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
- existsById(Class<?>) - Method in interface org.springframework.data.couchbase.core.ExecutableExistsByIdOperation
-
Checks if the document exists in the bucket.
- existsById(Class<?>) - Method in class org.springframework.data.couchbase.core.ExecutableExistsByIdOperationSupport
- existsById(Class<?>) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- existsById(Class<?>) - Method in interface org.springframework.data.couchbase.core.ReactiveExistsByIdOperation
-
Checks if the document exists in the bucket.
- existsById(Class<?>) - Method in class org.springframework.data.couchbase.core.ReactiveExistsByIdOperationSupport
- existsById(Publisher<ID>) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
- Expiration - Annotation Interface in org.springframework.data.couchbase.core.mapping
-
Annotation to define a field to be substituted for META().expiration in a query
- expiry() - Element in annotation interface org.springframework.data.couchbase.core.mapping.Document
-
An optional expiry time for the document.
- expiry() - Element in annotation interface org.springframework.data.couchbase.core.mapping.Expiry
-
An optional expiry time for the document.
- expiry() - Element in annotation interface org.springframework.data.couchbase.repository.Options
-
An optional expiry time for the document.
- Expiry - Annotation Interface in org.springframework.data.couchbase.core.mapping
-
Expiry annotation
- EXPIRY - Enum constant in enum class org.springframework.data.couchbase.core.query.Meta.MetaKey
- EXPIRY_EXPRESSION - Enum constant in enum class org.springframework.data.couchbase.core.query.Meta.MetaKey
- EXPIRY_UNIT - Enum constant in enum class org.springframework.data.couchbase.core.query.Meta.MetaKey
- expiryExpression() - Element in annotation interface org.springframework.data.couchbase.core.mapping.Document
-
Same as
Document.expiry()
but allows the actual value to be set using standard Spring property sources mechanism. - expiryExpression() - Element in annotation interface org.springframework.data.couchbase.core.mapping.Expiry
-
Same as
Expiry.expiry()
but allows the actual value to be set using standard Spring property sources mechanism. - expiryExpression() - Element in annotation interface org.springframework.data.couchbase.repository.Options
-
Same as
Options.expiry()
but allows the actual value to be set using standard Spring property sources mechanism. - expiryUnit() - Element in annotation interface org.springframework.data.couchbase.core.mapping.Document
-
An optional time unit for the document's
Document.expiry()
, if set. - expiryUnit() - Element in annotation interface org.springframework.data.couchbase.core.mapping.Expiry
-
An optional time unit for the document's
Expiry.expiry()
, if set. - expiryUnit() - Element in annotation interface org.springframework.data.couchbase.repository.Options
-
An optional time unit for the document's
Options.expiry()
, if set. - 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.
- export() - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
Export the query criteria to a string without using positional or named parameters.
- export() - Method in interface org.springframework.data.couchbase.core.query.QueryCriteriaDefinition
-
Export the query criteria to a string without using positional or named parameters.
- export(int[]...) - Method in class org.springframework.data.couchbase.core.query.Query
- export(int[], JsonValue, CouchbaseConverter) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
This exports the query criteria chain into a string to be appended to the beginning of an N1QL statement
- export(int[], JsonValue, CouchbaseConverter) - Method in interface org.springframework.data.couchbase.core.query.QueryCriteriaDefinition
-
This exports the query criteria into a string to be appended to the beginning of an N1QL statement
F
- FALSE() - Static method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Returns an expression representing boolean FALSE.
- FALSE() - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- fetch() - Method in class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseQuery
- fetchCount() - Method in class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseQuery
- fetchFirst() - Method in class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseQuery
- fetchOne() - Method in class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseQuery
- fetchPage(Pageable) - Method in class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseQuery
-
Fetch a
Page
. - fetchResults() - Method in class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseQuery
- fetchType() - Element in annotation interface org.springframework.data.couchbase.core.query.N1qlJoin
-
Fetch type specifies how the associated entities are fetched
FetchType
- FetchType - Enum Class in org.springframework.data.couchbase.core.query
-
Setting for specify when to fetch the associated entities
- Field - Annotation Interface in org.springframework.data.couchbase.core.mapping
-
Annotation to define custom metadata for document fields.
- 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 fromPersistentPropertyPath.toDotPath(Converter)
made of escaped field names. - fieldNamingStrategy() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
Configures a
FieldNamingStrategy
on theCouchbaseMappingContext
instance created. - fields - Variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser.N1qlSpelValues
- fields() - Element in annotation interface org.springframework.data.couchbase.core.index.CompositeQueryIndex
- filter - Variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser.N1qlSpelValues
-
#{"#n1ql.filter"}.
- findAll() - Method in interface org.springframework.data.couchbase.repository.CouchbaseRepository
- findAll() - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
- findAll() - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
- findAll(QueryScanConsistency) - Method in interface org.springframework.data.couchbase.repository.CouchbaseRepository
- findAll(QueryScanConsistency) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
- findAll(OrderSpecifier<?>...) - Method in class org.springframework.data.couchbase.repository.support.QuerydslCouchbasePredicateExecutor
- findAll(Predicate) - Method in class org.springframework.data.couchbase.repository.support.QuerydslCouchbasePredicateExecutor
- findAll(Predicate, OrderSpecifier<?>...) - Method in class org.springframework.data.couchbase.repository.support.QuerydslCouchbasePredicateExecutor
- findAll(Predicate, Pageable) - Method in class org.springframework.data.couchbase.repository.support.QuerydslCouchbasePredicateExecutor
- findAll(Predicate, Sort) - Method in class org.springframework.data.couchbase.repository.support.QuerydslCouchbasePredicateExecutor
- findAll(Pageable) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
- findAll(Sort) - Method in interface org.springframework.data.couchbase.repository.CouchbaseRepository
- findAll(Sort) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
- findAll(Sort) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
- findAllById(Iterable<ID>) - Method in interface org.springframework.data.couchbase.repository.CouchbaseRepository
- 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
- findBy(Predicate, Function<FluentQuery.FetchableFluentQuery<S>, R>) - Method in class org.springframework.data.couchbase.repository.support.QuerydslCouchbasePredicateExecutor
- findByAnalytics(Class<T>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
- findByAnalytics(Class<T>) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation
-
Queries the analytics service.
- findByAnalytics(Class<T>) - Method in class org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperationSupport
- findByAnalytics(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- findByAnalytics(Class<T>) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation
-
Queries the analytics service.
- findByAnalytics(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperationSupport
- 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(Class<T>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
- findById(Class<T>) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation
-
Loads a document from a bucket.
- findById(Class<T>) - Method in class org.springframework.data.couchbase.core.ExecutableFindByIdOperationSupport
- findById(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- findById(Class<T>) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByIdOperation
-
Loads a document from a bucket.
- findById(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveFindByIdOperationSupport
- findById(Publisher<ID>) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
- findByQuery(Class<T>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
- findByQuery(Class<T>) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation
-
Queries the N1QL service.
- findByQuery(Class<T>) - Method in class org.springframework.data.couchbase.core.ExecutableFindByQueryOperationSupport
- findByQuery(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- findByQuery(Class<T>) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation
-
Create the operation for the domainType
- findByQuery(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveFindByQueryOperationSupport
- findFromReplicasById(Class<T>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
- findFromReplicasById(Class<T>) - Method in interface org.springframework.data.couchbase.core.ExecutableFindFromReplicasByIdOperation
-
Loads a document from a replica.
- findFromReplicasById(Class<T>) - Method in class org.springframework.data.couchbase.core.ExecutableFindFromReplicasByIdOperationSupport
- findFromReplicasById(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- findFromReplicasById(Class<T>) - Method in interface org.springframework.data.couchbase.core.ReactiveFindFromReplicasByIdOperation
-
Loads a document from a replica.
- findFromReplicasById(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveFindFromReplicasByIdOperationSupport
- findOne(Predicate) - Method in class org.springframework.data.couchbase.repository.support.QuerydslCouchbasePredicateExecutor
- first() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics
-
Get the first or no result.
- first() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.TerminatingFindByQuery
-
Get the first or no result.
- first() - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.TerminatingFindByAnalytics
-
Get the first or no result.
- first() - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.TerminatingFindByQuery
-
Get the first or no result.
- first() - Method in interface org.springframework.data.couchbase.core.support.OneAndAll
- first() - Method in interface org.springframework.data.couchbase.core.support.OneAndAllReactive
- firstValue() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics
-
Get the first or no result.
- firstValue() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.TerminatingFindByQuery
-
Get the first or no result.
- firstValue() - Method in interface org.springframework.data.couchbase.core.support.OneAndAll
- FluentCouchbaseOperations - Interface in org.springframework.data.couchbase.core
-
The fluent couchbase operations combines all different possible operations for simplicity reasons.
- from(String) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
- from(String) - Static method in enum class org.springframework.data.couchbase.core.query.QueryCriteria.ChainOperator
- from(String, MutationResult) - Static method in class org.springframework.data.couchbase.core.RemoveResult
- from(List<?>) - Static method in class org.springframework.data.couchbase.core.convert.CouchbaseCustomConversions.CouchbaseConverterConfigurationAdapter
-
Create a
CouchbaseCustomConversions.CouchbaseConverterConfigurationAdapter
using the providedconverters
and our own codecs for JSR-310 types. - from(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
- fromCacheWriter(CouchbaseCacheWriter) - Static method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager.CouchbaseCacheManagerBuilder
-
Entry point for builder style
CouchbaseCacheManager
configuration. - fromConnectionFactory(CouchbaseClientFactory) - Static method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager.CouchbaseCacheManagerBuilder
-
Entry point for builder style
CouchbaseCacheManager
configuration. - fromFirst(T, Object...) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
-
Get the most-specific
G
- GeneratedValue - Annotation Interface 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 Class 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(int) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
-
Return the stored element at the given index.
- get(Object, Callable<T>) - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
- get(String) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
-
Potentially get a value from the payload with the given key.
- get(String, String, Transcoder) - Method in interface org.springframework.data.couchbase.cache.CouchbaseCacheWriter
-
Get the binary value representation from Couchbase stored for the given key.
- get(String, String, Transcoder) - Method in class org.springframework.data.couchbase.cache.DefaultCouchbaseCacheWriter
- get(Meta.MetaKey) - Method in class org.springframework.data.couchbase.core.query.Meta
- getAccessor() - Method in class org.springframework.data.couchbase.core.convert.CouchbaseConversionContext
- getAllowCacheNullValues() - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheConfiguration
- 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
- getAnnotation(Class<A>) - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
-
Caution: findMergedAnnotation() will return the default if there are any annotations but not this annotation
- 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
- getBindableValue(int) - Method in class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseParameterAccessor
- 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).
- getBucket() - Method in interface org.springframework.data.couchbase.CouchbaseClientFactory
-
Provides access to the managed SDK
Bucket
reference. - getBucket() - Method in class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
- getBucketName() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
The name of the bucket that should be used (for example "travel-sample").
- getBucketName() - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
-
The name of the bucket used.
- getBucketName() - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
- getBucketName() - Method in interface org.springframework.data.couchbase.core.ReactiveCouchbaseOperations
-
The name of the bucket used.
- getBucketName() - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- getCacheConfiguration() - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
-
Returns the configuration for this
CouchbaseCache
. - getCacheConfigurationFor(String) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager.CouchbaseCacheManagerBuilder
-
Get the
CouchbaseCacheConfiguration
for a given cache by its name. - getCas() - Method in class org.springframework.data.couchbase.core.RemoveResult
- getCas(Object) - Method in class org.springframework.data.couchbase.core.AbstractTemplateSupport
- getCas(Object) - Method in class org.springframework.data.couchbase.core.NonReactiveSupportWrapper
- getCas(Object) - Method in interface org.springframework.data.couchbase.core.ReactiveTemplateSupport
- getCas(Object) - Method in interface org.springframework.data.couchbase.core.TemplateSupport
- getCluster() - Method in interface org.springframework.data.couchbase.CouchbaseClientFactory
-
Provides access to the managed SDK
Cluster
reference. - getCluster() - Method in class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
- getCollection() - Method in class org.springframework.data.couchbase.core.support.PseudoArgs
- getCollection() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
- getCollection() - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryBase
-
Get the Collection from
1. - getCollection() - Method in interface org.springframework.data.couchbase.repository.support.CrudMethodMetadata
- getCollection(String) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
-
Provides access to a
Collection
on the configuredCouchbaseClientFactory
. - getCollection(String) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
-
Provides access to a
Collection
on the configuredCouchbaseClientFactory
. - getCollection(String) - Method in interface org.springframework.data.couchbase.CouchbaseClientFactory
-
Provides access to a collection (identified by its name) in managed SDK
Scope
reference. - getCollection(String) - Method in class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
- getCollectionFrom(Class<?>) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
-
collection annotation
- getCollectionName() - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheConfiguration
-
The name of the collection to use for this cache - if empty uses the default collection.
- getCollectionName() - Method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver.N1qlJoinResolverParameters
- getConfiguredCaches() - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager.CouchbaseCacheManagerBuilder
-
Get the
Set
of cache names for which the builder holdsconfiguration
. - getConnectionString() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
The connection string which allows the SDK to connect to the cluster.
- getConsistency() - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
-
Returns the default consistency to use for queries
- getConsistency() - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
- getConsistency() - Method in interface org.springframework.data.couchbase.core.ReactiveCouchbaseOperations
- getConsistency() - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- getConsistencyAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
- getContent() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
-
Returns the underlying payload.
- getConversions() - Method in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
- getConversions() - Method in interface org.springframework.data.couchbase.core.convert.CouchbaseConverter
-
return the conversions
- getConversionService() - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheConfiguration
- getConversionService() - Method in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
-
Return the conversion service.
- getConverter() - Method in class org.springframework.data.couchbase.core.convert.CouchbaseConversionContext
- getConverter() - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
-
Returns the converter used for this template/operations.
- getConverter() - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
- getConverter() - Method in interface org.springframework.data.couchbase.core.ReactiveCouchbaseOperations
-
Returns the converter used for this template/operations.
- getConverter() - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- getConverter(Class<? extends PropertyValueConverter<DV, SV, P>>) - Method in class org.springframework.data.couchbase.core.convert.CouchbasePropertyValueConverterFactory
- getConverter(Class<? extends PropertyValueConverter<DV, SV, P>>, PersistentProperty<?>) - Method in class org.springframework.data.couchbase.core.convert.CouchbasePropertyValueConverterFactory
- getConverter(Class<T>) - Method in class org.springframework.data.couchbase.core.convert.BooleanToEnumConverterFactory
- getConverter(Class<T>) - Method in class org.springframework.data.couchbase.core.convert.IntegerToEnumConverterFactory
- getConverter(Class<T>) - Method in class org.springframework.data.couchbase.core.convert.StringToEnumConverterFactory
- getConverter(PersistentProperty<?>) - Method in class org.springframework.data.couchbase.core.convert.CouchbasePropertyValueConverterFactory
- 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.
- getConvertersToRegister() - Static method in class org.springframework.data.couchbase.core.convert.OtherConverters
-
Returns all converters by this class that can be registered.
- getCore() - Method in class org.springframework.data.couchbase.transaction.CouchbaseResourceHolder
- getCouchbaseClientFactory() - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
-
Returns the underlying client factory.
- getCouchbaseClientFactory() - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
- getCouchbaseClientFactory() - Method in interface org.springframework.data.couchbase.core.ReactiveCouchbaseOperations
-
Returns the underlying client factory.
- getCouchbaseClientFactory() - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- getCouchbaseOperations() - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
- getCouchbaseOperations() - Method in class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
- 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
-
Deprecated.
- getCriteriaList() - Method in class org.springframework.data.couchbase.core.query.Query
- getDefault() - Method in class org.springframework.data.couchbase.repository.config.ReactiveRepositoryOperationsMapping
- getDefault() - Method in class org.springframework.data.couchbase.repository.config.RepositoryOperationsMapping
- getDefaultCollection() - Method in interface org.springframework.data.couchbase.CouchbaseClientFactory
-
Provides access to the default collection.
- getDefaultCollection() - Method in class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
- getDefaultConsistency() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
- getDistinctFields() - Method in class org.springframework.data.couchbase.core.query.Query
-
distinctFields for query (non-null but empty means all fields) ?
- 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
ofCouchbasePersistentProperty
(seeN1qlUtils.getPathWithAlternativeFieldNames(CouchbaseConverter, PropertyPath)
), obtain a String representation of the path, separated with dots and using alternative field names. - getDurabilityLevel() - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity
- getDurabilityLevel() - Method in interface org.springframework.data.couchbase.core.mapping.CouchbasePersistentEntity
-
Returns the durability level of the entity.
- getDurabilityLevel(Class<?>, CouchbaseConverter) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
- getEntityInformation() - Method in interface org.springframework.data.couchbase.repository.CouchbaseRepository
- getEntityInformation() - Method in interface org.springframework.data.couchbase.repository.DynamicProxyable
- getEntityInformation() - Method in interface org.springframework.data.couchbase.repository.ReactiveCouchbaseRepository
- getEntityInformation() - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryBase
-
Returns the information for the underlying template.
- 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.
- getEntityTypeInfo() - Method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver.N1qlJoinResolverParameters
- getEnumType(Class<?>) - Static method in class org.springframework.data.couchbase.core.convert.BooleanToEnumConverterFactory
- getEnumType(Class<?>) - Static method in class org.springframework.data.couchbase.core.convert.IntegerToEnumConverterFactory
- getEnumType(Class<?>) - Static method in class org.springframework.data.couchbase.core.convert.StringToEnumConverterFactory
- getExceptionTranslator() - Method in interface org.springframework.data.couchbase.CouchbaseClientFactory
-
The exception translator used on the factory.
- getExceptionTranslator() - Method in class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
- 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.cache.CouchbaseCacheConfiguration
- getExpiry() - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity
-
Deprecated.
- getExpiry() - Method in interface org.springframework.data.couchbase.core.mapping.CouchbasePersistentEntity
-
Deprecated.
- getExpiry(Expiry, Environment) - Static method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity
-
Deprecated.
- getExpiryDuration() - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity
- getExpiryDuration() - Method in interface org.springframework.data.couchbase.core.mapping.CouchbasePersistentEntity
-
Returns the expiration time of the entity.
- getExpression() - Method in class org.springframework.data.couchbase.core.query.N1QLQuery
- getExpression(String, CouchbaseQueryMethod, ParameterAccessor, SpelExpressionParser, QueryMethodEvaluationContextProvider) - Method in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
-
Creates the N1QLExpression and parameterNames
- getExpression(ParameterAccessor, Object[], ReturnedType) - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
- getExpression(ParameterAccessor, Object[], ReturnedType) - Method in class org.springframework.data.couchbase.repository.query.PartTreeN1qlBasedQuery
-
Deprecated.
- getExpression(ParameterAccessor, Object[], ReturnedType) - Method in class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
- getExpression(ParameterAccessor, Object[], ReturnedType) - Method in class org.springframework.data.couchbase.repository.query.ReactivePartTreeN1qlBasedQuery
-
Deprecated.
- getExtension() - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoriesRegistrar
- getExtension() - Method in class org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoriesRegistrar
- getFactoryInstance(ReactiveRepositoryOperationsMapping) - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactoryBean
-
Get the factory instance for the operations.
- getFactoryInstance(RepositoryOperationsMapping) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactoryBean
-
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.
- getId() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
-
Returns the ID of the document.
- getId() - Method in class org.springframework.data.couchbase.core.RemoveResult
- getId() - Method in class org.springframework.data.couchbase.repository.support.DBRef
- getId(Object) - Method in class org.springframework.data.couchbase.core.AbstractTemplateSupport
- getId(Object) - Method in class org.springframework.data.couchbase.core.NonReactiveSupportWrapper
- getId(Object) - Method in interface org.springframework.data.couchbase.core.ReactiveTemplateSupport
- getId(Object) - Method in interface org.springframework.data.couchbase.core.TemplateSupport
- 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
- getIds(Class<?>, Predicate) - Method in class com.querydsl.couchbase.document.AbstractCouchbaseQueryDSL
- getIds(Class<?>, Predicate) - Method in class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseQuery
- getIndexFields() - Method in class org.springframework.data.couchbase.core.index.CouchbasePersistentEntityIndexResolver.IndexDefinitionHolder
- getIndexFields() - Method in interface org.springframework.data.couchbase.core.index.IndexDefinition
- getIndexName() - Method in class org.springframework.data.couchbase.core.index.CouchbasePersistentEntityIndexResolver.IndexDefinitionHolder
- getIndexName() - Method in interface org.springframework.data.couchbase.core.index.IndexDefinition
- getIndexPredicate() - Method in class org.springframework.data.couchbase.core.index.CouchbasePersistentEntityIndexResolver.IndexDefinitionHolder
- getIndexPredicate() - Method in interface org.springframework.data.couchbase.core.index.IndexDefinition
- getInitialEntitySet() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
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. - getJavaNameForEntity(Class<?>) - Method in class org.springframework.data.couchbase.core.AbstractTemplateSupport
- getJavaNameForEntity(Class<?>) - Method in class org.springframework.data.couchbase.core.NonReactiveSupportWrapper
- getJavaNameForEntity(Class<?>) - Method in interface org.springframework.data.couchbase.core.ReactiveTemplateSupport
- getJavaNameForEntity(Class<?>) - Method in interface org.springframework.data.couchbase.core.TemplateSupport
- getJoinDefinition() - Method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver.N1qlJoinResolverParameters
- getKeyForPath(Path<?>, PathMetadata) - Method in class com.querydsl.couchbase.document.CouchbaseDocumentSerializer
- getKeyForPath(Path<?>, PathMetadata) - Method in class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseSerializer
- getKeyPrefixFor(String) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheConfiguration
-
Get the computed key prefix for a given cacheName.
- getLksId() - Method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver.N1qlJoinResolverParameters
- getMappingBasePackage() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
Return the base package to scan for mapped
Document
s. - 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. - getMeta() - Method in class org.springframework.data.couchbase.core.query.Query
- getMethod() - Method in interface org.springframework.data.couchbase.repository.support.CrudMethodMetadata
-
Returns the
Method
to be used. - getMissingCache(String) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager
- 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
- getMutationToken() - Method in class org.springframework.data.couchbase.core.RemoveResult
- getN1qlAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
-
Returns the @Query annotation if set, null otherwise.
- getN1qlSpelValues(CouchbaseConverter, String, String, String, Class, Class, boolean, String[], String[]) - Static method in class org.springframework.data.couchbase.core.query.Query
- getName() - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
- getNativeCache() - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
- getObjectMapper() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
- getOperations() - Method in interface org.springframework.data.couchbase.repository.CouchbaseRepository
- getOperations() - Method in interface org.springframework.data.couchbase.repository.DynamicProxyable
- getOperations() - Method in class org.springframework.data.couchbase.repository.query.AbstractCouchbaseQueryBase
- getOperations() - Method in interface org.springframework.data.couchbase.repository.ReactiveCouchbaseRepository
- getOperations() - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
- getOperations() - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
- getOptions() - Method in class org.springframework.data.couchbase.core.query.N1QLQuery
- getOptions() - Method in class org.springframework.data.couchbase.core.support.PseudoArgs
- getOrder() - Method in class org.springframework.data.couchbase.core.mapping.event.AuditingEntityCallback
- getOrder() - Method in class org.springframework.data.couchbase.core.mapping.event.ReactiveAuditingEntityCallback
- getPassword() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
The password used or the username to authenticate against the cluster.
- getPathWithAlternativeFieldNames(CouchbaseConverter, PropertyPath) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
-
Given a common
PropertyPath
, returns the correspondingPersistentPropertyPath
ofCouchbasePersistentProperty
which will allow to discover alternative naming for fields. - getPersistentEntity(TypeInformation<?>) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
-
override method from AbstractMappingContext as that method will not publishEvent() if it finds the entity has already been cached.
- getPersistTo(Class<?>) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
- 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(ParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.PartTreeN1qlBasedQuery
-
Deprecated.
- getPlaceholderValues(ParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
- getPlaceholderValues(ParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.ReactivePartTreeN1qlBasedQuery
-
Deprecated.
- getPlaceholderValues(ParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
- getPlaceHolderValues() - Method in class org.springframework.data.couchbase.repository.query.N1qlMutateQueryCreator
- getPlaceHolderValues() - Method in class org.springframework.data.couchbase.repository.query.OldN1qlQueryCreator
- getPlaceHolderValues() - Method in interface org.springframework.data.couchbase.repository.query.PartTreeN1qlQueryCreator
-
Get the named placeholder values
- getPotentiallyConvertedSimpleRead(Object, CouchbasePersistentProperty) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
Potentially convert simple values like ENUMs.
- getPotentiallyConvertedSimpleWrite(Object) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
- getPotentiallyConvertedSimpleWrite(CouchbasePersistentProperty, ConvertingPropertyAccessor<Object>) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
Deprecated.
- getPotentiallyConvertedSimpleWrite(CouchbasePersistentProperty, ConvertingPropertyAccessor<Object>, boolean) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
This does process PropertyValueConversions
- getProperty() - Method in class org.springframework.data.couchbase.core.convert.CouchbaseConversionContext
- getPseudoArgs() - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- 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.AbstractCouchbaseQueryBase
- getQueryMethod() - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
- getQueryMethod() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseRepositoryQuery
-
Deprecated.
- getQueryMethod() - Method in class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
- getQueryMethod() - Method in class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseRepositoryQuery
-
Deprecated.
- getQueryMethod() - Method in class org.springframework.data.couchbase.repository.query.StringN1qlQueryCreator
- getQueryMixin() - Method in class com.querydsl.couchbase.document.AbstractCouchbaseQueryDSL
- getQueryOpts(QueryOptions.Built) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
- getReplicateTo(Class<?>) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
- 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
- getRepositoryFragments(RepositoryMetadata) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactory
- getRepositoryFragments(RepositoryMetadata, CouchbaseOperations) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactory
-
Creates
RepositoryComposition.RepositoryFragments
based onRepositoryMetadata
to add Couchbase-specific extensions. - getRepositoryInterface() - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryBase
- getRepresentation() - Method in enum class org.springframework.data.couchbase.core.query.QueryCriteria.ChainOperator
- getScanConsistency() - Method in class org.springframework.data.couchbase.core.query.Query
-
queryScanConsistency
- getScanConsistency() - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
- getScanConsistency() - Method in class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
- getScanConsistency() - Method in interface org.springframework.data.couchbase.repository.support.CrudMethodMetadata
-
If present holds the scan consistency annotation (null otherwise).
- getScanConsistencyAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
-
ScanConsistency annotation
- getScope() - Method in class org.springframework.data.couchbase.core.support.PseudoArgs
- getScope() - Method in interface org.springframework.data.couchbase.CouchbaseClientFactory
-
Provides access to the managed SDK
Scope
reference. - getScope() - Method in class org.springframework.data.couchbase.repository.cdi.CouchbaseRepositoryBean
- getScope() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
- getScope() - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryBase
-
Get the Scope from
1. - getScope() - Method in interface org.springframework.data.couchbase.repository.support.CrudMethodMetadata
- getScope() - Method in class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
- getScopeFrom(Class<?>) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
-
scope annotation
- getScopeName() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
If a non-default scope should be used, override this method.
- getScopeName() - Method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver.N1qlJoinResolverParameters
- getScopeName() - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
-
The name of the scope used, null if the default scope is used.
- getScopeName() - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
- getScopeName() - Method in interface org.springframework.data.couchbase.core.ReactiveCouchbaseOperations
-
The name of the scope used, null if the default scope is used.
- getScopeName() - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- getSerializer() - Method in class com.querydsl.couchbase.document.AbstractCouchbaseQueryDSL
- 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() - Method in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
- 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.
- getTextScoreProperty() - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity
- getTextScoreProperty() - Method in interface org.springframework.data.couchbase.core.mapping.CouchbasePersistentEntity
- getTransaction(TransactionDefinition) - Method in class org.springframework.data.couchbase.transaction.CouchbaseCallbackTransactionManager
- getTranslationService() - Method in class org.springframework.data.couchbase.core.AbstractTemplateSupport
- getTranslationService() - Method in class org.springframework.data.couchbase.core.NonReactiveSupportWrapper
- getTranslationService() - Method in interface org.springframework.data.couchbase.core.ReactiveTemplateSupport
- getTranslationService() - Method in interface org.springframework.data.couchbase.core.TemplateSupport
- getTree() - Method in class org.springframework.data.couchbase.repository.query.PartTreeCouchbaseQuery
-
Return the
PartTree
backing the query. - getTree() - Method in class org.springframework.data.couchbase.repository.query.ReactivePartTreeCouchbaseQuery
-
Return the
PartTree
backing the query. - getTxResultHolder(T) - Method in interface org.springframework.data.couchbase.core.TemplateSupport
- getType() - Method in class org.springframework.data.couchbase.repository.query.StringN1qlQueryCreator
- getTypeAlias(TypeInformation<?>) - Method in interface org.springframework.data.couchbase.core.convert.CouchbaseConverter
- getTypeAlias(TypeInformation<?>) - Method in interface org.springframework.data.couchbase.core.convert.CouchbaseTypeMapper
- getTypeAlias(TypeInformation<?>) - Method in class org.springframework.data.couchbase.core.convert.DefaultCouchbaseTypeMapper
- getTypeAlias(TypeInformation<?>) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
- getTypeField() - Method in class org.springframework.data.couchbase.repository.query.StringN1qlQueryCreator
- 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
- getUserName() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
The username of the user accessing Couchbase, configured on the cluster.
- getValue() - Method in enum class org.springframework.data.couchbase.core.query.HashSide
- getValue(String) - Method in class org.springframework.data.couchbase.core.query.Meta
- getValue(String, T) - Method in class org.springframework.data.couchbase.core.query.Meta
- 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, PersistentEntity) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
Loads the property value through the value provider.
- getValues() - Method in class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseParameterAccessor
- getValueTranscoder() - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheConfiguration
-
Get the transcoder for encoding and decoding cache values.
- getView() - Method in interface org.springframework.data.couchbase.repository.support.ViewMetadataProvider
-
Returns the
View
to be used. - getViewMetadataProvider() - Method in enum class 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.
- gt(boolean, Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- gt(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- gt(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Combines two expressions with the greater than operator (">").
- gte(boolean, Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- gte(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- gte(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Combines two expressions with the greater or equals than operator (">=").
H
- handle(Expression<?>) - Method in class com.querydsl.couchbase.document.CouchbaseDocumentSerializer
- handleProperties(CouchbasePersistentEntity<?>, ConvertingPropertyAccessor<?>, ReactiveCouchbaseTemplate, String, String, String) - Static method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver
- hasConsistencyAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
- hashCode() - Method in class org.springframework.data.couchbase.core.query.Meta
- hashCode() - Method in class org.springframework.data.couchbase.core.RemoveResult
- hashCode() - Method in class org.springframework.data.couchbase.repository.support.BasicQuery
- hashside() - Element in annotation interface org.springframework.data.couchbase.core.query.N1qlJoin
-
Hash side specification for the associated entity for hash join Note: Supported on enterprise edition only
- HashSide - Enum Class 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
- hasNonZeroVersionProperty(Object, CouchbaseConverter) - Static method in class org.springframework.data.couchbase.repository.support.Util
- hasReactiveWrapperParameter() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
- hasScanConsistencyAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
-
If the method has a @ScanConsistency annotation
- hasSeen(CouchbasePersistentEntity<?>) - Method in class org.springframework.data.couchbase.core.index.CouchbasePersistentEntityIndexCreator
- hasTextScoreProperty() - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity
- hasTextScoreProperty() - Method in interface org.springframework.data.couchbase.core.mapping.CouchbasePersistentEntity
- hasValueConverter(PersistentProperty<?>) - Method in class org.springframework.data.couchbase.core.convert.CouchbaseCustomConversions
- hasValues() - Method in class org.springframework.data.couchbase.core.query.Meta
- HOLDER - Static variable in class org.springframework.data.couchbase.core.mapping.CouchbaseSimpleTypes
I
- i(String...) - Static method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
An identifier or list of identifiers escaped using backquotes `.
- IdAttribute - Annotation Interface in org.springframework.data.couchbase.core.mapping.id
-
This annotation is targeted at building the document id using the attribute value.
- IdPrefix - Annotation Interface 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 Interface 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.
- IMMEDIATE - Enum constant in enum class org.springframework.data.couchbase.core.query.FetchType
-
Immediately fetch the associated entities
- in(boolean, Object...) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- in(Object...) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- in(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Adds a IN clause between the current and the given expression.
- includeFilters() - Element in annotation interface org.springframework.data.couchbase.repository.config.EnableCouchbaseRepositories
-
Specifies which types are eligible for component scanning.
- includeFilters() - Element in annotation interface org.springframework.data.couchbase.repository.config.EnableReactiveCouchbaseRepositories
-
Specifies which types are eligible for component scanning.
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableExistsByIdOperation.ExistsByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.FindByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.InsertByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.MutateInByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.RemoveByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveExistsByIdOperation.ExistsByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.FindByAnalyticsInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByIdOperation.FindByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.FindByQueryInCollection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.InsertByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.MutateInByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.RemoveByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.UpsertByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.support.InCollection
-
Specify collection
- InCollection<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for all of Insert, Replace, Upsert that take Collection
- index() - Element in annotation interface org.springframework.data.couchbase.core.query.N1qlJoin
-
Hint index for entity for indexed nested loop join
- IndexDefinition - Interface in org.springframework.data.couchbase.core.index
- IndexDefinitionHolder(List<String>, String, String) - Constructor for class org.springframework.data.couchbase.core.index.CouchbasePersistentEntityIndexResolver.IndexDefinitionHolder
- indexName() - Element in annotation interface org.springframework.data.couchbase.core.query.N1qlSecondaryIndexed
-
Deprecated.the name of the index to be created, in the repository's associated bucket namespace.
- initialCacheNames(Set<String>) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager.CouchbaseCacheManagerBuilder
-
Append a
Set
of cache names to be pre initialized with currentCouchbaseCacheConfiguration
. - inScope(String) - Method in interface org.springframework.data.couchbase.core.ExecutableExistsByIdOperation.ExistsByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.FindByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.InsertByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.MutateInByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.RemoveByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ReactiveExistsByIdOperation.ExistsByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.FindByAnalyticsInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByIdOperation.FindByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.FindByQueryInScope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.InsertByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.MutateInByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.RemoveByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.UpsertByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.support.InScope
-
Specify scope
- InScope<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for all of Insert, Replace, Upsert that take options
- insertById(Class<T>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
- insertById(Class<T>) - Method in interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation
-
Insert using the KV service.
- insertById(Class<T>) - Method in class org.springframework.data.couchbase.core.ExecutableInsertByIdOperationSupport
- insertById(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- insertById(Class<T>) - Method in interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation
-
Insert using the KV service.
- insertById(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveInsertByIdOperationSupport
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.DurationToStringConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.InstantToLongConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateTimeToLongConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateToLongConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalTimeToLongConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToInstantConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateTimeConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalTimeConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToZonedDateTimeConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.PeriodToStringConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToDurationConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToPeriodConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToZoneIdConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.ZonedDateTimeToLongConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.ZoneIdToStringConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.DateConverters.CalendarToLongConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.DateConverters.DateTimeToLongConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.DateConverters.DateToLongConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.DateConverters.DateToStringConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.DateConverters.LocalDateTimeToLongConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.DateConverters.LocalDateToLongConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.DateConverters.NumberToCalendarConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.DateConverters.NumberToDateTimeConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateTimeConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.DateConverters.SerializedObjectToDateConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.OtherConverters.BigDecimalToString
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.OtherConverters.BigIntegerToString
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.OtherConverters.ByteArrayToString
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.OtherConverters.CharArrayToString
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.OtherConverters.ClassToString
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.OtherConverters.CouchbaseListToJsonArray
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.OtherConverters.JsonArrayToCouchbaseList
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.OtherConverters.JsonNodeToMap
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.OtherConverters.JsonObjectToMap
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.OtherConverters.MapToJsonNode
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.OtherConverters.MapToJsonObject
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToBigDecimal
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToBigInteger
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToByteArray
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToCharArray
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToClass
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToUuid
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToYearMonthConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.OtherConverters.UuidToString
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.core.convert.OtherConverters.YearMonthToStringConverter
- INSTANCE - Enum constant in enum class org.springframework.data.couchbase.repository.support.ViewPostProcessor
- instantiators - Variable in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
-
Contains the entity instantiators.
- IntegerToEnumConverterFactory - Class in org.springframework.data.couchbase.core.convert
-
Reading Converter factory for Enums.
- IntegerToEnumConverterFactory(ObjectMapper) - Constructor for class org.springframework.data.couchbase.core.convert.IntegerToEnumConverterFactory
- invalidate() - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
- invoke(Object, Method, Object[]) - Method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver.N1qlJoinProxy
- invoke(Object, Method, Object[]) - Method in class org.springframework.data.couchbase.repository.support.DynamicInvocationHandler
- invokeWithinTransaction(Method, Class<?>, TransactionAspectSupport.InvocationCallback) - Method in class org.springframework.data.couchbase.transaction.CouchbaseTransactionInterceptor
- is(boolean, Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- is(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- isAutoIndexCreation() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
- isCollectionQuery() - Method in class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseQueryMethod
- isCountQuery() - Method in class org.springframework.data.couchbase.repository.query.AbstractCouchbaseQueryBase
- isCountQuery() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
-
indicates if the method begins with "count"
- isCountQuery() - Method in class org.springframework.data.couchbase.repository.query.PartTreeCouchbaseQuery
- isDeleteQuery() - Method in class org.springframework.data.couchbase.repository.query.AbstractCouchbaseQueryBase
- isDeleteQuery() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
-
is this a 'delete'?
- isDeleteQuery() - Method in class org.springframework.data.couchbase.repository.query.PartTreeCouchbaseQuery
- isDistinct() - Method in class org.springframework.data.couchbase.core.query.Query
-
Is this a DISTINCT query?
- isEmpty() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
-
Checks if the underlying payload is empty or not.
- isExistsQuery() - Method in class org.springframework.data.couchbase.repository.query.AbstractCouchbaseQueryBase
- isExistsQuery() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
-
is this an 'exists' query?
- isExistsQuery() - Method in class org.springframework.data.couchbase.repository.query.PartTreeCouchbaseQuery
- isExpirationProperty() - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentProperty
- isExpirationProperty() - Method in interface org.springframework.data.couchbase.core.mapping.CouchbasePersistentProperty
- isId(Path<?>) - Method in class com.querydsl.couchbase.document.CouchbaseDocumentSerializer
- isIdProperty() - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentProperty
- isImplicitObjectIdConversion() - Method in class com.querydsl.couchbase.document.CouchbaseDocumentSerializer
- isIndexCreatorFor(MappingContext<?, ?>) - Method in class org.springframework.data.couchbase.core.index.CouchbasePersistentEntityIndexCreator
-
Returns whether the current index creator was registered for the given
MappingContext
. - isLazyJoin(N1qlJoin) - Static method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver
- isLimiting() - Method in class org.springframework.data.couchbase.repository.query.AbstractCouchbaseQueryBase
-
Return whether the query has an explicit limit set.
- isLimiting() - Method in class org.springframework.data.couchbase.repository.query.PartTreeCouchbaseQuery
- isLimiting() - Method in class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseRepositoryQuery
-
Deprecated.
- isLimiting() - Method in class org.springframework.data.couchbase.repository.query.ReactivePartTreeCouchbaseQuery
- isLimiting() - Method in class org.springframework.data.couchbase.repository.query.ReactiveStringBasedCouchbaseQuery
- isLimiting() - Method in class org.springframework.data.couchbase.repository.query.StringBasedCouchbaseQuery
- isMissing() - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- isNotMissing() - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Appends a "IS NOT MISSING" to the expression.
- isNotMissing() - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- isNotNull() - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Appends a "IS NOT NULL" to the expression.
- isNotNull() - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- isNotValued() - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- isNull() - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Appends a "IS NULL" to the expression.
- isNull() - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- isReadonly() - Method in class org.springframework.data.couchbase.core.query.N1QLQuery
- isReadonly() - Method in class org.springframework.data.couchbase.core.query.Query
- isReadonly() - Method in class org.springframework.data.couchbase.core.query.StringQuery
- isReadonly() - Method in class org.springframework.data.couchbase.repository.support.BasicQuery
- isReference(Path<?>) - Method in class com.querydsl.couchbase.document.CouchbaseDocumentSerializer
- isReference(Path<?>) - Method in class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseSerializer
- isSorted() - Method in class org.springframework.data.couchbase.repository.support.BasicQuery
- isStreamQuery() - Method in class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseQueryMethod
- 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).
- isValued() - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- iterate() - Method in class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseQuery
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
- JsonValueConverter - Class in org.springframework.data.couchbase.core.convert
-
Converter for non-Enum types that have @JsonValue and possibly an @JsonCreator annotated methods.
- JsonValueConverter() - Constructor for class org.springframework.data.couchbase.core.convert.JsonValueConverter
K
- keys() - Element in annotation interface org.springframework.data.couchbase.core.query.N1qlJoin
-
Use keys query hint
- keys(Iterable<? extends Serializable>) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
- 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
- LAZY - Enum constant in enum class org.springframework.data.couchbase.core.query.FetchType
-
Lazily fetch the associated entities on access, the fetch happens only once
- like(boolean, Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- like(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- like(Iterator<Object>, boolean, boolean, boolean) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
- like(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Adds a LIKE clause between the current and the given expression.
- limit(int) - Method in class org.springframework.data.couchbase.core.query.AnalyticsQuery
-
Limit the number of returned documents to
limit
. - limit(int) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
- limit(int) - Method in class org.springframework.data.couchbase.core.query.Query
-
Limit the number of returned documents to
limit
. - limit(long) - Method in class com.querydsl.couchbase.document.AbstractCouchbaseQueryDSL
- loadCaches() - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager
- LoggingEventListener - Class in org.springframework.data.couchbase.core.mapping.event
-
A
ApplicationListener
for Couchbase mapping events logging the events. - LoggingEventListener() - Constructor for class org.springframework.data.couchbase.core.mapping.event.LoggingEventListener
- logs() - Method in exception org.springframework.data.couchbase.transaction.error.TransactionSystemCouchbaseException
-
An in-memory log is built up during each transaction.
- lookup(Object) - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
- lower() - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Returned expression results in the given expression in lowercase.
- lower() - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- lt(boolean, Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- lt(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- lt(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Combines two expressions with the less than operator ("<").
- lte(boolean, Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- lte(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- lte(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Combines two expressions with the less or equals than operator ("<=").
M
- 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
. - map(Class<?>, ReactiveCouchbaseOperations) - 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
ReactiveCouchbaseOperations
. - 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
. - mapEntity(Class<?>, ReactiveCouchbaseOperations) - 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
ReactiveCouchbaseOperations
. - mapFunction() - Element in annotation interface org.springframework.data.couchbase.core.query.ViewIndexed
-
Deprecated.The map function to use (default is empty, which will trigger a default map function filtering on the repository's associated entity type).
- mappingContext - Variable in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
The generic mapping context.
- mappingCouchbaseConverter(CouchbaseMappingContext, CouchbaseCustomConversions) - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
Creates a
MappingCouchbaseConverter
using the configuredAbstractCouchbaseConfiguration.couchbaseMappingContext(org.springframework.data.convert.CustomConversions)
. - MappingCouchbaseConverter - Class in org.springframework.data.couchbase.core.convert
-
A mapping converter for Couchbase.
- MappingCouchbaseConverter() - Constructor for class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
- MappingCouchbaseConverter(MappingContext<? extends CouchbasePersistentEntity<?>, CouchbasePersistentProperty>) - Constructor for class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
Create a new
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.
- matching(AnalyticsQuery) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsWithQuery
-
Set the filter for the analytics query to be used.
- matching(AnalyticsQuery) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.FindByAnalyticsWithQuery
-
Set the filter for the analytics query to be used.
- matching(AnalyticsQuery) - Method in interface org.springframework.data.couchbase.core.support.WithAnalyticsQuery
-
Specify query
- matching(Query) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryWithQuery
-
Set the filter for the query to be used.
- matching(Query) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryWithQuery
- matching(Query) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.FindByQueryWithQuery
-
Set the filter
Query
to be used. - matching(Query) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryWithQuery
- matching(Query) - Method in interface org.springframework.data.couchbase.core.support.WithQuery
- matching(QueryCriteriaDefinition) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryWithQuery
-
Set the filter
criteria
to be used. - matching(QueryCriteriaDefinition) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryWithQuery
- matching(QueryCriteriaDefinition) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.FindByQueryWithQuery
-
Set the filter
criteria
to be used. - matching(QueryCriteriaDefinition) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryWithQuery
- matching(QueryCriteriaDefinition) - Method in interface org.springframework.data.couchbase.core.support.WithQuery
- maybeEmitEvent(CouchbaseMappingEvent<?>) - Method in class org.springframework.data.couchbase.core.AbstractTemplateSupport
- meta(N1QLExpression) - Static method in class org.springframework.data.couchbase.core.query.N1QLExpression
- Meta - Class in org.springframework.data.couchbase.core.query
-
Meta-data for
Query
instances. - Meta() - Constructor for class org.springframework.data.couchbase.core.query.Meta
- META_CAS_PROPERTY - Static variable in class org.springframework.data.couchbase.repository.query.N1qlQueryCreator
- META_EXPIRATION_PROPERTY - Static variable in class org.springframework.data.couchbase.repository.query.N1qlQueryCreator
- META_ID_PROPERTY - Static variable in class org.springframework.data.couchbase.repository.query.N1qlQueryCreator
- Meta.MetaKey - Enum Class in org.springframework.data.couchbase.core.query
- MISSING() - Static method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Returns an expression representing MISSING.
- modifyOnCreate() - Element in annotation interface org.springframework.data.couchbase.repository.auditing.EnableCouchbaseAuditing
-
Configures whether the entity shall be marked as modified on creation.
- modifyOnCreate() - Element in annotation interface org.springframework.data.couchbase.repository.auditing.EnableReactiveCouchbaseAuditing
-
Configures whether the entity shall be marked as modified on creation.
- mutateInById(Class<T>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
- mutateInById(Class<T>) - Method in interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation
-
Mutate using the KV service.
- mutateInById(Class<T>) - Method in class org.springframework.data.couchbase.core.ExecutableMutateInByIdOperationSupport
- mutateInById(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- mutateInById(Class<T>) - Method in interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation
-
Mutate using the KV service.
- mutateInById(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveMutateInByIdOperationSupport
N
- n1ql() - Method in class org.springframework.data.couchbase.core.query.N1QLQuery
- n1qlConsistency() - Method in enum class org.springframework.data.couchbase.core.query.Consistency
-
Returns the
consistency
corresponding to thisConsistency
. - N1qlCountQueryCreator - Class in org.springframework.data.couchbase.repository.query
- N1qlCountQueryCreator(PartTree, ParameterAccessor, N1QLExpression, CouchbaseConverter, CouchbaseQueryMethod) - Constructor for class org.springframework.data.couchbase.repository.query.N1qlCountQueryCreator
- N1QLExpression - Class in org.springframework.data.couchbase.core.query
-
A N1QL Query Expression
- N1qlJoin - Annotation Interface 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(ReactiveCouchbaseTemplate, 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<?>, String, String) - 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, N1QLExpression, CouchbaseConverter, CouchbaseQueryMethod) - Constructor for class org.springframework.data.couchbase.repository.query.N1qlMutateQueryCreator
- N1qlPrimaryIndexed - Annotation Interface in org.springframework.data.couchbase.core.query
-
Deprecated.
- N1QLQuery - Class in org.springframework.data.couchbase.core.query
- N1QLQuery(N1QLExpression) - Constructor for class org.springframework.data.couchbase.core.query.N1QLQuery
- N1QLQuery(N1QLExpression, QueryOptions) - Constructor for class org.springframework.data.couchbase.core.query.N1QLQuery
- N1qlQueryCreator - Class in org.springframework.data.couchbase.repository.query
- N1qlQueryCreator(PartTree, ParameterAccessor, QueryMethod, CouchbaseConverter, String) - 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
- N1qlRepositoryQueryExecutor - Class in org.springframework.data.couchbase.repository.query
-
Deprecated.
- N1qlRepositoryQueryExecutor(CouchbaseOperations, CouchbaseQueryMethod, NamedQueries, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.couchbase.repository.query.N1qlRepositoryQueryExecutor
-
Deprecated.
- N1qlSecondaryIndexed - Annotation Interface in org.springframework.data.couchbase.core.query
-
Deprecated.
- N1qlSpelValues(String, String, 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
- name() - Element in annotation interface org.springframework.data.couchbase.core.index.CompositeQueryIndex
- name() - Element in annotation interface org.springframework.data.couchbase.core.index.QueryIndexed
- name() - Element in annotation interface org.springframework.data.couchbase.core.mapping.Field
-
The key to be used to store the field inside the document.
- 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)
- namedQueriesLocation() - Element in annotation interface org.springframework.data.couchbase.repository.config.EnableCouchbaseRepositories
-
Configures the location of where to find the Spring Data named queries properties file.
- namedQueriesLocation() - Element in annotation interface org.springframework.data.couchbase.repository.config.EnableReactiveCouchbaseRepositories
-
Configures the location of where to find the Spring Data named queries properties file.
- ne(boolean, Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- ne(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- ne(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Combines two expressions with the not equals operator ("!
- negate() - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- next() - Method in class org.springframework.data.couchbase.repository.query.ConvertingIterator
- NONE - Enum constant in enum class org.springframework.data.couchbase.core.query.HashSide
-
Hash join will not be used
- NonReactiveSupportWrapper - Class in org.springframework.data.couchbase.core
-
Wrapper of
TemplateSupport
methods to adapt them toReactiveTemplateSupport
. - NonReactiveSupportWrapper(TemplateSupport) - Constructor for class org.springframework.data.couchbase.core.NonReactiveSupportWrapper
- notContaining(boolean, Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- notContaining(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- notIn(boolean, Object...) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- notIn(Object...) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- notIn(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Adds a NOT IN clause between the current and the given expression.
- notLike(boolean, Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- notLike(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- notLike(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Adds a NOT LIKE clause between the current and the given expression.
- NULL() - Static method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Returns an expression representing NULL.
O
- offset(int) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
- offset(long) - Method in class com.querydsl.couchbase.document.AbstractCouchbaseQueryDSL
- OldN1qlQueryCreator - Class in org.springframework.data.couchbase.repository.query
-
This
Query Creator
is responsible for parsing aPartTree
(representing a method name) into the WHERE clause of a N1QL query. - OldN1qlQueryCreator(PartTree, ParameterAccessor, N1QLExpression, CouchbaseConverter, CouchbaseQueryMethod) - Constructor for class org.springframework.data.couchbase.repository.query.OldN1qlQueryCreator
- on() - Element in annotation interface org.springframework.data.couchbase.core.query.N1qlJoin
-
Join Criteria can be a simple equi join or multiple conditions combined using AND or OR.
- onAfterConvert(Object, CouchbaseDocument, String) - Method in class org.springframework.data.couchbase.core.mapping.event.AuditingEntityCallback
- onAfterConvert(Object, CouchbaseDocument, String) - Method in class org.springframework.data.couchbase.core.mapping.event.ReactiveAuditingEntityCallback
- onAfterConvert(T, CouchbaseDocument, String) - Method in interface org.springframework.data.couchbase.core.mapping.event.AfterConvertCallback
-
Entity callback method invoked after a domain object is materialized from a
CouchbaseDocument
. - onAfterConvert(T, CouchbaseDocument, String) - Method in interface org.springframework.data.couchbase.core.mapping.event.ReactiveAfterConvertCallback
-
Entity callback method invoked after a domain object is converted to be persisted.
- 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(CouchbaseMappingEvent<Object>) - Method in class org.springframework.data.couchbase.core.mapping.event.AuditingEventListener
- onApplicationEvent(MappingContextEvent<?, ?>) - Method in class org.springframework.data.couchbase.core.index.CouchbasePersistentEntityIndexCreator
- 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
- onBeforeConvert(Object, String) - Method in class org.springframework.data.couchbase.core.mapping.event.AuditingEntityCallback
- onBeforeConvert(Object, String) - Method in class org.springframework.data.couchbase.core.mapping.event.ReactiveAuditingEntityCallback
- onBeforeConvert(T, String) - Method in interface org.springframework.data.couchbase.core.mapping.event.BeforeConvertCallback
-
Entity callback method invoked before a domain object is converted to be persisted.
- onBeforeConvert(T, String) - Method in interface org.springframework.data.couchbase.core.mapping.event.ReactiveBeforeConvertCallback
-
Entity callback method invoked before a domain object is converted to be persisted.
- 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
- one() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics
-
Get exactly zero or one result.
- one() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.TerminatingFindByQuery
-
Get exactly zero or one result.
- one() - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.TerminatingFindByAnalytics
-
Get exactly zero or one result.
- one() - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.TerminatingFindByQuery
-
Get exactly zero or one result.
- one() - Method in interface org.springframework.data.couchbase.core.support.OneAndAll
- one() - Method in interface org.springframework.data.couchbase.core.support.OneAndAllReactive
- one(Object) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByIdOperation.TerminatingFindById
-
Finds one document based on the given ID.
- one(Object) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.TerminatingRemoveById
-
Remove one document based on the given ID.
- one(Object) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllIdReactive
- one(String) - Method in interface org.springframework.data.couchbase.core.ExecutableExistsByIdOperation.TerminatingExistsById
-
Performs the operation on the ID given.
- one(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.TerminatingFindById
-
Finds one document based on the given ID.
- one(String) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.TerminatingRemoveById
-
Remove one document based on the given ID.
- one(String) - Method in interface org.springframework.data.couchbase.core.ReactiveExistsByIdOperation.TerminatingExistsById
-
Performs the operation on the ID given.
- one(String) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllExists
- one(String) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllExistsReactive
- one(String) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllId
- one(T) - Method in interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.TerminatingInsertById
-
Insert one entity.
- one(T) - Method in interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.TerminatingMutateInById
-
Insert one entity.
- one(T) - Method in interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.TerminatingReplaceById
-
Replace one entity.
- one(T) - Method in interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.TerminatingUpsertById
-
Upsert one entity.
- one(T) - Method in interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.TerminatingInsertById
-
Insert one entity.
- one(T) - Method in interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.TerminatingMutateInById
-
Mutate one entity.
- one(T) - Method in interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.TerminatingReplaceById
-
Replace one entity.
- one(T) - Method in interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.TerminatingUpsertById
-
Upsert one entity.
- one(T) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllEntity
- one(T) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllEntityReactive
- OneAndAll<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for those that support one(T), all(Collection<T>)
- OneAndAllEntity<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for those that support one(T), all(Collection<T>)
- OneAndAllEntityReactive<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for those that support one(T), all(Collection<T>)
- OneAndAllExists - Interface in org.springframework.data.couchbase.core.support
-
A common interface for those that support one(T), all(Collection<T>)
- OneAndAllExistsReactive - Interface in org.springframework.data.couchbase.core.support
-
A common interface for those that support one(T), all(Collection<T>)
- OneAndAllId<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for those that support one(String), all(Collection<String>)
- OneAndAllIdReactive<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for those that support one(String), all(Collection<String>)
- OneAndAllReactive<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for those that support one(T), all(Collection<T>)
- oneEntity(Object) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.TerminatingRemoveById
-
Remove one document based on the entity.
- oneEntity(Object) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.TerminatingRemoveById
-
Remove one document.
- oneValue() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics
-
Get exactly zero or one result.
- oneValue() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.TerminatingFindByQuery
-
Get exactly zero or one result.
- oneValue() - Method in interface org.springframework.data.couchbase.core.support.OneAndAll
- 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.
- Options - Annotation Interface in org.springframework.data.couchbase.repository
-
Scope Annotation
- OptionsBuilder - Class in org.springframework.data.couchbase.core.query
-
Methods for building Options objects for Couchbae APIs.
- OptionsBuilder() - Constructor for class org.springframework.data.couchbase.core.query.OptionsBuilder
- or(String) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- or(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
OR-combines two expressions.
- or(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- or(N1QLExpression, N1QLExpression) - Method in class org.springframework.data.couchbase.repository.query.N1qlMutateQueryCreator
- or(N1QLExpression, N1QLExpression) - Method in class org.springframework.data.couchbase.repository.query.OldN1qlQueryCreator
- or(QueryCriteria) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- or(QueryCriteria, QueryCriteria) - Method in class org.springframework.data.couchbase.repository.query.N1qlQueryCreator
- or(QueryCriteria, QueryCriteria) - Method in class org.springframework.data.couchbase.repository.query.StringN1qlQueryCreator
- OR - Enum constant in enum class org.springframework.data.couchbase.core.query.QueryCriteria.ChainOperator
- order() - Element in annotation interface org.springframework.data.couchbase.core.mapping.Field
-
The order in which various fields shall be stored.
- order() - Element in annotation interface org.springframework.data.couchbase.core.mapping.id.IdAttribute
- order() - Element in annotation interface org.springframework.data.couchbase.core.mapping.id.IdPrefix
- order() - Element in annotation interface org.springframework.data.couchbase.core.mapping.id.IdSuffix
- orderBy(OrderSpecifier<?>) - Method in class com.querydsl.couchbase.document.AbstractCouchbaseQueryDSL
- orderBy(OrderSpecifier<?>...) - Method in class com.querydsl.couchbase.document.AbstractCouchbaseQueryDSL
- orderBy(N1QLExpression...) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
- org.springframework.data.couchbase - package org.springframework.data.couchbase
- org.springframework.data.couchbase.cache - package org.springframework.data.couchbase.cache
- 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.index - package org.springframework.data.couchbase.core.index
- 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.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
- 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.
- org.springframework.data.couchbase.transaction - package org.springframework.data.couchbase.transaction
- org.springframework.data.couchbase.transaction.error - package org.springframework.data.couchbase.transaction.error
- OtherConverters - Class in org.springframework.data.couchbase.core.convert
-
Out of the box conversions for Other types.
- OtherConverters.BigDecimalToString - Enum Class in org.springframework.data.couchbase.core.convert
- OtherConverters.BigIntegerToString - Enum Class in org.springframework.data.couchbase.core.convert
- OtherConverters.ByteArrayToString - Enum Class in org.springframework.data.couchbase.core.convert
- OtherConverters.CharArrayToString - Enum Class in org.springframework.data.couchbase.core.convert
- OtherConverters.ClassToString - Enum Class in org.springframework.data.couchbase.core.convert
- OtherConverters.CouchbaseListToJsonArray - Enum Class in org.springframework.data.couchbase.core.convert
- OtherConverters.EnumToObject - Class in org.springframework.data.couchbase.core.convert
-
Writing converter for Enums.
- OtherConverters.JsonArrayToCouchbaseList - Enum Class in org.springframework.data.couchbase.core.convert
- OtherConverters.JsonNodeToMap - Enum Class in org.springframework.data.couchbase.core.convert
- OtherConverters.JsonObjectToMap - Enum Class in org.springframework.data.couchbase.core.convert
- OtherConverters.MapToJsonNode - Enum Class in org.springframework.data.couchbase.core.convert
- OtherConverters.MapToJsonObject - Enum Class in org.springframework.data.couchbase.core.convert
- OtherConverters.StringToBigDecimal - Enum Class in org.springframework.data.couchbase.core.convert
- OtherConverters.StringToBigInteger - Enum Class in org.springframework.data.couchbase.core.convert
- OtherConverters.StringToByteArray - Enum Class in org.springframework.data.couchbase.core.convert
- OtherConverters.StringToCharArray - Enum Class in org.springframework.data.couchbase.core.convert
- OtherConverters.StringToClass - Enum Class in org.springframework.data.couchbase.core.convert
- OtherConverters.StringToUuid - Enum Class in org.springframework.data.couchbase.core.convert
- OtherConverters.StringToYearMonthConverter - Enum Class in org.springframework.data.couchbase.core.convert
- OtherConverters.UuidToString - Enum Class in org.springframework.data.couchbase.core.convert
- OtherConverters.YearMonthToStringConverter - Enum Class in org.springframework.data.couchbase.core.convert
P
- parsedExpression - Variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
- PartTreeCouchbaseQuery - Class in org.springframework.data.couchbase.repository.query
-
RepositoryQuery
implementation for Couchbase. - PartTreeCouchbaseQuery(CouchbaseQueryMethod, CouchbaseOperations, SpelExpressionParser, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.couchbase.repository.query.PartTreeCouchbaseQuery
- PartTreeN1qlBasedQuery - Class in org.springframework.data.couchbase.repository.query
-
Deprecated.
- PartTreeN1qlBasedQuery(CouchbaseQueryMethod, CouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.query.PartTreeN1qlBasedQuery
-
Deprecated.
- PartTreeN1qlQueryCreator - Interface in org.springframework.data.couchbase.repository.query
-
A Part Tree Query creator for Couchbase
- path(Object...) - Static method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Construct a path ("a.b.c") from Expressions or values.
- pathBuilderFor(EntityPath<E>) - Static method in class org.springframework.data.couchbase.repository.support.QuerydslPredicateExecutorSupport
- persistTo() - Element in annotation interface org.springframework.data.couchbase.core.mapping.Document
-
How many persisted copies of the modified record must exist on the given document.
- plus(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- pointInCircle(Point, Circle) - 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
- pointInCircle(Point, Point, Distance) - 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.PointInShapeEvaluator
- pointInPolygon(Point, Point...) - Method in class org.springframework.data.couchbase.repository.query.support.AwtPointInShapeEvaluator
- pointInPolygon(Point, Point...) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
- pointInPolygon(Point, Polygon) - 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
- PointInShapeEvaluator - Class in org.springframework.data.couchbase.repository.query.support
- PointInShapeEvaluator() - Constructor for class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
- POSITIONAL_PLACEHOLDER_PATTERN - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
-
regexp that detect positional placeholder ($ followed by digits only)
- postProcess(ProxyFactory, RepositoryInformation) - Method in enum class org.springframework.data.couchbase.repository.support.ViewPostProcessor
- postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoryConfigurationExtension
- postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoryConfigurationExtension
- postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoryConfigurationExtension
- postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - Method in class org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoryConfigurationExtension
- potentiallyConvertRuntimeException(RuntimeException) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
-
Tries to convert the given
RuntimeException
into aDataAccessException
but returns the original exception if the conversation failed. - prefix() - Method in class org.springframework.data.couchbase.core.mapping.KeySettings
-
Get common prefix
- prefix(String) - Method in class org.springframework.data.couchbase.core.mapping.KeySettings
-
Set common prefix
- prefixCacheNameWith(String) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheConfiguration
-
Prefix the
cache name
with the given value. - prefixed(String) - Static method in interface org.springframework.data.couchbase.cache.CacheKeyPrefix
-
Creates a
CacheKeyPrefix
scheme that prefixes cache keys with the givenprefix
. - prepareExpression(CouchbaseConverter, Part, Iterator<Object>, AtomicInteger, JsonArray) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
- PROBE - Enum constant in enum class org.springframework.data.couchbase.core.query.HashSide
-
Associated entity will be on the probe side of the hash table
- project() - Element in annotation interface org.springframework.data.couchbase.repository.Options
-
Specifies a custom projection.
- project(String...) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.FindByIdWithProjection
-
Load only certain fields for the document.
- project(String[]) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryWithProjecting
-
Define the target type fields should be mapped to.
- project(String...) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByIdOperation.FindByIdWithProjection
-
Load only certain fields for the document.
- project(String[]) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.FindByQueryWithProjecting
-
Define the target type fields should be mapped to.
- project(String[]) - Method in interface org.springframework.data.couchbase.core.support.WithProjecting
- project(String[]) - Method in interface org.springframework.data.couchbase.core.support.WithProjectionId
- PseudoArgs<OPTS> - Class in org.springframework.data.couchbase.core.support
-
Determine the arguments to be used in the operation from various sources
- PseudoArgs(String, String, OPTS) - Constructor for class org.springframework.data.couchbase.core.support.PseudoArgs
- PseudoArgs(ReactiveCouchbaseTemplate, String, String, OPTS, Class<?>) - Constructor for class org.springframework.data.couchbase.core.support.PseudoArgs
-
return scope, collection and options in following precedence
1) values from fluent api
2) values from dynamic proxy (via template threadLocal)
3) the values from the couchbaseClientFactory - put(Object) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
-
Add content to the underlying list.
- put(Object, Object) - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
- put(String, Object) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
-
Store a value with the given key for later retreival.
- put(String, String, Object, Duration, Transcoder) - Method in interface org.springframework.data.couchbase.cache.CouchbaseCacheWriter
-
Write the given key/value pair to Couchbase an set the expiration time if defined.
- put(String, String, Object, Duration, Transcoder) - Method in class org.springframework.data.couchbase.cache.DefaultCouchbaseCacheWriter
- putIfAbsent(Object, Object) - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
- putIfAbsent(String, String, Object, Duration, Transcoder) - Method in interface org.springframework.data.couchbase.cache.CouchbaseCacheWriter
-
Write the given value to Couchbase if the key does not already exist.
- putIfAbsent(String, String, Object, Duration, Transcoder) - Method in class org.springframework.data.couchbase.cache.DefaultCouchbaseCacheWriter
Q
- query() - Element in annotation interface org.springframework.data.couchbase.repository.Options
-
Specifies a custom scan consistency for N1QL queries.
- query() - Element in annotation interface org.springframework.data.couchbase.repository.ScanConsistency
-
Specifies a custom scan consistency for N1QL queries.
- query(QueryCriteriaDefinition) - Static method in class org.springframework.data.couchbase.core.query.Query
- Query - Class in org.springframework.data.couchbase.core.query
- Query - Annotation Interface in org.springframework.data.couchbase.repository
-
Annotation to support the use of N1QL queries with Couchbase.
- Query() - Constructor for class org.springframework.data.couchbase.core.query.Query
- Query(Query) - Constructor for class org.springframework.data.couchbase.core.query.Query
- Query(QueryCriteriaDefinition) - Constructor for class org.springframework.data.couchbase.core.query.Query
- queryContext(String, String, String) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
- QueryCriteria - Class in org.springframework.data.couchbase.core.query
- QueryCriteria(LinkedList<QueryCriteria>, N1QLExpression, Object[], QueryCriteria.ChainOperator) - Constructor for class org.springframework.data.couchbase.core.query.QueryCriteria
- QueryCriteria.ChainOperator - Enum Class in org.springframework.data.couchbase.core.query
- QueryCriteriaDefinition - Interface in org.springframework.data.couchbase.core.query
- QuerydslCouchbasePredicateExecutor<T> - Class in org.springframework.data.couchbase.repository.support
-
Couchbase-specific
QuerydslPredicateExecutor
that allows executionPredicate
s in various forms. - QuerydslCouchbasePredicateExecutor(CouchbaseEntityInformation<T, ?>, CouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.support.QuerydslCouchbasePredicateExecutor
-
Creates a new
QuerydslCouchbasePredicateExecutor
for the givenCouchbaseEntityInformation
andCouchbaseOperations
. - QuerydslCouchbasePredicateExecutor(CouchbaseEntityInformation<T, ?>, CouchbaseOperations, EntityPathResolver) - Constructor for class org.springframework.data.couchbase.repository.support.QuerydslCouchbasePredicateExecutor
-
Creates a new
QuerydslCouchbasePredicateExecutor
for the givenCouchbaseEntityInformation
, andEntityPathResolver
. - QuerydslPredicateExecutorSupport<T> - Class in org.springframework.data.couchbase.repository.support
- QueryIndexDirection - Enum Class in org.springframework.data.couchbase.core.index
- QueryIndexed - Annotation Interface in org.springframework.data.couchbase.core.index
-
Mark a field to be indexed by the query engine.
- QueryIndexResolver - Interface in org.springframework.data.couchbase.core.index
-
QueryIndexResolver
finds thoseIndexDefinition
s to be created for a given class. - queryMethod - Variable in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
- queryMethod - Variable in class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
- queryScanConsistency() - Element in annotation interface org.springframework.data.couchbase.core.mapping.Document
-
An optional string indicating the query scan consistency
- QUOTE_DETECTION_PATTERN - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
-
regexp that detects " and ' quote boundaries, ignoring escaped quotes
R
- rangeScan(Class<T>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
- rangeScan(Class<T>) - Method in interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation
-
Loads a document from a bucket.
- rangeScan(Class<T>) - Method in class org.springframework.data.couchbase.core.ExecutableRangeScanOperationSupport
- rangeScan(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- rangeScan(Class<T>) - Method in interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation
-
Loads a document from a bucket.
- rangeScan(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveRangeScanOperationSupport
- rangeScan(String, String) - Method in interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.TerminatingRangeScan
-
Range Scan
- rangeScan(String, String) - Method in interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.TerminatingRangeScan
-
Finds a list of documents based on the given IDs.
- rangeScanIds(String, String) - Method in interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.TerminatingRangeScan
-
Range Scan Ids
- rangeScanIds(String, String) - Method in interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.TerminatingRangeScan
-
Finds a list of documents based on the given IDs.
- reactive() - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
- REACTIVE_COUCHBASE_AUDITING_HANDLER - Static variable in class org.springframework.data.couchbase.config.BeanNames
-
The name for the bean that will handle reactive audit trail marking of entities.
- 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
- ReactiveAbstractN1qlBasedQuery - Class in org.springframework.data.couchbase.repository.query
- ReactiveAbstractN1qlBasedQuery(CouchbaseQueryMethod, ReactiveCouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
- ReactiveAfterConvertCallback<T> - Interface in org.springframework.data.couchbase.core.mapping.event
-
Callback being invoked after a domain object is materialized from a
CouchbaseDocument
when reading results. - ReactiveAuditingEntityCallback - Class in org.springframework.data.couchbase.core.mapping.event
-
Reactive
EntityCallback
to populate auditing related fields on an entity about to be saved. - ReactiveAuditingEntityCallback(ObjectFactory<ReactiveIsNewAwareAuditingHandler>) - Constructor for class org.springframework.data.couchbase.core.mapping.event.ReactiveAuditingEntityCallback
-
Creates a new
ReactiveAuditingEntityCallback
using the givenMappingContext
andAuditingHandler
provided by the givenObjectFactory
. - ReactiveBeforeConvertCallback<T> - Interface in org.springframework.data.couchbase.core.mapping.event
-
Callback being invoked before a domain object is converted to be persisted.
- ReactiveCouchbaseOperations - Interface in org.springframework.data.couchbase.core
-
Defines common operations on the Couchbase data source, most commonly implemented by
ReactiveCouchbaseTemplate
. - 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
- ReactiveCouchbaseQueryMethod - Class in org.springframework.data.couchbase.repository.query
-
Reactive specific implementation of
CouchbaseQueryMethod
. - ReactiveCouchbaseQueryMethod(Method, RepositoryMetadata, ProjectionFactory, MappingContext<? extends CouchbasePersistentEntity<?>, CouchbasePersistentProperty>) - Constructor for class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseQueryMethod
-
Creates a new
ReactiveCouchbaseQueryMethod
from the givenMethod
. - ReactiveCouchbaseRepositoriesRegistrar - Class in org.springframework.data.couchbase.repository.config
- ReactiveCouchbaseRepositoriesRegistrar() - Constructor for class org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoriesRegistrar
- ReactiveCouchbaseRepository<T,
ID> - Interface in org.springframework.data.couchbase.repository -
Couchbase-specific
ReactiveSortingRepository
implementation. - ReactiveCouchbaseRepositoryConfigurationExtension - Class in org.springframework.data.couchbase.repository.config
- ReactiveCouchbaseRepositoryConfigurationExtension() - Constructor for class org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoryConfigurationExtension
- ReactiveCouchbaseRepositoryFactory - Class in org.springframework.data.couchbase.repository.support
- ReactiveCouchbaseRepositoryFactory(ReactiveRepositoryOperationsMapping) - 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. - reactiveCouchbaseRepositoryOperationsMapping(ReactiveCouchbaseTemplate) - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
- ReactiveCouchbaseRepositoryQuery - Class in org.springframework.data.couchbase.repository.query
-
Deprecated.
- ReactiveCouchbaseRepositoryQuery(ReactiveCouchbaseOperations, ReactiveCouchbaseQueryMethod, NamedQueries) - Constructor for class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseRepositoryQuery
-
Deprecated.
- reactiveCouchbaseTemplate(CouchbaseClientFactory, MappingCouchbaseConverter, TranslationService) - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
- ReactiveCouchbaseTemplate - Class in org.springframework.data.couchbase.core
-
template class for Reactive Couchbase operations
- ReactiveCouchbaseTemplate(CouchbaseClientFactory, CouchbaseConverter) - Constructor for class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- ReactiveCouchbaseTemplate(CouchbaseClientFactory, CouchbaseConverter, TranslationService) - Constructor for class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- ReactiveCouchbaseTemplate(CouchbaseClientFactory, CouchbaseConverter, TranslationService, QueryScanConsistency) - Constructor for class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- ReactiveExistsByIdOperation - Interface in org.springframework.data.couchbase.core
-
Exists Operations
- ReactiveExistsByIdOperation.ExistsByIdInCollection - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ReactiveExistsByIdOperation.ExistsByIdInScope - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ReactiveExistsByIdOperation.ExistsByIdWithOptions - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ReactiveExistsByIdOperation.ReactiveExistsById - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing KV exists operations in a fluent way.
- ReactiveExistsByIdOperation.TerminatingExistsById - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ReactiveExistsByIdOperationSupport - Class in org.springframework.data.couchbase.core
-
ReactiveExistsById Support
- ReactiveFindByAnalyticsOperation - Interface in org.springframework.data.couchbase.core
-
FindByAnalytics Operations
- ReactiveFindByAnalyticsOperation.FindByAnalyticsConsistentWith<T> - Interface in org.springframework.data.couchbase.core
-
Deprecated.
- ReactiveFindByAnalyticsOperation.FindByAnalyticsInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ReactiveFindByAnalyticsOperation.FindByAnalyticsInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ReactiveFindByAnalyticsOperation.FindByAnalyticsWithConsistency<T> - Interface in org.springframework.data.couchbase.core
- ReactiveFindByAnalyticsOperation.FindByAnalyticsWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ReactiveFindByAnalyticsOperation.FindByAnalyticsWithProjection<T> - Interface in org.springframework.data.couchbase.core
-
Result type override (Optional).
- ReactiveFindByAnalyticsOperation.FindByAnalyticsWithQuery<T> - Interface in org.springframework.data.couchbase.core
- ReactiveFindByAnalyticsOperation.ReactiveFindByAnalytics<T> - Interface in org.springframework.data.couchbase.core
- ReactiveFindByAnalyticsOperation.TerminatingFindByAnalytics<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ReactiveFindByAnalyticsOperationSupport - Class in org.springframework.data.couchbase.core
- ReactiveFindByAnalyticsOperationSupport(ReactiveCouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperationSupport
- ReactiveFindByIdOperation - Interface in org.springframework.data.couchbase.core
-
Get Operations
- ReactiveFindByIdOperation.FindByIdInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ReactiveFindByIdOperation.FindByIdInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ReactiveFindByIdOperation.FindByIdWithExpiry<T> - Interface in org.springframework.data.couchbase.core
- ReactiveFindByIdOperation.FindByIdWithLock<T> - Interface in org.springframework.data.couchbase.core
- ReactiveFindByIdOperation.FindByIdWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ReactiveFindByIdOperation.FindByIdWithProjection<T> - Interface in org.springframework.data.couchbase.core
- ReactiveFindByIdOperation.ReactiveFindById<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing query operations in a fluent way.
- ReactiveFindByIdOperation.TerminatingFindById<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ReactiveFindByIdOperationSupport - Class in org.springframework.data.couchbase.core
-
ReactiveFindByIdOperation
implementations for Couchbase. - ReactiveFindByQueryOperation - Interface in org.springframework.data.couchbase.core
-
ReactiveFindByQueryOperation
Queries the N1QL service. - ReactiveFindByQueryOperation.FindByQueryConsistentWith<T> - Interface in org.springframework.data.couchbase.core
-
Deprecated.
- ReactiveFindByQueryOperation.FindByQueryInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection
- ReactiveFindByQueryOperation.FindByQueryInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope
- ReactiveFindByQueryOperation.FindByQueryWithConsistency<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify scan consistency.
- ReactiveFindByQueryOperation.FindByQueryWithDistinct<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify DISTINCT fields
- ReactiveFindByQueryOperation.FindByQueryWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ReactiveFindByQueryOperation.FindByQueryWithProjecting<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify fields to project.
- ReactiveFindByQueryOperation.FindByQueryWithProjection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify a return type different than the the entity type to use for the results.
- ReactiveFindByQueryOperation.FindByQueryWithQuery<T> - Interface in org.springframework.data.couchbase.core
-
Fluent methods to filter by query
- ReactiveFindByQueryOperation.ReactiveFindByQuery<T> - Interface in org.springframework.data.couchbase.core
-
provides methods for constructing query operations in a fluent way.
- ReactiveFindByQueryOperation.TerminatingFindByQuery<T> - Interface in org.springframework.data.couchbase.core
-
Compose find execution by calling one of the terminating methods.
- ReactiveFindByQueryOperationSupport - Class in org.springframework.data.couchbase.core
-
ReactiveFindByQueryOperation
implementations for Couchbase. - ReactiveFindByQueryOperationSupport(ReactiveCouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ReactiveFindByQueryOperationSupport
- ReactiveFindFromReplicasByIdOperation - Interface in org.springframework.data.couchbase.core
-
Find by id from replicas Operations
- ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ReactiveFindFromReplicasByIdOperation.ReactiveFindFromReplicasById<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing get operations in a fluent way.
- ReactiveFindFromReplicasByIdOperation.TerminatingFindFromReplicasById<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual get execution.
- ReactiveFindFromReplicasByIdOperationSupport - Class in org.springframework.data.couchbase.core
-
ReactiveFindFromReplicasByIdOperation
implementations for Couchbase. - ReactiveFluentCouchbaseOperations - Interface in org.springframework.data.couchbase.core
-
The fluent couchbase operations combines all different possible operations for simplicity reasons.
- ReactiveInsertByIdOperation - Interface in org.springframework.data.couchbase.core
-
Insert Operations
- ReactiveInsertByIdOperation.InsertByIdInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ReactiveInsertByIdOperation.InsertByIdInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ReactiveInsertByIdOperation.InsertByIdWithDurability<T> - Interface in org.springframework.data.couchbase.core
- ReactiveInsertByIdOperation.InsertByIdWithExpiry<T> - Interface in org.springframework.data.couchbase.core
- ReactiveInsertByIdOperation.InsertByIdWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ReactiveInsertByIdOperation.ReactiveInsertById<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing KV insert operations in a fluent way.
- ReactiveInsertByIdOperation.TerminatingInsertById<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ReactiveInsertByIdOperationSupport - Class in org.springframework.data.couchbase.core
-
ReactiveInsertByIdOperation
implementations for Couchbase. - ReactiveInsertByIdOperationSupport(ReactiveCouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ReactiveInsertByIdOperationSupport
- ReactiveMutateInByIdOperation - Interface in org.springframework.data.couchbase.core
-
Mutate In Operations
- ReactiveMutateInByIdOperation.MutateInByIdInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ReactiveMutateInByIdOperation.MutateInByIdInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ReactiveMutateInByIdOperation.MutateInByIdWithDurability<T> - Interface in org.springframework.data.couchbase.core
- ReactiveMutateInByIdOperation.MutateInByIdWithExpiry<T> - Interface in org.springframework.data.couchbase.core
- ReactiveMutateInByIdOperation.MutateInByIdWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ReactiveMutateInByIdOperation.MutateInByIdWithPaths<T> - Interface in org.springframework.data.couchbase.core
- ReactiveMutateInByIdOperation.ReactiveMutateInById<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing KV operations in a fluent way.
- ReactiveMutateInByIdOperation.TerminatingMutateInById<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ReactiveMutateInByIdOperationSupport - Class in org.springframework.data.couchbase.core
-
ReactiveMutateInByIdOperation
implementations for Couchbase. - ReactiveMutateInByIdOperationSupport(ReactiveCouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ReactiveMutateInByIdOperationSupport
- ReactiveN1qlRepositoryQueryExecutor - Class in org.springframework.data.couchbase.repository.query
-
Deprecated.
- ReactiveN1qlRepositoryQueryExecutor(ReactiveCouchbaseOperations, ReactiveCouchbaseQueryMethod, NamedQueries, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.couchbase.repository.query.ReactiveN1qlRepositoryQueryExecutor
-
Deprecated.
- ReactivePartTreeCouchbaseQuery - Class in org.springframework.data.couchbase.repository.query
-
Reactive PartTree
RepositoryQuery
implementation for Couchbase. - ReactivePartTreeCouchbaseQuery(ReactiveCouchbaseQueryMethod, ReactiveCouchbaseOperations, SpelExpressionParser, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.couchbase.repository.query.ReactivePartTreeCouchbaseQuery
- ReactivePartTreeN1qlBasedQuery - Class in org.springframework.data.couchbase.repository.query
-
Deprecated.
- ReactivePartTreeN1qlBasedQuery(CouchbaseQueryMethod, ReactiveCouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.query.ReactivePartTreeN1qlBasedQuery
-
Deprecated.
- ReactiveRangeScanOperation - Interface in org.springframework.data.couchbase.core
-
Get Operations
- ReactiveRangeScanOperation.RangeScanConsistentWith<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify scan consistency.
- ReactiveRangeScanOperation.RangeScanInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ReactiveRangeScanOperation.RangeScanInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ReactiveRangeScanOperation.RangeScanWithBatchByteLimit<T> - Interface in org.springframework.data.couchbase.core
- ReactiveRangeScanOperation.RangeScanWithBatchItemLimit<T> - Interface in org.springframework.data.couchbase.core
- ReactiveRangeScanOperation.RangeScanWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ReactiveRangeScanOperation.RangeScanWithProjection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify a return type different than the the entity type to use for the results.
- ReactiveRangeScanOperation.RangeScanWithSort<T> - Interface in org.springframework.data.couchbase.core
- ReactiveRangeScanOperation.ReactiveRangeScan<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing query operations in a fluent way.
- ReactiveRangeScanOperation.TerminatingRangeScan<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ReactiveRangeScanOperationSupport - Class in org.springframework.data.couchbase.core
- ReactiveRemoveByIdOperation - Interface in org.springframework.data.couchbase.core
-
Remove Operations on KV service.
- ReactiveRemoveByIdOperation.ReactiveRemoveById - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing remove operations in a fluent way.
- ReactiveRemoveByIdOperation.RemoveByIdInCollection - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ReactiveRemoveByIdOperation.RemoveByIdInScope - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ReactiveRemoveByIdOperation.RemoveByIdWithCas - Interface in org.springframework.data.couchbase.core
- ReactiveRemoveByIdOperation.RemoveByIdWithDurability - Interface in org.springframework.data.couchbase.core
- ReactiveRemoveByIdOperation.RemoveByIdWithOptions - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ReactiveRemoveByIdOperation.TerminatingRemoveById - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ReactiveRemoveByIdOperationSupport - Class in org.springframework.data.couchbase.core
-
ReactiveRemoveByIdOperation
implementations for Couchbase. - ReactiveRemoveByIdOperationSupport(ReactiveCouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ReactiveRemoveByIdOperationSupport
- ReactiveRemoveByQueryOperation - Interface in org.springframework.data.couchbase.core
-
RemoveBy Query Operations
- ReactiveRemoveByQueryOperation.ReactiveRemoveByQuery<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing query operations in a fluent way.
- ReactiveRemoveByQueryOperation.RemoveByQueryConsistentWith<T> - Interface in org.springframework.data.couchbase.core
-
Deprecated.
- ReactiveRemoveByQueryOperation.RemoveByQueryInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ReactiveRemoveByQueryOperation.RemoveByQueryInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ReactiveRemoveByQueryOperation.RemoveByQueryWithConsistency<T> - Interface in org.springframework.data.couchbase.core
- ReactiveRemoveByQueryOperation.RemoveByQueryWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ReactiveRemoveByQueryOperation.RemoveByQueryWithQuery<T> - Interface in org.springframework.data.couchbase.core
-
Fluent methods to specify the query
- ReactiveRemoveByQueryOperation.TerminatingRemoveByQuery<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ReactiveRemoveByQueryOperationSupport - Class in org.springframework.data.couchbase.core
-
ReactiveRemoveByQueryOperation
implementations for Couchbase. - ReactiveRemoveByQueryOperationSupport(ReactiveCouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperationSupport
- ReactiveReplaceByIdOperation - Interface in org.springframework.data.couchbase.core
-
ReplaceOperations
- ReactiveReplaceByIdOperation.ReactiveReplaceById<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing KV replace operations in a fluent way.
- ReactiveReplaceByIdOperation.ReplaceByIdInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ReactiveReplaceByIdOperation.ReplaceByIdInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ReactiveReplaceByIdOperation.ReplaceByIdWithDurability<T> - Interface in org.springframework.data.couchbase.core
- ReactiveReplaceByIdOperation.ReplaceByIdWithExpiry<T> - Interface in org.springframework.data.couchbase.core
- ReactiveReplaceByIdOperation.ReplaceByIdWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ReactiveReplaceByIdOperation.TerminatingReplaceById<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ReactiveReplaceByIdOperationSupport - Class in org.springframework.data.couchbase.core
-
ReactiveReplaceByIdOperation
implementations for Couchbase. - ReactiveReplaceByIdOperationSupport(ReactiveCouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ReactiveReplaceByIdOperationSupport
- ReactiveRepositoryOperationsMapping - Class in org.springframework.data.couchbase.repository.config
- ReactiveRepositoryOperationsMapping(ReactiveCouchbaseOperations) - 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.
- ReactiveStringBasedCouchbaseQuery - Class in org.springframework.data.couchbase.repository.query
-
Query to use a plain JSON String to create the
Query
to actually execute. - ReactiveStringBasedCouchbaseQuery(ReactiveCouchbaseQueryMethod, ReactiveCouchbaseOperations, SpelExpressionParser, QueryMethodEvaluationContextProvider, NamedQueries) - Constructor for class org.springframework.data.couchbase.repository.query.ReactiveStringBasedCouchbaseQuery
-
Creates a new
ReactiveStringBasedCouchbaseQuery
for the givenString
,CouchbaseQueryMethod
,ReactiveCouchbaseOperations
,SpelExpressionParser
andQueryMethodEvaluationContextProvider
. - ReactiveTemplateSupport - Interface in org.springframework.data.couchbase.core
-
ReactiveTemplateSupport
- ReactiveUpsertByIdOperation - Interface in org.springframework.data.couchbase.core
-
Upsert Operations
- ReactiveUpsertByIdOperation.ReactiveUpsertById<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing KV operations in a fluent way.
- ReactiveUpsertByIdOperation.TerminatingUpsertById<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ReactiveUpsertByIdOperation.UpsertByIdInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ReactiveUpsertByIdOperation.UpsertByIdInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ReactiveUpsertByIdOperation.UpsertByIdWithDurability<T> - Interface in org.springframework.data.couchbase.core
- ReactiveUpsertByIdOperation.UpsertByIdWithExpiry<T> - Interface in org.springframework.data.couchbase.core
- ReactiveUpsertByIdOperation.UpsertByIdWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ReactiveUpsertByIdOperationSupport - Class in org.springframework.data.couchbase.core
-
ReactiveUpsertByIdOperation
implementations for Couchbase. - ReactiveUpsertByIdOperationSupport(ReactiveCouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ReactiveUpsertByIdOperationSupport
- read(Class<R>, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
- read(Object, ValueConversionContext<? extends PersistentProperty<?>>) - Method in class org.springframework.data.couchbase.core.convert.JsonValueConverter
- read(Object, TypeInformation<T>) - Method in class org.springframework.data.couchbase.core.convert.CouchbaseConversionContext
- read(CouchbaseDocument, ValueConversionContext<? extends PersistentProperty<?>>) - Method in class org.springframework.data.couchbase.core.convert.CryptoConverter
- read(CouchbasePersistentEntity<R>, CouchbaseDocument, Object) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
Read an incoming
CouchbaseDocument
into the target entity. - 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(EvaluationContext, Object, String) - Method in class org.springframework.data.couchbase.core.convert.CouchbaseDocumentPropertyAccessor
-
Read the value from the property.
- READ_YOUR_OWN_WRITES - Enum constant in enum class org.springframework.data.couchbase.core.query.Consistency
-
READ_YOUR_OWN_WRITES is
ViewScanConsistency.REQUEST_PLUS
andQueryScanConsistency.REQUEST_PLUS
- 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.
- readonly() - Element in annotation interface org.springframework.data.couchbase.repository.Query
-
Mark query as readonly
- readValue(Object, CouchbasePersistentProperty, Object, boolean) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
Helper method to read the value based on the PersistentProperty
- reduce() - Element in annotation interface org.springframework.data.couchbase.core.query.View
-
Deprecated.
- reduceFunction() - Element in annotation interface org.springframework.data.couchbase.core.query.ViewIndexed
-
Deprecated.The reduce function to use (default is built in "_count" reduce function).
- regex(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- 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
- registerConverter(Converter<?, ?>) - Method in class org.springframework.data.couchbase.core.convert.CouchbaseCustomConversions.CouchbaseConverterConfigurationAdapter
-
Add a custom
Converter
implementation. - registerConverterFactory(ConverterFactory<?, ?>) - Method in class org.springframework.data.couchbase.core.convert.CouchbaseCustomConversions.CouchbaseConverterConfigurationAdapter
-
Add a custom
ConverterFactory
implementation. - registerConverters(Collection<?>) - Method in class org.springframework.data.couchbase.core.convert.CouchbaseCustomConversions.CouchbaseConverterConfigurationAdapter
- registerDefaultConverters(ConverterRegistry) - Static method in class org.springframework.data.couchbase.cache.CouchbaseCacheConfiguration
-
Registers default cache key converters.
- registerPropertyValueConverterFactory(PropertyValueConverterFactory) - Method in class org.springframework.data.couchbase.core.convert.CouchbaseCustomConversions.CouchbaseConverterConfigurationAdapter
-
Add a custom/default
PropertyValueConverterFactory
implementation used to servePropertyValueConverter
. - remove() - Method in class org.springframework.data.couchbase.repository.query.ConvertingIterator
- remove(String, String) - Method in interface org.springframework.data.couchbase.cache.CouchbaseCacheWriter
-
Remove the given key from Couchbase.
- remove(String, String) - Method in class org.springframework.data.couchbase.cache.DefaultCouchbaseCacheWriter
- removeById() - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
-
Deprecated.
- removeById() - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation
-
Deprecated.
- removeById() - Method in class org.springframework.data.couchbase.core.ExecutableRemoveByIdOperationSupport
-
Deprecated.
- removeById() - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- removeById() - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation
-
Deprecated.
- removeById() - Method in class org.springframework.data.couchbase.core.ReactiveRemoveByIdOperationSupport
-
Deprecated.
- removeById(Class<?>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
- removeById(Class<?>) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation
-
Removes a document.
- removeById(Class<?>) - Method in class org.springframework.data.couchbase.core.ExecutableRemoveByIdOperationSupport
- removeById(Class<?>) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- removeById(Class<?>) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation
-
Removes a document.
- removeById(Class<?>) - Method in class org.springframework.data.couchbase.core.ReactiveRemoveByIdOperationSupport
- removeByQuery(Class<T>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
- removeByQuery(Class<T>) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation
-
Remove via the query service.
- removeByQuery(Class<T>) - Method in class org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperationSupport
- removeByQuery(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- removeByQuery(Class<T>) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation
-
Remove via the query service.
- removeByQuery(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperationSupport
- 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.
- 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.
- RemoveResult - Class in org.springframework.data.couchbase.core
- RemoveResult(String, long, Optional<MutationToken>) - Constructor for class org.springframework.data.couchbase.core.RemoveResult
- replaceById(Class<T>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
- replaceById(Class<T>) - Method in interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation
-
Replace using the KV service.
- replaceById(Class<T>) - Method in class org.springframework.data.couchbase.core.ExecutableReplaceByIdOperationSupport
- replaceById(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- replaceById(Class<T>) - Method in interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation
-
Replace using the KV service.
- replaceById(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveReplaceByIdOperationSupport
- replicateTo() - Element in annotation interface org.springframework.data.couchbase.core.mapping.Document
-
How many replicas must this documents operations be propagated to.
- repositoryBaseClass() - Element in annotation interface org.springframework.data.couchbase.repository.config.EnableCouchbaseRepositories
-
Configure the repository base class to be used to create repository proxies for this particular configuration.
- repositoryBaseClass() - Element in annotation interface org.springframework.data.couchbase.repository.config.EnableReactiveCouchbaseRepositories
-
Configure the repository base class to be used to create repository proxies for this particular configuration.
- repositoryFactoryBeanClass() - Element in annotation interface org.springframework.data.couchbase.repository.config.EnableCouchbaseRepositories
-
Returns the
FactoryBean
class to be used for each repository instance. - repositoryFactoryBeanClass() - Element in annotation interface org.springframework.data.couchbase.repository.config.EnableReactiveCouchbaseRepositories
-
Returns the
FactoryBean
class to be used for each repository instance. - repositoryImplementationPostfix() - Element in annotation interface org.springframework.data.couchbase.repository.config.EnableCouchbaseRepositories
-
Returns the postfix to be used when looking up custom repository implementations.
- repositoryImplementationPostfix() - Element in annotation interface org.springframework.data.couchbase.repository.config.EnableReactiveCouchbaseRepositories
-
Returns the postfix to be used when looking up custom repository implementations.
- 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
ReactiveCouchbaseOperations
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. - resolveIndexFor(Class<?>) - Method in interface org.springframework.data.couchbase.core.index.QueryIndexResolver
-
Find and create
IndexDefinition
s for properties of givenTypeInformation
. - resolveIndexFor(TypeInformation<?>) - Method in class org.springframework.data.couchbase.core.index.CouchbasePersistentEntityIndexResolver
- resolveIndexFor(TypeInformation<?>) - Method in interface org.springframework.data.couchbase.core.index.QueryIndexResolver
-
Find and create
IndexDefinition
s for properties of givenTypeInformation
. - resolveIndexForEntity(CouchbasePersistentEntity<?>) - Method in class org.springframework.data.couchbase.core.index.CouchbasePersistentEntityIndexResolver
- resolveParameters() - Method in class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseParameterAccessor
-
Resolve parameters that were provided through reactive wrapper types.
- restrict(QueryModifiers) - Method in class com.querydsl.couchbase.document.AbstractCouchbaseQueryDSL
- RETRY_STRATEGY - Enum constant in enum class org.springframework.data.couchbase.core.query.Meta.MetaKey
- retryTransactionOnCasMismatch(CoreTransactionAttemptContext, long, long) - Static method in class org.springframework.data.couchbase.core.TransactionalSupport
- returning - Variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser.N1qlSpelValues
- returning(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
- returnPropertyIfBetterIdPropertyCandidateOrNull(CouchbasePersistentProperty) - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity
- rightIndex() - Element in annotation interface org.springframework.data.couchbase.core.query.N1qlJoin
-
Hint index for associated entity for indexed nested loop join
- rollback(TransactionStatus) - Method in class org.springframework.data.couchbase.transaction.CouchbaseCallbackTransactionManager
S
- s(String...) - Static method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
An identifier or list of identifiers which will be quoted as strings (with "").
- sampleScan(Long, Long...) - Method in interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.TerminatingRangeScan
-
Finds a list of documents based on the given IDs.
- sampleScanIds(Long, Long...) - Method in interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.TerminatingRangeScan
-
Finds a list of documents based on the given IDs.
- samplingScan(Long, Long...) - Method in interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.TerminatingRangeScan
-
Range Scan
- samplingScanIds(Long, Long...) - Method in interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.TerminatingRangeScan
-
Range Scan Ids
- save(S) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
- save(S) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
- save(T, String...) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
-
Save the entity to couchbase.
If there is no version property on the entity class, and this is in a transaction, use insert. - save(T, String...) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
- save(T, String...) - Method in interface org.springframework.data.couchbase.core.ReactiveCouchbaseOperations
-
Save the entity to couchbase.
If there is no version property on the entity class, and this is in a transaction, use insert. - save(T, String...) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- 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
- SCAN_CONSISTENCY - Enum constant in enum class org.springframework.data.couchbase.core.query.Meta.MetaKey
- scanConsistency(QueryScanConsistency) - Method in class org.springframework.data.couchbase.core.query.Query
-
Sets the given scan consistency on the
Query
instance. - ScanConsistency - Annotation Interface in org.springframework.data.couchbase.repository
-
Scan Consistency Annotation
- scope - Variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser.N1qlSpelValues
- scope() - Element in annotation interface org.springframework.data.couchbase.repository.Options
-
Specifies the scope name
- Scope - Annotation Interface in org.springframework.data.couchbase.repository
-
Scope Annotation
- SCOPE - Enum constant in enum class org.springframework.data.couchbase.core.query.Meta.MetaKey
- select(N1QLExpression...) - Static method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Prepends a SELECT to the given expression
- SELECT_CAS - Static variable in class org.springframework.data.couchbase.core.support.TemplateUtils
- SELECT_CAS_3x - Static variable in class org.springframework.data.couchbase.core.support.TemplateUtils
- SELECT_COUNT - Static variable in class org.springframework.data.couchbase.core.support.TemplateUtils
- SELECT_ID - Static variable in class org.springframework.data.couchbase.core.support.TemplateUtils
- SELECT_ID_3x - Static variable in class org.springframework.data.couchbase.core.support.TemplateUtils
- selectEntity - Variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser.N1qlSpelValues
- SEPARATOR - Static variable in interface org.springframework.data.couchbase.cache.CacheKeyPrefix
-
Default separator.
- set(ParamExpression<T>, T) - Method in class com.querydsl.couchbase.document.AbstractCouchbaseQueryDSL
- set(Meta.MetaKey, Object) - Method in class org.springframework.data.couchbase.core.query.Meta
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
-
Sets (or overrides) the current application context.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
- setAutoIndexCreation(boolean) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactory
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactory
- setChainOperator(QueryCriteria.ChainOperator) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- setChainOperator(QueryCriteria.ChainOperator) - Method in interface org.springframework.data.couchbase.core.query.QueryCriteriaDefinition
- setContent(JsonObject) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
-
Allows to set the full payload as a json object for convenience.
- setContent(Map<String, Object>) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
-
Allows to set the full payload as a map.
- setCouchbaseOperations(CouchbaseOperations) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactoryBean
-
Set the template reference.
- setCouchbaseOperations(ReactiveCouchbaseOperations) - 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
- setCustomConversions(CustomConversions) - Method in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
-
Set the custom conversions.
- setDates() - Element in annotation interface org.springframework.data.couchbase.repository.auditing.EnableCouchbaseAuditing
-
Configures whether the creation and modification dates are set.
- setDates() - Element in annotation interface org.springframework.data.couchbase.repository.auditing.EnableReactiveCouchbaseAuditing
-
Configures whether the creation and modification dates are set.
- setDefault(CouchbaseOperations) - Method in class org.springframework.data.couchbase.repository.config.RepositoryOperationsMapping
-
Change the default couchbase operations in an existing mapping.
- setDefault(ReactiveCouchbaseOperations) - Method in class org.springframework.data.couchbase.repository.config.ReactiveRepositoryOperationsMapping
-
Change the default reactive couchbase operations in an existing mapping.
- setEntityCallbacks(EntityCallbacks) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
COPIED Set the
EntityCallbacks
instance to use when invokingcallbacks
like theAfterConvertCallback
. - 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(Object) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
-
Sets the unique ID of the document per bucket.
- setIndexCreator(CouchbasePersistentEntityIndexCreator) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
-
capture the indexCreator when it has been added as a listener. only publishEvent() if the indexCreator hasn't already seen the class.
- setInstantiators(EntityInstantiators) - Method in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
-
Set the entity instantiators.
- setMeta(CouchbaseQueryMethod, Class<?>) - Method in class org.springframework.data.couchbase.core.query.Query
-
this collections annotations from the method, repository class and possibly the entity class to be used as options.
- setNamedParameters(JsonObject) - Method in class org.springframework.data.couchbase.core.query.Query
-
set the named parameters on the query object There can only be named parameters or positional parameters - not both.
- setObjectMapper(ObjectMapper) - Method in class org.springframework.data.couchbase.core.convert.translation.JacksonTranslationService
- setPositionalParameters(JsonArray) - Method in class org.springframework.data.couchbase.core.query.Query
-
set the postional parameters on the query object There can only be named parameters or positional parameters - not both.
- setProjectionFields(Map<String, String>) - Method in class org.springframework.data.couchbase.repository.support.BasicQuery
-
Set the fields (projection)
CouchbaseDocument
. - setPropertyValueConversions(PropertyValueConversions) - Method in class org.springframework.data.couchbase.core.convert.CouchbaseCustomConversions.CouchbaseConverterConfigurationAdapter
-
Optionally set the
PropertyValueConversions
to be applied during mapping. - setPseudoArgs(PseudoArgs<?>) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
-
set the ThreadLocal field
- setReactiveCouchbaseOperationsMapping(ReactiveRepositoryOperationsMapping) - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactoryBean
- setSort(Sort) - Method in class org.springframework.data.couchbase.repository.support.BasicQuery
-
Set the sort
CouchbaseDocument
. - setValue(String, Object) - Method in class org.springframework.data.couchbase.core.query.Meta
-
Sets or removes the value in case of null or empty
String
. - setValue(Meta.MetaKey, Object) - Method in class org.springframework.data.couchbase.core.query.Meta
- simple() - Static method in interface org.springframework.data.couchbase.cache.CacheKeyPrefix
-
Creates a default
CacheKeyPrefix
scheme that prefixes cache keys withcacheName
followed by double colons. - SimpleCouchbaseClientFactory - Class in org.springframework.data.couchbase
-
The default implementation of a
CouchbaseClientFactory
. - SimpleCouchbaseClientFactory(Cluster, String, String) - Constructor for class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
- SimpleCouchbaseClientFactory(String, Authenticator, String) - Constructor for class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
- SimpleCouchbaseClientFactory(String, Authenticator, String, String) - Constructor for class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
- SimpleCouchbaseClientFactory(String, Authenticator, String, String, ClusterEnvironment) - Constructor for class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
- SimpleCouchbaseRepository<T,
ID> - Class in org.springframework.data.couchbase.repository.support -
Repository base implementation for Couchbase.
- SimpleCouchbaseRepository(CouchbaseEntityInformation<T, String>, CouchbaseOperations, Class<?>) - Constructor for class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
-
Create a new Repository.
- SimpleReactiveCouchbaseRepository<T,
ID> - Class in org.springframework.data.couchbase.repository.support -
Reactive repository base implementation for Couchbase.
- SimpleReactiveCouchbaseRepository(CouchbaseEntityInformation<T, String>, ReactiveCouchbaseOperations, Class<?>) - 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() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
-
Returns the size of the attributes in this document (not nested).
- size() - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- size(boolean) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
-
Retruns the size of the attributes in this and recursive documents.
- size(boolean) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
-
Retruns the size of the attributes in this and recursive documents.
- skip(long) - Method in class org.springframework.data.couchbase.core.query.AnalyticsQuery
-
Set number of documents to skip before returning results.
- skip(long) - Method in class org.springframework.data.couchbase.core.query.Query
-
Set number of documents to skip before returning results.
- sort - Variable in class org.springframework.data.couchbase.core.query.Query
- spatialViewName() - Element in annotation interface org.springframework.data.couchbase.core.query.Dimensional
-
Deprecated.The name of the spatial view to be queried
- 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_COLLECTION - 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_EXPRESSION_PATTERN - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
-
regexp that detect SPEL Expression (#{..})
- 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_SCOPE - 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. - SpringDataCouchbaseQuery<T> - Class in org.springframework.data.couchbase.repository.support
- SpringDataCouchbaseQuery(CouchbaseOperations, Class<? extends T>) - Constructor for class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseQuery
-
Creates a new
SpringDataCouchbaseQuery
. - SpringDataCouchbaseQuery(CouchbaseOperations, Class<? extends T>, String) - Constructor for class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseQuery
-
Creates a new
SpringDataCouchbaseQuery
to query the given collection. - SpringDataCouchbaseSerializer - Class in org.springframework.data.couchbase.repository.support
-
Custom
CouchbaseDocumentSerializer
to take mapping information into account when building keys for constraints. - SpringDataCouchbaseSerializer(CouchbaseConverter) - Constructor for class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseSerializer
-
Creates a new
SpringDataCouchbaseSerializer
for the givenCouchbaseConverter
. - startingWith(boolean, Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- startingWith(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- strategy() - Element in annotation interface org.springframework.data.couchbase.core.mapping.id.GeneratedValue
- stream() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics
-
Stream all matching elements.
- stream() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.TerminatingFindByQuery
-
Stream all matching elements.
- stream() - Method in interface org.springframework.data.couchbase.core.support.OneAndAll
- stream() - Method in class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseQuery
- StringBasedCouchbaseQuery - Class in org.springframework.data.couchbase.repository.query
-
Query to use a plain JSON String to create the
Query
to actually execute. - StringBasedCouchbaseQuery(CouchbaseQueryMethod, CouchbaseOperations, SpelExpressionParser, QueryMethodEvaluationContextProvider, NamedQueries) - Constructor for class org.springframework.data.couchbase.repository.query.StringBasedCouchbaseQuery
-
Creates a new
StringBasedCouchbaseQuery
for the givenString
,CouchbaseQueryMethod
,CouchbaseOperations
,SpelExpressionParser
andQueryMethodEvaluationContextProvider
. - StringBasedN1qlQueryParser - Class in org.springframework.data.couchbase.repository.query
- StringBasedN1qlQueryParser(String, String, String, CouchbaseConverter, Class<?>, Class<?>, String, String, boolean, String[], String[]) - Constructor for class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
-
This constructor is to allow for generating the n1ql spel expressions from NON-@Queries.
- StringBasedN1qlQueryParser(String, CouchbaseQueryMethod, String, String, String, CouchbaseConverter, String, String, ParameterAccessor, SpelExpressionParser, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
-
This constructor is to allow for generating the n1ql spel expressions from @Queries.
- StringBasedN1qlQueryParser.N1qlSpelValues - Class in org.springframework.data.couchbase.repository.query
-
This class is exposed to SpEL parsing through the variable
#"n1ql"
. - StringN1qlQueryCreator - Class in org.springframework.data.couchbase.repository.query
- StringN1qlQueryCreator(ParameterAccessor, CouchbaseQueryMethod, CouchbaseConverter, SpelExpressionParser, QueryMethodEvaluationContextProvider, NamedQueries) - Constructor for class org.springframework.data.couchbase.repository.query.StringN1qlQueryCreator
- StringQuery - Class in org.springframework.data.couchbase.core.query
-
Query created from the string in @Query annotation in the repository interface.
- StringQuery(String) - Constructor for class org.springframework.data.couchbase.core.query.StringQuery
- StringQuery(CouchbaseQueryMethod, String, QueryMethodEvaluationContextProvider, ParameterAccessor, SpelExpressionParser) - Constructor for class org.springframework.data.couchbase.core.query.StringQuery
- StringToEnumConverterFactory - Class in org.springframework.data.couchbase.core.convert
-
Reading Converter factory for Enums.
- StringToEnumConverterFactory(ObjectMapper) - Constructor for class org.springframework.data.couchbase.core.convert.StringToEnumConverterFactory
- STRONGLY_CONSISTENT - Enum constant in enum class org.springframework.data.couchbase.core.query.Consistency
-
STRONGLY_CONSISTENT is
ViewScanConsistency.REQUEST_PLUS
andQueryScanConsistency.REQUEST_PLUS
- suffix() - Method in class org.springframework.data.couchbase.core.mapping.KeySettings
-
Get common suffix
- suffix(String) - Method in class org.springframework.data.couchbase.core.mapping.KeySettings
-
Set common suffix
- support() - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
- support() - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
T
- TemplateSupport - Interface in org.springframework.data.couchbase.core
- TemplateUtils - Class in org.springframework.data.couchbase.core.support
- TemplateUtils() - Constructor for class org.springframework.data.couchbase.core.support.TemplateUtils
- TIMEOUT - Enum constant in enum class org.springframework.data.couchbase.core.query.Meta.MetaKey
- timeoutMs() - Element in annotation interface org.springframework.data.couchbase.repository.Options
-
An timeout for the operation.
- toN1qlRemoveString(CouchbaseConverter, String, String, String, Class) - Method in class org.springframework.data.couchbase.core.query.Query
- toN1qlRemoveString(CouchbaseConverter, String, String, String, Class) - Method in class org.springframework.data.couchbase.core.query.StringQuery
-
toN1qlRemoveString - use toN1qlSelectString
- toN1qlSelectString(CouchbaseConverter, String, String, String, Class, Class, boolean, String[], String[]) - Method in class org.springframework.data.couchbase.core.query.N1QLQuery
- toN1qlSelectString(CouchbaseConverter, String, String, String, Class, Class, boolean, String[], String[]) - Method in class org.springframework.data.couchbase.core.query.Query
- toN1qlSelectString(CouchbaseConverter, String, String, String, Class, Class, boolean, String[], String[]) - Method in class org.springframework.data.couchbase.core.query.StringQuery
- toN1qlSelectString(ReactiveCouchbaseTemplate, Class, boolean) - Method in class org.springframework.data.couchbase.core.query.Query
-
Deprecated.
- toOrder(Sort.Order) - Method in class org.springframework.data.couchbase.repository.support.QuerydslPredicateExecutorSupport
-
Transforms a plain
Sort.Order
into a Querydsl specificOrderSpecifier
. - toOrderSpecifiers(Sort) - Method in class org.springframework.data.couchbase.repository.support.QuerydslPredicateExecutorSupport
-
Converts the given
Sort
toOrderSpecifier
. - toSort(List<OrderSpecifier<?>>) - Method in class com.querydsl.couchbase.document.CouchbaseDocumentSerializer
- toString() - Method in class com.querydsl.couchbase.document.AbstractCouchbaseQueryDSL
- 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.core.query.N1QLExpression
- toString() - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- toString() - Method in class org.springframework.data.couchbase.core.RemoveResult
- toString() - Method in class org.springframework.data.couchbase.core.support.PseudoArgs
- toString() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
- toString() - Method in class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseQuery
-
Returns the representation of the query.
- touchOnRead() - Element in annotation interface org.springframework.data.couchbase.core.mapping.Document
-
An optional flag associated with
Document.expiry()
indicating whether the expiry timer should be reset whenever the document is directly read (eg. findByOne, findById). - transactional(Mono<T>) - Method in class org.springframework.data.couchbase.transaction.CouchbaseTransactionalOperator
- TransactionalSupport - Class in org.springframework.data.couchbase.core
-
Utility methods to support transactions.
- TransactionalSupport() - Constructor for class org.springframework.data.couchbase.core.TransactionalSupport
- transactionAware() - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager.CouchbaseCacheManagerBuilder
-
Enable
CouchbaseCache
s to synchronize cache put/evict operations with ongoing Spring-managed transactions. - transactionResultHolder(Object, Object) - Method in class org.springframework.data.couchbase.transaction.CouchbaseResourceHolder
- TransactionRollbackRequestedException - Exception in org.springframework.data.couchbase.transaction.error
-
A transaction rollback has been requested.
- TransactionRollbackRequestedException(String) - Constructor for exception org.springframework.data.couchbase.transaction.error.TransactionRollbackRequestedException
- TransactionSystemAmbiguousException - Exception in org.springframework.data.couchbase.transaction.error
-
The transaction expired at the point of trying to commit it.
- TransactionSystemAmbiguousException(TransactionCommitAmbiguousException) - Constructor for exception org.springframework.data.couchbase.transaction.error.TransactionSystemAmbiguousException
- TransactionSystemCouchbaseException - Exception in org.springframework.data.couchbase.transaction.error
-
A base class of transaction-level exceptions raised by Couchbase, allowing them to be handled in one place.
- TransactionSystemCouchbaseException(TransactionFailedException) - Constructor for exception org.springframework.data.couchbase.transaction.error.TransactionSystemCouchbaseException
- TransactionSystemUnambiguousException - Exception in org.springframework.data.couchbase.transaction.error
-
The transaction failed and unambiguously did not commit.
- TransactionSystemUnambiguousException(TransactionFailedException) - Constructor for exception org.springframework.data.couchbase.transaction.error.TransactionSystemUnambiguousException
- translateError(Throwable) - Static method in class org.springframework.data.couchbase.core.support.TemplateUtils
- translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.couchbase.core.CouchbaseExceptionTranslator
-
Translate Couchbase specific exceptions to spring exceptions if possible.
- TranslationService - Interface in org.springframework.data.couchbase.core.convert.translation
-
Defines a translation service to encode/decode responses into the
CouchbaseStorable
format. - TRUE() - Static method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Returns an expression representing boolean TRUE.
- TRUE() - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- 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.
- TypeAwareTypeInformationMapper - Class in org.springframework.data.couchbase.core.convert
-
TypeAwareTypeInformationMapper - leverages @TypeAlias
- TypeAwareTypeInformationMapper() - Constructor for class org.springframework.data.couchbase.core.convert.TypeAwareTypeInformationMapper
- typeInformation() - Method in class org.springframework.data.couchbase.repository.support.QuerydslPredicateExecutorSupport
- typeKey() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
Determines the name of the field that will store the type information for complex types when using the
AbstractCouchbaseConfiguration.mappingCouchbaseConverter(CouchbaseMappingContext, CouchbaseCustomConversions)
. - 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
- UncategorizedTransactionDataAccessException - Exception in org.springframework.data.couchbase.transaction.error
-
An opaque signal that something went wrong during the execution of an operation inside a transaction.
- UncategorizedTransactionDataAccessException(TransactionOperationFailedException) - Constructor for exception org.springframework.data.couchbase.transaction.error.UncategorizedTransactionDataAccessException
- UNIQUE - Enum constant in enum class org.springframework.data.couchbase.core.mapping.id.GenerationStrategy
-
Uses an uuid generator
- 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, ServiceType) - Constructor for exception org.springframework.data.couchbase.core.UnsupportedCouchbaseFeatureException
- UnsupportedCouchbaseFeatureException(String, ServiceType, Throwable) - Constructor for exception org.springframework.data.couchbase.core.UnsupportedCouchbaseFeatureException
- UPDATE_AFTER - Enum constant in enum class org.springframework.data.couchbase.core.query.Consistency
-
UPDATE_AFTER is
ViewScanConsistency.UPDATE_AFTER
andQueryScanConsistency.NOT_BOUNDED
- upper() - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- upsertById(Class<T>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
- upsertById(Class<T>) - Method in interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation
-
Upsert using the KV service.
- upsertById(Class<T>) - Method in class org.springframework.data.couchbase.core.ExecutableUpsertByIdOperationSupport
- upsertById(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
- upsertById(Class<T>) - Method in interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation
-
Upsert using the KV service.
- upsertById(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveUpsertByIdOperationSupport
- USE_ATTRIBUTES - Enum constant in enum class org.springframework.data.couchbase.core.mapping.id.GenerationStrategy
-
Constructs key from the entity attributes using the supplied id, prefix, suffix
- useGeneratedCountQuery() - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
- useGeneratedCountQuery() - Method in class org.springframework.data.couchbase.repository.query.PartTreeN1qlBasedQuery
-
Deprecated.
- useGeneratedCountQuery() - Method in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
- usePrefix() - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheConfiguration
- useRepositoryConfiguration(RepositoryMetadata) - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoryConfigurationExtension
- useRepositoryConfiguration(RepositoryMetadata) - Method in class org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoryConfigurationExtension
- Util - Class in org.springframework.data.couchbase.repository.support
-
Utility class for Couchbase Repository
- Util() - Constructor for class org.springframework.data.couchbase.repository.support.Util
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 givenValidator
. - value() - Element in annotation interface org.springframework.data.couchbase.core.index.CompositeQueryIndexes
- value() - Element in annotation interface org.springframework.data.couchbase.core.mapping.Field
-
The key to be used to store the field inside the document.
- value() - Element in annotation interface org.springframework.data.couchbase.core.query.WithConsistency
- value() - Element in annotation interface org.springframework.data.couchbase.repository.Collection
-
Specifies the collection name
- value() - Element in annotation interface org.springframework.data.couchbase.repository.config.EnableCouchbaseRepositories
-
Alias for the
EnableCouchbaseRepositories.basePackages()
attribute. - value() - Element in annotation interface org.springframework.data.couchbase.repository.config.EnableReactiveCouchbaseRepositories
-
Alias for the
EnableReactiveCouchbaseRepositories.basePackages()
attribute. - value() - Element in annotation interface org.springframework.data.couchbase.repository.Query
-
Takes a N1QL statement string to define the actual query to be executed.
- value() - Element in annotation interface org.springframework.data.couchbase.repository.Scope
-
Specifies the scope name
- valueMethodCache - Static variable in class org.springframework.data.couchbase.core.convert.JsonValueConverter
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.DurationToStringConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.InstantToLongConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateTimeToLongConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateToLongConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalTimeToLongConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToInstantConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateTimeConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalTimeConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToZonedDateTimeConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.PeriodToStringConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToDurationConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToPeriodConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToZoneIdConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.ZonedDateTimeToLongConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.ZoneIdToStringConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.DateConverters.CalendarToLongConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.DateConverters.DateTimeToLongConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.DateConverters.DateToLongConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.DateConverters.DateToStringConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.DateConverters.LocalDateTimeToLongConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.DateConverters.LocalDateToLongConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.DateConverters.NumberToCalendarConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.DateConverters.NumberToDateTimeConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateTimeConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.DateConverters.SerializedObjectToDateConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.BigDecimalToString
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.BigIntegerToString
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.ByteArrayToString
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.CharArrayToString
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.ClassToString
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.CouchbaseListToJsonArray
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.JsonArrayToCouchbaseList
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.JsonNodeToMap
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.JsonObjectToMap
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.MapToJsonNode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.MapToJsonObject
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToBigDecimal
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToBigInteger
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToByteArray
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToCharArray
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToClass
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToUuid
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToYearMonthConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.UuidToString
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.YearMonthToStringConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.index.QueryIndexDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.mapping.id.GenerationStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.query.Consistency
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.query.FetchType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.query.HashSide
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.query.Meta.MetaKey
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.core.query.QueryCriteria.ChainOperator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.couchbase.repository.support.ViewPostProcessor
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.DurationToStringConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.InstantToLongConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateTimeToLongConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateToLongConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalTimeToLongConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToInstantConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateTimeConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalTimeConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToZonedDateTimeConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.PeriodToStringConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToDurationConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToPeriodConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToZoneIdConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.ZonedDateTimeToLongConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.ZoneIdToStringConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.DateConverters.CalendarToLongConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.DateConverters.DateTimeToLongConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.DateConverters.DateToLongConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.DateConverters.DateToStringConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.DateConverters.LocalDateTimeToLongConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.DateConverters.LocalDateToLongConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.DateConverters.NumberToCalendarConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.DateConverters.NumberToDateTimeConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateTimeConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.DateConverters.SerializedObjectToDateConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.BigDecimalToString
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.BigIntegerToString
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.ByteArrayToString
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.CharArrayToString
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.ClassToString
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.CouchbaseListToJsonArray
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.JsonArrayToCouchbaseList
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.JsonNodeToMap
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.JsonObjectToMap
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.MapToJsonNode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.MapToJsonObject
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToBigDecimal
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToBigInteger
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToByteArray
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToCharArray
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToClass
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToUuid
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.StringToYearMonthConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.UuidToString
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.convert.OtherConverters.YearMonthToStringConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.index.QueryIndexDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.mapping.id.GenerationStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.query.Consistency
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.query.FetchType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.query.HashSide
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.core.query.Meta.MetaKey
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.springframework.data.couchbase.core.query.Meta
-
Get
Iterable
of set meta values. - values() - Static method in enum class org.springframework.data.couchbase.core.query.QueryCriteria.ChainOperator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.couchbase.repository.support.ViewPostProcessor
-
Returns an array containing the constants of this enum class, in the order they are declared.
- valueTranscoder(Transcoder) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheConfiguration
-
Sets a custom transcoder to use for reads and writes.
- verifyNotInTransaction(String) - Static method in class org.springframework.data.couchbase.core.TransactionalSupport
- View - Annotation Interface in org.springframework.data.couchbase.core.query
-
Deprecated.
- viewConsistency() - Method in enum class org.springframework.data.couchbase.core.query.Consistency
-
Returns the
view consistency
corresponding to thisConsistency
. - ViewIndexed - Annotation Interface in org.springframework.data.couchbase.core.query
-
Deprecated.
- ViewMetadataProvider - Interface in org.springframework.data.couchbase.repository.support
-
Interface to abstract
ViewMetadataProvider
that providesView
s to be used for query execution. - viewName() - Element in annotation interface org.springframework.data.couchbase.core.query.View
-
Deprecated.The name of the View to use.
- viewName() - Element in annotation interface org.springframework.data.couchbase.core.query.ViewIndexed
-
Deprecated.The name of the view, defaults to "all" (which is what CRUD methods expect by default).
- ViewPostProcessor - Enum Class in org.springframework.data.couchbase.repository.support
-
RepositoryProxyPostProcessor
that sets up an interceptor to readView
information from the invoked method. - visit(Constant<?>, Void) - Method in class com.querydsl.couchbase.document.CouchbaseDocumentSerializer
- visit(Constant<?>, Void) - Method in class org.springframework.data.couchbase.repository.support.SpringDataCouchbaseSerializer
- visit(FactoryExpression<?>, Void) - Method in class com.querydsl.couchbase.document.CouchbaseDocumentSerializer
- visit(Operation<?>, Void) - Method in class com.querydsl.couchbase.document.CouchbaseDocumentSerializer
- visit(ParamExpression<?>, Void) - Method in class com.querydsl.couchbase.document.CouchbaseDocumentSerializer
- visit(Path<?>, Void) - Method in class com.querydsl.couchbase.document.CouchbaseDocumentSerializer
- visit(SubQueryExpression<?>, Void) - Method in class com.querydsl.couchbase.document.CouchbaseDocumentSerializer
- visit(TemplateExpression<?>, Void) - Method in class com.querydsl.couchbase.document.CouchbaseDocumentSerializer
W
- where() - Element in annotation interface org.springframework.data.couchbase.core.query.N1qlJoin
-
Where clause for the join.
- where(Predicate) - Method in class com.querydsl.couchbase.document.AbstractCouchbaseQueryDSL
- where(Predicate...) - Method in class com.querydsl.couchbase.document.AbstractCouchbaseQueryDSL
- where(String) - Static method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
Static factory method to create a Criteria using the provided String key.
- where(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
- where(N1QLExpression) - Static method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
Static factory method to create a Criteria using the provided N1QLExpression key.
- with(Pageable) - Method in class org.springframework.data.couchbase.core.query.AnalyticsQuery
-
Sets the given pagination information on the
AnalyticsQuery
instance. - with(Pageable) - Method in class org.springframework.data.couchbase.core.query.Query
-
Sets the given pagination information on the
Query
instance. - with(Sort) - Method in class org.springframework.data.couchbase.core.query.AnalyticsQuery
-
Adds a
Sort
to theAnalyticsQuery
instance. - with(Sort) - Method in class org.springframework.data.couchbase.core.query.Query
- WithAnalyticsConsistency<T> - Interface in org.springframework.data.couchbase.core.support
-
Interface for operations that take AnalyticsScanConsistency
- WithAnalyticsOptions<T> - Interface in org.springframework.data.couchbase.core.support
-
Interface for operations that take AnalyticsOptions
- WithAnalyticsQuery<T> - Interface in org.springframework.data.couchbase.core.support
-
Interface for operations that take AnalyticsQuery
- withBatchByteLimit(Integer) - Method in interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanWithBatchByteLimit
-
determines if result are just ids or ids plus contents
- withBatchByteLimit(Integer) - Method in interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanWithBatchByteLimit
-
determines if result are just ids or ids plus contents
- withBatchByteLimit(Integer) - Method in interface org.springframework.data.couchbase.core.support.WithBatchByteLimit
- WithBatchByteLimit<R> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for those that support withBatchByteLimit()
- withBatchItemLimit(Integer) - Method in interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanWithBatchItemLimit
-
determines if result are just ids or ids plus contents
- withBatchItemLimit(Integer) - Method in interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanWithBatchItemLimit
-
determines if result are just ids or ids plus contents
- withBatchItemLimit(Integer) - Method in interface org.springframework.data.couchbase.core.support.WithBatchItemLimit
- WithBatchItemLimit<R> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for those that support withBatchItemLimit()
- withCacheConfiguration(String, CouchbaseCacheConfiguration) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager.CouchbaseCacheManagerBuilder
- withCas(Long) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.RemoveByIdWithCas
- withCas(Long) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.RemoveByIdWithCas
- withCasProvided() - Method in interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.MutateInByIdWithPaths
-
Marks that the CAS value should be provided with the mutations to protect against concurrent modifications.
- withCasProvided() - Method in interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.MutateInByIdWithPaths
-
Marks that the CAS value should be provided with the mutations to protect against concurrent modifications.
- withCollection(String) - Method in interface org.springframework.data.couchbase.repository.DynamicProxyable
- withConsistency(AnalyticsScanConsistency) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsWithConsistency
-
Allows to override the default scan consistency.
- withConsistency(AnalyticsScanConsistency) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.FindByAnalyticsWithConsistency
-
Allows to override the default scan consistency.
- withConsistency(AnalyticsScanConsistency) - Method in interface org.springframework.data.couchbase.core.support.WithAnalyticsConsistency
-
Specify scan consistency
- withConsistency(QueryScanConsistency) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryWithConsistency
-
Allows to override the default scan consistency.
- withConsistency(QueryScanConsistency) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryWithConsistency
- withConsistency(QueryScanConsistency) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.FindByQueryWithConsistency
-
Allows to override the default scan consistency.
- withConsistency(QueryScanConsistency) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryWithConsistency
- withConsistency(QueryScanConsistency) - Method in interface org.springframework.data.couchbase.core.support.WithConsistency
-
Specify scan consistency
- WithConsistency<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface operations that take scan consistency
- WithConsistency - Annotation Interface in org.springframework.data.couchbase.core.query
-
Annotation to set the scan consistency of N1QL queries with Couchbase.
- WithDistinct<T> - Interface in org.springframework.data.couchbase.core.support
-
Interface for operations that take distinct fields
- withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.InsertByIdWithDurability
- withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.MutateInByIdWithDurability
- withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.RemoveByIdWithDurability
- withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdWithDurability
- withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdWithDurability
- withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.InsertByIdWithDurability
- withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.MutateInByIdWithDurability
- withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.RemoveByIdWithDurability
- withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdWithDurability
- withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.UpsertByIdWithDurability
- withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.support.WithDurability
- withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.InsertByIdWithDurability
- withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.MutateInByIdWithDurability
- withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.RemoveByIdWithDurability
- withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdWithDurability
- withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdWithDurability
- withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.InsertByIdWithDurability
- withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.MutateInByIdWithDurability
- withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.RemoveByIdWithDurability
- withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdWithDurability
- withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.UpsertByIdWithDurability
- withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.support.WithDurability
- WithDurability<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for all of Insert, Replace, Upsert that take Durability
- WithExistsOptions<T> - Interface in org.springframework.data.couchbase.core.support
-
Interface for operations that take ExistsOptions
- withExpiry(Duration) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.FindByIdWithExpiry
-
Load only certain fields for the document.
- withExpiry(Duration) - Method in interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.InsertByIdWithExpiry
- withExpiry(Duration) - Method in interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.MutateInByIdWithExpiry
- withExpiry(Duration) - Method in interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdWithExpiry
- withExpiry(Duration) - Method in interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdWithExpiry
- withExpiry(Duration) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByIdOperation.FindByIdWithExpiry
-
Load only certain fields for the document.
- withExpiry(Duration) - Method in interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.InsertByIdWithExpiry
- withExpiry(Duration) - Method in interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.MutateInByIdWithExpiry
- withExpiry(Duration) - Method in interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdWithExpiry
- withExpiry(Duration) - Method in interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.UpsertByIdWithExpiry
- withExpiry(Duration) - Method in interface org.springframework.data.couchbase.core.support.WithExpiry
- WithExpiry<R> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for those that support withExpiry()
- WithGetAnyReplicaOptions<T> - Interface in org.springframework.data.couchbase.core.support
-
A interface for operations that take GetAnyReplicaOptions
- WithGetOptions<T> - Interface in org.springframework.data.couchbase.core.support
-
Interface for operations that take GetOptions
- within(boolean, Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
- withInitialCacheConfigurations(Map<String, CouchbaseCacheConfiguration>) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager.CouchbaseCacheManagerBuilder
-
Append a
Map
of cache name/CouchbaseCacheConfiguration
pairs to be pre initialized. - WithInsertOptions<T> - Interface in org.springframework.data.couchbase.core.support
-
Interface for operations take insert options
- withInsertPaths(String...) - Method in interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.MutateInByIdWithPaths
-
Adds given paths to insert mutations.
- withInsertPaths(String...) - Method in interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.MutateInByIdWithPaths
-
Adds given paths to insert mutations.
- withInsertPaths(String...) - Method in interface org.springframework.data.couchbase.core.support.WithMutateInPaths
- withLock(Duration) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.FindByIdWithLock
-
Fetches document and write-locks it for the given duration.
- withLock(Duration) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByIdOperation.FindByIdWithLock
-
Fetches document and write-locks it for the given duration.
- withLock(Duration) - Method in interface org.springframework.data.couchbase.core.support.WithLock
- WithLock<R> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for those that support withLock()
- WithMutateInOptions<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for all of Insert, Replace, Upsert mutations that take options.
- WithMutateInPaths<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for all of Insert, Replace, Upsert and Remove mutations that take options.
- withOptions(AnalyticsOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsWithOptions
-
Fluent method to specify options to use for execution
- withOptions(AnalyticsOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.FindByAnalyticsWithOptions
-
Fluent method to specify options to use for execution
- withOptions(AnalyticsOptions) - Method in interface org.springframework.data.couchbase.core.support.WithAnalyticsOptions
-
Specify analytics options
- withOptions(CommonOptions<?>) - Method in interface org.springframework.data.couchbase.repository.DynamicProxyable
- withOptions(ExistsOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableExistsByIdOperation.ExistsByIdWithOptions
-
Fluent method to specify options to use for execution
- withOptions(ExistsOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveExistsByIdOperation.ExistsByIdWithOptions
-
Fluent method to specify options to use for execution.
- withOptions(ExistsOptions) - Method in interface org.springframework.data.couchbase.core.support.WithExistsOptions
-
Specify options
- withOptions(GetAnyReplicaOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions
-
Fluent method to specify options to use for execution
- withOptions(GetAnyReplicaOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions
-
Fluent method to specify options to use for execution
- withOptions(GetAnyReplicaOptions) - Method in interface org.springframework.data.couchbase.core.support.WithGetAnyReplicaOptions
-
Specify options
- withOptions(GetOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.FindByIdWithOptions
-
Fluent method to specify options to use for execution
- withOptions(GetOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByIdOperation.FindByIdWithOptions
-
Fluent method to specify options to use for execution
- withOptions(GetOptions) - Method in interface org.springframework.data.couchbase.core.support.WithGetOptions
-
Specify options
- withOptions(InsertOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.InsertByIdWithOptions
-
Fluent method to specify options to use for execution.
- withOptions(InsertOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.InsertByIdWithOptions
-
Fluent method to specify options to use for execution.
- withOptions(InsertOptions) - Method in interface org.springframework.data.couchbase.core.support.WithInsertOptions
-
Specify options
- withOptions(MutateInOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.MutateInByIdWithOptions
-
Fluent method to specify options to use for execution
- withOptions(MutateInOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.MutateInByIdWithOptions
-
Fluent method to specify options to use for execution
- withOptions(MutateInOptions) - Method in interface org.springframework.data.couchbase.core.support.WithMutateInOptions
-
Specify options
- withOptions(RemoveOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.RemoveByIdWithOptions
-
Fluent method to specify options to use for execution
- withOptions(RemoveOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.RemoveByIdWithOptions
-
Fluent method to specify options to use for execution
- withOptions(RemoveOptions) - Method in interface org.springframework.data.couchbase.core.support.WithRemoveOptions
- withOptions(ReplaceOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdWithOptions
-
Fluent method to specify options to use for execution
- withOptions(ReplaceOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdWithOptions
-
Fluent method to specify options to use for execution
- withOptions(ReplaceOptions) - Method in interface org.springframework.data.couchbase.core.support.WithReplaceOptions
- withOptions(ScanOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanWithOptions
-
Fluent method to specify options to use for execution
- withOptions(ScanOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanWithOptions
-
Fluent method to specify options to use for execution
- withOptions(ScanOptions) - Method in interface org.springframework.data.couchbase.core.support.WithScanOptions
- withOptions(UpsertOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdWithOptions
-
Fluent method to specify options to use for execution
- withOptions(UpsertOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.UpsertByIdWithOptions
-
Fluent method to specify options to use for execution
- withOptions(UpsertOptions) - Method in interface org.springframework.data.couchbase.core.support.WithUpsertOptions
- withOptions(QueryOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryWithOptions
-
Fluent method to specify options to use for execution
- withOptions(QueryOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryWithOptions
-
Fluent method to specify options to use for execution
- withOptions(QueryOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.FindByQueryWithOptions
- withOptions(QueryOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryWithOptions
-
Fluent method to specify options to use for execution
- withOptions(QueryOptions) - Method in interface org.springframework.data.couchbase.core.support.WithQueryOptions
-
Specify options
- withoutSort() - Method in class org.springframework.data.couchbase.core.query.Query
- WithProjecting<R> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for all of Insert, Replace, Upsert that take Projection
- WithProjection<R> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for all of Insert, Replace, Upsert that take Projection
- WithProjectionId<R> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for those that support project()
- WithQuery<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for all of Insert, Replace, Upsert that take Query
- WithQueryOptions<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for all of Insert, Replace, Upsert that take options
- WithRemoveOptions<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for all of Insert, Replace, Upsert that take options
- withRemovePaths(String...) - Method in interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.MutateInByIdWithPaths
-
Adds given paths to remove mutations.
- withRemovePaths(String...) - Method in interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.MutateInByIdWithPaths
-
Adds given paths to remove mutations.
- withRemovePaths(String...) - Method in interface org.springframework.data.couchbase.core.support.WithMutateInPaths
- WithReplaceOptions<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for all of Insert, Replace, Upsert that take options
- withReplacePaths(String...) - Method in interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.MutateInByIdWithPaths
-
Adds given paths to replace mutations.
- withReplacePaths(String...) - Method in interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.MutateInByIdWithPaths
-
Adds given paths to replace mutations.
- withReplacePaths(String...) - Method in interface org.springframework.data.couchbase.core.support.WithMutateInPaths
- WithScanOptions<R> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for those that support withOptions()
- WithScanSort<R> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for those that support withOptions()
- withScope(String) - Method in interface org.springframework.data.couchbase.CouchbaseClientFactory
-
Returns a new
CouchbaseClientFactory
set to the scope given as an argument. - withScope(String) - Method in interface org.springframework.data.couchbase.repository.DynamicProxyable
- withScope(String) - Method in class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
- withSort(Object) - Method in interface org.springframework.data.couchbase.core.ExecutableRangeScanOperation.RangeScanWithSort
-
sort
- withSort(Object) - Method in interface org.springframework.data.couchbase.core.ReactiveRangeScanOperation.RangeScanWithSort
-
sort
- withSort(Object) - Method in interface org.springframework.data.couchbase.core.support.WithScanSort
- WithUpsertOptions<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for all of Insert, Replace, Upsert that take options
- withUpsertPaths(String...) - Method in interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.MutateInByIdWithPaths
-
Adds given paths to upsert mutations.
- withUpsertPaths(String...) - Method in interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.MutateInByIdWithPaths
-
Adds given paths to upsert mutations.
- withUpsertPaths(String...) - Method in interface org.springframework.data.couchbase.core.support.WithMutateInPaths
- wrapped() - Method in exception org.springframework.data.couchbase.transaction.error.UncategorizedTransactionDataAccessException
- WRAPPER() - Static method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Returns an expression representing WRAPPER.
- write(Object, ValueConversionContext<? extends PersistentProperty<?>>) - Method in class org.springframework.data.couchbase.core.convert.CryptoConverter
- write(Object, ValueConversionContext<? extends PersistentProperty<?>>) - Method in class org.springframework.data.couchbase.core.convert.JsonValueConverter
- write(Object, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
- write(Object, TypeInformation<T>) - Method in class org.springframework.data.couchbase.core.convert.CouchbaseConversionContext
- writeCollectionInternal(Collection<?>, CouchbaseList, TypeInformation<?>, CouchbasePersistentProperty, ConvertingPropertyAccessor) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
Helper method to write the internal collection.
- writeInternalEntity(Object, CouchbaseDocument, CouchbasePersistentEntity<?>, boolean, CouchbasePersistentProperty, boolean) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
Internal helper method to write the source object into the target document.
- writeInternalRoot(Object, CouchbaseDocument, TypeInformation<?>, boolean, CouchbasePersistentProperty, boolean) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
Convert a source object into a
CouchbaseDocument
target. - writePropertyInternal(Object, CouchbaseDocument, CouchbasePersistentProperty, ConvertingPropertyAccessor) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
Helper method to write a non-simple property into the target document.
- writeTypeTo(CouchbaseDocument, Object) - Method in class org.springframework.data.couchbase.core.convert.DefaultCouchbaseTypeMapper.CouchbaseDocumentTypeAliasAccessor
X
- x(String) - Static method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Creates an arbitrary expression from the given string value.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
CouchbaseCustomConversions
.