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

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 the MappingCouchbaseConverter.
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 ApplicationListeners.
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
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
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
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
 
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(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ExecutableExistsByIdOperation.TerminatingExistsById
Performs the operation on the collection of ids.
all() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics
Get all matching elements.
all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.TerminatingFindById
Finds a list of documents based on the given IDs.
all() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.TerminatingFindByQuery
Get all matching documents.
all(Collection<? extends T>) - Method in interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.TerminatingInsertById
Insert a collection of entities.
all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.TerminatingRemoveById
Remove the documents in the collection.
all() - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.TerminatingRemoveByQuery
Remove all matching documents.
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<String>) - Method in interface org.springframework.data.couchbase.core.ReactiveExistsByIdOperation.TerminatingExistsById
Performs the operation on the collection of ids.
all() - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.TerminatingFindByAnalytics
Get all matching elements.
all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByIdOperation.TerminatingFindById
Finds a list of documents based on the given IDs.
all() - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.TerminatingFindByQuery
Get all matching elements.
all(Collection<? extends T>) - Method in interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.TerminatingInsertById
Insert a collection of entities.
all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.TerminatingRemoveById
Remove the documents in the collection.
all() - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.TerminatingRemoveByQuery
Remove all matching documents.
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() - Method in interface org.springframework.data.couchbase.core.support.OneAndAll
 
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.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
 
all() - Method in interface org.springframework.data.couchbase.core.support.OneAndAllReactive
 
AnalyticsQuery - Class in org.springframework.data.couchbase.core.query
 
AnalyticsQuery() - Constructor for class org.springframework.data.couchbase.core.query.AnalyticsQuery
 
and(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
AND-combines two expressions.
and(String) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
 
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, QueryCriteria, Iterator<Object>) - Method in class org.springframework.data.couchbase.repository.query.N1qlQueryCreator
 
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.StringN1qlQueryCreator
 
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>, 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.
annotationString(Class<A>, Object, AnnotatedElement[]) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
 
any(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindFromReplicasByIdOperation.TerminatingFindFromReplicasById
Finds one document based on the given ID.
any(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ExecutableFindFromReplicasByIdOperation.TerminatingFindFromReplicasById
Finds a list of documents based on the given IDs.
any(String) - Method in interface org.springframework.data.couchbase.core.ReactiveFindFromReplicasByIdOperation.TerminatingFindFromReplicasById
Finds one document based on the given ID.
any(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ReactiveFindFromReplicasByIdOperation.TerminatingFindFromReplicasById
Finds a list of documents based on the given IDs.
any(String) - Method in interface org.springframework.data.couchbase.core.support.AnyId
 
any(Collection<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.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.
applyUpdatedCas(Object, CouchbaseDocument, long) - Method in class org.springframework.data.couchbase.core.NonReactiveSupportWrapper
 
applyUpdatedCas(T, CouchbaseDocument, long) - Method in interface org.springframework.data.couchbase.core.ReactiveTemplateSupport
 
applyUpdatedCas(T, CouchbaseDocument, long) - Method in interface org.springframework.data.couchbase.core.TemplateSupport
 
applyUpdatedId(Object, Object) - Method in class org.springframework.data.couchbase.core.NonReactiveSupportWrapper
 
applyUpdatedId(T, Object) - Method in interface org.springframework.data.couchbase.core.ReactiveTemplateSupport
 
applyUpdatedId(T, Object) - Method in interface org.springframework.data.couchbase.core.TemplateSupport
 
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(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
Adds a AS clause between the current and the given expression.
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.support.WithProjection
 
asc() - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
 
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 given MappingContext and AuditingHandler provided by the given ObjectFactory.
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 given MappingContext and AuditingHandler provided by the given ObjectFactory.
authenticator() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
Allows to override the Authenticator used.
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

BasicCouchbasePersistentEntity<T> - Class in org.springframework.data.couchbase.core.mapping
The representation of a persistent entity.
BasicCouchbasePersistentEntity(TypeInformation<T>) - Constructor for class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity
Create a new entity.
BasicCouchbasePersistentProperty - Class in org.springframework.data.couchbase.core.mapping
Implements annotated property representations of a given Field instance.
BasicCouchbasePersistentProperty(Property, CouchbasePersistentEntity<?>, SimpleTypeHolder, FieldNamingStrategy) - Constructor for class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentProperty
Create a new instance of the BasicCouchbasePersistentProperty class.
BeanNames - Class in org.springframework.data.couchbase.config
Contains default bean names for Couchbase beans.
BeanNames() - Constructor for class org.springframework.data.couchbase.config.BeanNames
 
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(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
Adds a BETWEEN clause between the current and the given expression.
between(Object, Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
 
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
 
builder(CouchbaseClientFactory) - Static method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager
Entry point for builder style CouchbaseCacheManager configuration.
builder(CouchbaseCacheWriter) - 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
 
buildQuery(ReactiveCouchbaseTemplate, String, N1qlJoinResolver.N1qlJoinResolverParameters) - Static method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver
 
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
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
 
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 created CouchbaseCaches.
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.
clear() - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
 
clear(String) - Method in interface org.springframework.data.couchbase.cache.CouchbaseCacheWriter
Clears the cache with the given key pattern prefix.
clear(String) - Method in class org.springframework.data.couchbase.cache.DefaultCouchbaseCacheWriter
 
close() - Method in class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
 
Collection - Annotation Type in org.springframework.data.couchbase.repository
Collection Annotation
CollectionCallback<T> - Interface in org.springframework.data.couchbase.core
Defines the callback which will be wrapped and executed on a bucket.
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(QueryCriteria, Sort) - Method in class org.springframework.data.couchbase.repository.query.N1qlQueryCreator
 
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.StringN1qlQueryCreator
 
CompositeQueryIndex - Annotation Type in org.springframework.data.couchbase.core.index
 
CompositeQueryIndexes - Annotation Type 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.
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).
Consistency - Enum 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(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(AnalyticsScanConsistency) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.FindByAnalyticsConsistentWith
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.
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(Duration) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.DurationToStringConverter
 
convert(Instant) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.InstantToLongConverter
 
convert(LocalDateTime) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateTimeToLongConverter
 
convert(LocalDate) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateToLongConverter
 
convert(LocalTime) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalTimeToLongConverter
 
convert(Number) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToInstantConverter
 
convert(Number) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateConverter
 
convert(Number) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateTimeConverter
 
convert(Number) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalTimeConverter
 
convert(Number) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToZonedDateTimeConverter
 
convert(Period) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.PeriodToStringConverter
 
convert(String) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToDurationConverter
 
convert(String) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToPeriodConverter
 
convert(String) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToZoneIdConverter
 
convert(ZonedDateTime) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.ZonedDateTimeToLongConverter
 
convert(ZoneId) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.ZoneIdToStringConverter
 
convert(Calendar) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.CalendarToLongConverter
 
convert(DateTime) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateTimeToLongConverter
 
convert(Date) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateToLongConverter
 
convert(Date) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateToStringConverter
 
convert(LocalDateTime) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.LocalDateTimeToLongConverter
 
convert(LocalDate) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.LocalDateToLongConverter
 
convert(Number) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToCalendarConverter
 
convert(Number) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToDateTimeConverter
 
convert(Number) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateConverter
 
convert(Number) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateTimeConverter
 
convert(Object) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.SerializedObjectToDateConverter
 
convert(BigInteger) - Method in enum org.springframework.data.couchbase.core.convert.OtherConverters.BigIntegerToString
 
convert(String) - Method in enum org.springframework.data.couchbase.core.convert.OtherConverters.StringToBigInteger
 
convert(String) - Method in enum org.springframework.data.couchbase.core.convert.OtherConverters.StringToUuid
 
convert(UUID) - Method in enum org.springframework.data.couchbase.core.convert.OtherConverters.UuidToString
 
convertForWriteIfNeeded(Object) - Method in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
 
convertForWriteIfNeeded(Object) - Method in interface org.springframework.data.couchbase.core.convert.CouchbaseConverter
Convert the value if necessary to the class that would actually be stored, or leave it as is if no conversion needed.
ConvertingIterator - Class in org.springframework.data.couchbase.repository.query
An Iterator<Object> that converts values to their stored Class if warranted.
ConvertingIterator(Iterator<Object>, CouchbaseConverter) - Constructor for class org.springframework.data.couchbase.repository.query.ConvertingIterator
 
convertKey(Object) - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
Convert key to a String 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 of JsonArray ranges corresponding to that polygon's bounding box, and inject the coordinates into startRange and endRange.
convertShapeTo2DRanges(JsonArray, JsonArray, Shape) - Static method in class org.springframework.data.couchbase.repository.query.support.GeoUtils
Convert a Shape to a pair of JsonArray ranges, injected into startRange and endRange.
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_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
 
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
 
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
 
CouchbaseConverter - Interface in org.springframework.data.couchbase.core.convert
Marker interface for the converter, identifying the types to and from that can be converted.
CouchbaseCustomConversions - Class in org.springframework.data.couchbase.core.convert
Value object to capture custom conversion.
CouchbaseCustomConversions(List<?>) - Constructor for class org.springframework.data.couchbase.core.convert.CouchbaseCustomConversions
Create a new instance with a given list of converters.
CouchbaseDataIntegrityViolationException - Exception in org.springframework.data.couchbase.core
A Couchbase specific integrity violation exception, thrown as a result of failing db operations.
CouchbaseDataIntegrityViolationException(String) - Constructor for exception org.springframework.data.couchbase.core.CouchbaseDataIntegrityViolationException
 
CouchbaseDataIntegrityViolationException(String, Throwable) - Constructor for exception org.springframework.data.couchbase.core.CouchbaseDataIntegrityViolationException
 
CouchbaseDocument - Class in org.springframework.data.couchbase.core.mapping
A CouchbaseDocument is an abstract representation of a document stored inside Couchbase Server.
CouchbaseDocument() - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Creates a completely empty CouchbaseDocument.
CouchbaseDocument(String) - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Creates a empty CouchbaseDocument, and set the ID immediately.
CouchbaseDocument(String, int) - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Creates a empty CouchbaseDocument with ID and expiration time.
CouchbaseDocumentPropertyAccessor - Class in org.springframework.data.couchbase.core.convert
A property accessor for document properties.
CouchbaseDocumentPropertyAccessor() - Constructor for class org.springframework.data.couchbase.core.convert.CouchbaseDocumentPropertyAccessor
 
CouchbaseDocumentTypeAliasAccessor(String) - Constructor for class org.springframework.data.couchbase.core.convert.DefaultCouchbaseTypeMapper.CouchbaseDocumentTypeAliasAccessor
 
CouchbaseEntityInformation<T,ID> - Interface in org.springframework.data.couchbase.repository.query
Marker interface for the Couchbase Entity Information.
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 in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.InstantToLongConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.LocalDateTimeToLongConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.LocalDateToLongConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.LocalTimeToLongConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.NumberToInstantConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.NumberToLocalDateConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.NumberToLocalDateTimeConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.NumberToLocalTimeConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.NumberToZonedDateTimeConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.PeriodToStringConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.StringToDurationConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.StringToPeriodConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.StringToZoneIdConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.ZonedDateTimeToLongConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.ZoneIdToStringConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseList - Class in org.springframework.data.couchbase.core.mapping
A CouchbaseList is an abstract list that represents an array stored in a (most of the times JSON) document.
CouchbaseList() - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseList
Create a new (empty) list.
CouchbaseList(List<Object>) - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseList
Create a new list with a given payload on construction.
CouchbaseList(SimpleTypeHolder) - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseList
Create a new (empty) list with an existing SimpleTypeHolder.
CouchbaseList(List<Object>, SimpleTypeHolder) - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseList
Create a new list with a given payload on construction and an existing SimpleTypeHolder.
couchbaseMappingContext(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 using BasicCouchbasePersistentEntity and BasicCouchbasePersistentProperty as primary abstractions.
CouchbaseMappingContext() - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
 
CouchbaseMappingEvent<T> - Class in org.springframework.data.couchbase.core.mapping.event
A mapping event.
CouchbaseMappingEvent(T, CouchbaseDocument) - Constructor for class org.springframework.data.couchbase.core.mapping.event.CouchbaseMappingEvent
 
couchbaseObjectMapper() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
Creates a ObjectMapper for the jsonSerializer of the ClusterEnvironment
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.
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
 
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
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.
 
CouchbaseSimpleTypes - Class in org.springframework.data.couchbase.core.mapping
 
CouchbaseStorable - Interface in org.springframework.data.couchbase.core.mapping
Marker Interface to identify either a CouchbaseDocument or a CouchbaseList.
couchbaseTemplate(CouchbaseClientFactory, MappingCouchbaseConverter, TranslationService) - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
 
couchbaseTemplate(CouchbaseClientFactory, MappingCouchbaseConverter) - 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
 
couchbaseTranslationService() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
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() - 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(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() - 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 - Variable in class org.springframework.data.couchbase.repository.query.CountFragment
The value for a COUNT that used CountFragment.COUNT_ALIAS as an alias.
count() - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
count() - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
COUNT_ALIAS - Static variable in class org.springframework.data.couchbase.repository.query.CountFragment
Use this alias for the COUNT part of a N1QL query so that the framework can extract the count result.
CountFragment - Class in org.springframework.data.couchbase.repository.query
An utility entity that allows to extract total row count out of a COUNT(*) N1QL query.
CountFragment() - Constructor for class org.springframework.data.couchbase.repository.query.CountFragment
 
create(CouchbaseClientFactory) - Static method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager
Create a new CouchbaseCacheManager with defaults applied.
create(MappingContext<? extends CouchbasePersistentEntity<?>, CouchbasePersistentProperty>, CouchbaseOperations) - Static method in interface org.springframework.data.couchbase.core.index.QueryIndexResolver
create(CreationalContext<T>, Class<T>) - Method in class org.springframework.data.couchbase.repository.cdi.CouchbaseRepositoryBean
 
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
 
createCouchbaseCache(String, CouchbaseCacheConfiguration) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager
Configuration hook for creating CouchbaseCache with given name and cacheConfig.
createCountQuery(ParametersParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.AbstractCouchbaseQueryBase
Creates a Query instance using the given ParametersParameterAccessor.
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.
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
 
createN1qlSpelValues(String, String, Class, Class, String, String, boolean, String[], String[]) - Method in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
 
createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
Creates a concrete entity based out of the type information passed.
createPersistentProperty(Property, BasicCouchbasePersistentEntity<?>, SimpleTypeHolder) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
Creates a concrete property based on the field information and entity.
createQuery(ParametersParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.AbstractCouchbaseQueryBase
Creates a Query instance using the given ParameterAccessor
createQuery() - Method in class org.springframework.data.couchbase.repository.query.N1qlQueryCreator
 
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
 
createQuery() - Method in class org.springframework.data.couchbase.repository.query.StringN1qlQueryCreator
 
createRepositoryFactory() - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactoryBean
Returns a factory instance.
createRepositoryFactory() - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactoryBean
Returns a factory instance.
createReturningExpressionForDelete(String) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
Creates the returning clause for N1ql deletes with all attributes of the entity and meta information
createSelectClauseForEntity(String, ReturnedType, CouchbaseConverter) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
Produce a N1QLExpression that corresponds to the SELECT clause for looking for Spring Data entities stored in Couchbase.
createSelectClauseForEntity(String) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
Produce a 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(Sort) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
Create a N1QL N1QLExpression out of a Spring Data Sort.
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 the EntityMetadata parameter).
CrudMethodMetadata - Interface in org.springframework.data.couchbase.repository.support
 
customConversions() - 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 in org.springframework.data.couchbase.core.convert
 
DateConverters.DateTimeToLongConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.DateToLongConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.DateToStringConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.LocalDateTimeToLongConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.LocalDateToLongConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.NumberToCalendarConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.NumberToDateTimeConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.NumberToLocalDateConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.NumberToLocalDateTimeConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.SerializedObjectToDateConverter - Enum in org.springframework.data.couchbase.core.convert
 
decode(String, CouchbaseStorable) - Method in class org.springframework.data.couchbase.core.convert.translation.JacksonTranslationService
Decode a JSON string into the CouchbaseStorable structure.
decode(String, CouchbaseStorable) - Method in interface org.springframework.data.couchbase.core.convert.translation.TranslationService
Decodes the target format into a CouchbaseDocument
decodeEntity(String, String, long, Class<T>) - Method in class org.springframework.data.couchbase.core.NonReactiveSupportWrapper
 
decodeEntity(String, String, long, Class<T>) - Method in interface org.springframework.data.couchbase.core.ReactiveTemplateSupport
 
decodeEntity(String, String, long, Class<T>) - Method in interface org.springframework.data.couchbase.core.TemplateSupport
 
decodeFragment(String, Class<T>) - Method in class org.springframework.data.couchbase.core.convert.translation.JacksonTranslationService
 
decodeFragment(String, Class<T>) - Method in interface org.springframework.data.couchbase.core.convert.translation.TranslationService
Decodes an ad-hoc JSON object into a corresponding "case" class.
DEFAULT_CONSISTENCY - Static variable in enum org.springframework.data.couchbase.core.query.Consistency
The static default Consistency (Consistency.READ_YOUR_OWN_WRITES).
DEFAULT_EXPIRATION_TIME - Static variable in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Defnes the default expiration time for the document.
DEFAULT_TYPE_KEY - Static variable in class org.springframework.data.couchbase.core.convert.DefaultCouchbaseTypeMapper
The type key to use if a complex type was identified.
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() - Static method in class org.springframework.data.couchbase.core.query.N1QLExpression
Begins a delete statement
delete - Variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser.N1qlSpelValues
#{}.
delete(T) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
delete(T) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
deleteAll(Iterable<? extends T>) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
deleteAll() - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
deleteAll(Iterable<? extends T>) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
deleteAll(Publisher<? extends T>) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
deleteAll() - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
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(String) - Method in class org.springframework.data.couchbase.core.mapping.KeySettings
Set delimiter
delimiter() - Method in class org.springframework.data.couchbase.core.mapping.KeySettings
Get delimiter
desc() - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
 
Dimensional - Annotation Type in org.springframework.data.couchbase.core.query
Deprecated.
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(String[]) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryWithDistinct
Finds the distinct values for a specified field across a single collection
distinct(boolean) - Method in class org.springframework.data.couchbase.core.query.Query
Is this a DISTINCT query?
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
Document - Annotation Type in org.springframework.data.couchbase.core.mapping
Identifies a domain object to be persisted to Couchbase.
DOCUMENT_TYPES - Static variable in class org.springframework.data.couchbase.core.mapping.CouchbaseSimpleTypes
 
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 the accessor
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 the accessor
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 the accessor
doInCollection() - Method in interface org.springframework.data.couchbase.core.CollectionCallback
The enclosed body will be executed on the connected bucket.
doParse(SpelExpressionParser, EvaluationContext, boolean) - Method in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
 
doResolve(ReactiveCouchbaseTemplate, String, N1qlJoinResolver.N1qlJoinResolverParameters, Class<R>) - Static method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver
 
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 Type in org.springframework.data.couchbase.repository.auditing
Annotation to enable auditing in Couchbase via annotation configuration.
EnableCouchbaseRepositories - Annotation Type in org.springframework.data.couchbase.repository.config
Annotation to activate Couchbase repositories.
EnableReactiveCouchbaseAuditing - Annotation Type in org.springframework.data.couchbase.repository.auditing
Annotation to enable auditing in Couchbase using reactive infrastructure via annotation configuration.
EnableReactiveCouchbaseRepositories - Annotation Type in org.springframework.data.couchbase.repository.config
Annotation to activate reactive couchbase repositories.
encode(CouchbaseStorable) - Method in class org.springframework.data.couchbase.core.convert.translation.JacksonTranslationService
Encode a CouchbaseStorable to a JSON string.
encode(CouchbaseStorable) - Method in interface org.springframework.data.couchbase.core.convert.translation.TranslationService
Encodes a JSON String into the target format.
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(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.
eq(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
Combines two expressions with the equals operator ("=").
eq(boolean) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
 
eq(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
 
equals(Object) - Method in class org.springframework.data.couchbase.core.query.Meta
 
equals(Object) - Method in class org.springframework.data.couchbase.core.RemoveResult
 
escapedBucket(String) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
Escape the given bucketName and produce an N1QLExpression.
evict(Object) - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
 
evictIfPresent(Object) - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
 
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.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
 
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
 
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(N1QLQuery, Class<?>) - 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
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
 
existsById() - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
Deprecated.
existsById(Class<?>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
existsById() - Method in interface org.springframework.data.couchbase.core.ExecutableExistsByIdOperation
Deprecated.
existsById(Class<?>) - Method in interface org.springframework.data.couchbase.core.ExecutableExistsByIdOperation
Checks if the document exists in the bucket.
existsById() - Method in class org.springframework.data.couchbase.core.ExecutableExistsByIdOperationSupport
Deprecated.
existsById(Class<?>) - Method in class org.springframework.data.couchbase.core.ExecutableExistsByIdOperationSupport
 
existsById() - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
 
existsById(Class<?>) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
 
existsById() - Method in interface org.springframework.data.couchbase.core.ReactiveExistsByIdOperation
Deprecated.
existsById(Class<?>) - Method in interface org.springframework.data.couchbase.core.ReactiveExistsByIdOperation
Checks if the document exists in the bucket.
existsById() - Method in class org.springframework.data.couchbase.core.ReactiveExistsByIdOperationSupport
Deprecated.
existsById(Class<?>) - Method in class org.springframework.data.couchbase.core.ReactiveExistsByIdOperationSupport
 
existsById(ID) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
existsById(ID) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
existsById(Publisher<ID>) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
Expiration - Annotation Type in org.springframework.data.couchbase.core.mapping
Annotation to define a field to be substituted for META().expiration in a query
Expiry - Annotation Type in org.springframework.data.couchbase.core.mapping
Expiry annotation
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(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() - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
Export the query criteria to a string without using positional or named parameters.
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
export() - Method in interface org.springframework.data.couchbase.core.query.QueryCriteriaDefinition
Export the query criteria to a string without using positional or named parameters.

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
 
FetchType - Enum in org.springframework.data.couchbase.core.query
Setting for specify when to fetch the associated entities
Field - Annotation Type 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 from PersistentPropertyPath.toDotPath(Converter) made of escaped field names.
fieldNamingStrategy() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
Configures a FieldNamingStrategy on the CouchbaseMappingContext instance created.
fields - Variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser.N1qlSpelValues
#{.
filter - Variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser.N1qlSpelValues
#{}.
findAll(Sort) - Method in interface org.springframework.data.couchbase.repository.CouchbaseRepository
 
findAll(QueryScanConsistency) - Method in interface org.springframework.data.couchbase.repository.CouchbaseRepository
 
findAll() - Method in interface org.springframework.data.couchbase.repository.CouchbaseRepository
 
findAll() - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
findAll(Sort) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
findAll(QueryScanConsistency) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
findAll(Pageable) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
findAll(Sort) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
findAll() - 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
 
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(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(ID) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
findById(ID) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
findById(Publisher<ID>) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
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
 
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(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
 
from(String) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
 
from(String, MutationResult) - Static method in class org.springframework.data.couchbase.core.RemoveResult
 
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 Type in org.springframework.data.couchbase.core.mapping.id
This annotation is targeted at Document interfaces, indicating that the framework should generate the document key value using the specified generator
GenerationStrategy - Enum in org.springframework.data.couchbase.core.mapping.id
Keys generation strategy
GeoUtils - Class in org.springframework.data.couchbase.repository.query.support
Utility class to deal with geo/dimensional indexed data and queries.
GeoUtils() - Constructor for class org.springframework.data.couchbase.repository.query.support.GeoUtils
 
get(Object, Callable<T>) - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
 
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(String) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Potentially get a value from the payload with the given key.
get(int) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
Return the stored element at the given index.
get(Meta.MetaKey) - Method in class org.springframework.data.couchbase.core.query.Meta
 
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(Object) - Method in class org.springframework.data.couchbase.core.NonReactiveSupportWrapper
 
getCas(Object) - Method in interface org.springframework.data.couchbase.core.ReactiveTemplateSupport
 
getCas() - Method in class org.springframework.data.couchbase.core.RemoveResult
 
getCas(Object) - Method in interface org.springframework.data.couchbase.core.TemplateSupport
 
getClassAnnotation(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
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(String) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
Provides access to a Collection on the configured CouchbaseClientFactory.
getCollection(String) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
Provides access to a Collection on the configured CouchbaseClientFactory.
getCollection() - Method in class org.springframework.data.couchbase.core.support.PseudoArgs
 
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() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
 
getCollection() - Method in interface org.springframework.data.couchbase.repository.support.CrudMethodMetadata
 
getCollection(String) - Method in class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
 
getCollectionFrom(Class<?>) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
 
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.
getConfiguredCaches() - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager.CouchbaseCacheManagerBuilder
Get the Set of cache names for which the builder holds configuration.
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.
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 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
 
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.
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.
 
getCountContext() - Method in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
 
getDefault() - Method in class org.springframework.data.couchbase.repository.config.ReactiveRepositoryOperationsMapping
 
getDefault() - Method in class org.springframework.data.couchbase.repository.config.RepositoryOperationsMapping
 
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
 
getDimensionalAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
 
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 of CouchbasePersistentProperty (see N1qlUtils.getPathWithAlternativeFieldNames(CouchbaseConverter, PropertyPath)), obtain a String representation of the path, separated with dots and using alternative field names.
getEntityAnnotation(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
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
 
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(Expiry, Environment) - Static method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity
Deprecated.
getExpiry() - Method in interface org.springframework.data.couchbase.core.mapping.CouchbasePersistentEntity
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(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(RepositoryOperationsMapping) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactoryBean
Get the factory instance for the operations.
getFactoryInstance(ReactiveRepositoryOperationsMapping) - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactoryBean
Get the factory instance for the operations.
getFeature() - Method in exception org.springframework.data.couchbase.core.UnsupportedCouchbaseFeatureException
 
getFieldName() - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentProperty
Returns the field name of the property.
getFieldName() - Method in interface org.springframework.data.couchbase.core.mapping.CouchbasePersistentProperty
Returns the field name of the property.
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
 
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
 
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.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
 
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 Documents.
getMappingContext() - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
 
getMappingContext() - Method in class org.springframework.data.couchbase.repository.config.ReactiveRepositoryOperationsMapping
Get the MappingContext to use in repositories.
getMappingContext() - Method in class org.springframework.data.couchbase.repository.config.RepositoryOperationsMapping
Get the MappingContext to use in repositories.
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(ReactiveCouchbaseTemplate, 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
 
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 corresponding PersistentPropertyPath of CouchbasePersistentProperty 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.
getPlaceHolder(AtomicInteger, boolean) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
 
getPlaceholderValues(ParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
 
getPlaceHolderValues() - Method in class org.springframework.data.couchbase.repository.query.N1qlMutateQueryCreator
 
getPlaceHolderValues() - Method in class org.springframework.data.couchbase.repository.query.OldN1qlQueryCreator
 
getPlaceholderValues(ParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.PartTreeN1qlBasedQuery
Deprecated.
 
getPlaceHolderValues() - Method in interface org.springframework.data.couchbase.repository.query.PartTreeN1qlQueryCreator
Get the named placeholder values
getPlaceholderValues(ParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
 
getPlaceholderValues(ParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.ReactivePartTreeN1qlBasedQuery
Deprecated.
 
getPlaceholderValues(ParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
 
getPotentiallyConvertedSimpleWrite(Object) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
 
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
 
getRepositoryAnnotation(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
getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactory
Returns the base class for the repository being constructed.
getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactory
Returns the base class for the repository being constructed.
getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoryConfigurationExtension
 
getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoryConfigurationExtension
 
getScanConsistency() - Method in class org.springframework.data.couchbase.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 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 could be a
getScopeName() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
If a non-default scope should be used, override this method.
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
 
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.
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.
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 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(int) - Method in class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseParameterAccessor
 
getValue(Iterator<Object>) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
 
getValueAsString(Iterator<Object>) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
 
getValueInternal(CouchbasePersistentProperty, CouchbaseDocument, Object, PersistentEntity) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
Loads the property value through the value provider.
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.
getViewAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
Returns the @View annotation if set, null otherwise.
getViewMetadataProvider() - Method in enum org.springframework.data.couchbase.repository.support.ViewPostProcessor
 
getWriteClassFor(Class<?>) - Method in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
 
getWriteClassFor(Class<?>) - Method in interface org.springframework.data.couchbase.core.convert.CouchbaseConverter
Return the Class that would actually be stored for a given Class.
gt(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
Combines two expressions with the greater than operator (">").
gt(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 (">=").
gte(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
 

H

handleProperties(CouchbasePersistentEntity<?>, ConvertingPropertyAccessor<?>, ReactiveCouchbaseTemplate, String) - Static method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver
 
hasConsistencyAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
 
hasDesignDoc() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
If the method has a @View annotation with the designDocument specified.
hasDimensionalAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
 
hashCode() - Method in class org.springframework.data.couchbase.core.query.Meta
 
hashCode() - Method in class org.springframework.data.couchbase.core.RemoveResult
 
HashSide - Enum in org.springframework.data.couchbase.core.query
Hash side to specify hash join.
hasInlineN1qlQuery() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
If the method has a @Query annotation with an inline Query statement inside.
hasN1qlAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
If the method has a @Query annotation.
hasNext() - Method in class org.springframework.data.couchbase.repository.query.ConvertingIterator
 
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
 
hasValues() - Method in class org.springframework.data.couchbase.core.query.Meta
 
hasViewAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
If the method has a @View annotation.
hasViewName() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
If the method has a @View annotation with the viewName specified.
hasViewSpecification() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
If the method has a @View annotation with the designDocument and viewName specified.

I

i(String...) - Static method in class org.springframework.data.couchbase.core.query.N1QLExpression
An identifier or list of identifiers escaped using backquotes `.
IdAttribute - Annotation Type in org.springframework.data.couchbase.core.mapping.id
This annotation is targeted at building the document id using the attribute value.
IdPrefix - Annotation Type in org.springframework.data.couchbase.core.mapping.id
This annotation is targeted at building the document id using the value as a part of a prefix build.
IdSuffix - Annotation Type in org.springframework.data.couchbase.core.mapping.id
This annotation is targeted at building the document id using the value as a part of a suffix build.
in(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
Adds a IN clause between the current and the given expression.
in(Object...) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
 
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.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.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<T> - Interface in org.springframework.data.couchbase.core.support
A common interface for all of Insert, Replace, Upsert that take Collection
inCollection(String) - Method in interface org.springframework.data.couchbase.core.support.InCollection
Specify collection
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
 
initialCacheNames(Set<String>) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager.CouchbaseCacheManagerBuilder
Append a Set of cache names to be pre initialized with current CouchbaseCacheConfiguration.
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.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.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<T> - Interface in org.springframework.data.couchbase.core.support
A common interface for all of Insert, Replace, Upsert that take options
inScope(String) - Method in interface org.springframework.data.couchbase.core.support.InScope
Specify scope
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
 
instantiators - Variable in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
Contains the entity instantiators.
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
 
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
 
isIdProperty() - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentProperty
 
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
 
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
 

J

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

K

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

like(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
Adds a LIKE clause between the current and the given expression.
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
 
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.
loadCaches() - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager
 
LoggingEventListener - Class in org.springframework.data.couchbase.core.mapping.event
AApplicationListener for Couchbase mapping events logging the events.
LoggingEventListener() - Constructor for class org.springframework.data.couchbase.core.mapping.event.LoggingEventListener
 
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.
lt(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
Combines two expressions with the less than operator ("<").
lt(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 ("<=").
lte(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
 

M

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.
map(Class<?>, CouchbaseOperations) - Method in class org.springframework.data.couchbase.repository.config.RepositoryOperationsMapping
Add a highest priority mapping that will associate a specific repository interface with a given CouchbaseOperations.
mapEntity(Class<?>, 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.
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.
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
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
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(Query) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryWithQuery
Set the filter for the query to be used.
matching(QueryCriteriaDefinition) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryWithQuery
Set the filter criteria to be used.
matching(Query) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryWithQuery
 
matching(QueryCriteriaDefinition) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryWithQuery
 
matching(AnalyticsQuery) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.FindByAnalyticsWithQuery
Set the filter for the analytics query to be used.
matching(Query) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.FindByQueryWithQuery
Set the filter Query to be used.
matching(QueryCriteriaDefinition) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.FindByQueryWithQuery
Set the filter criteria to be used.
matching(Query) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryWithQuery
 
matching(QueryCriteriaDefinition) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryWithQuery
 
matching(AnalyticsQuery) - Method in interface org.springframework.data.couchbase.core.support.WithAnalyticsQuery
Specify query
matching(Query) - Method in interface org.springframework.data.couchbase.core.support.WithQuery
 
matching(QueryCriteriaDefinition) - Method in interface org.springframework.data.couchbase.core.support.WithQuery
 
maybeEmitEvent(CouchbaseMappingEvent<?>) - Method in class org.springframework.data.couchbase.core.NonReactiveSupportWrapper
 
maybeEmitEvent(CouchbaseMappingEvent<?>) - Method in interface org.springframework.data.couchbase.core.ReactiveTemplateSupport
 
maybeEmitEvent(CouchbaseMappingEvent<?>) - Method in interface org.springframework.data.couchbase.core.TemplateSupport
 
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(N1QLExpression) - Static method in class org.springframework.data.couchbase.core.query.N1QLExpression
 
Meta.MetaKey - Enum in org.springframework.data.couchbase.core.query
 
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
 
MISSING() - Static method in class org.springframework.data.couchbase.core.query.N1QLExpression
Returns an expression representing MISSING.

N

n1ql() - Method in class org.springframework.data.couchbase.core.query.N1QLQuery
 
n1qlConsistency() - Method in enum org.springframework.data.couchbase.core.query.Consistency
Returns the consistency corresponding to this Consistency.
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
 
N1qlJoin - Annotation Type in org.springframework.data.couchbase.core.query
This annotation is targeted for entity field which is a list of the associated entities fetched by ANSI Join across the entities available from Couchbase Server 5.5
N1qlJoinProxy(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<?>) - 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 Type in org.springframework.data.couchbase.core.query
Deprecated.
N1QLQuery - Class in org.springframework.data.couchbase.core.query
 
N1QLQuery(N1QLExpression, QueryOptions) - Constructor for class org.springframework.data.couchbase.core.query.N1QLQuery
 
N1QLQuery(N1QLExpression) - 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 Type in org.springframework.data.couchbase.core.query
Deprecated.
N1qlSpelValues(String, String, String, String, String, String) - Constructor for class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser.N1qlSpelValues
 
N1qlUtils - Class in org.springframework.data.couchbase.repository.query.support
Utility class to deal with constructing well formed N1QL queries around Spring Data entities, so that the framework can use N1QL to find such entities (eg. restrict the bucket search to a particular type).
N1qlUtils() - Constructor for class org.springframework.data.couchbase.repository.query.support.N1qlUtils
 
NAMED_PLACEHOLDER_PATTERN - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
regexp that detect $named placeholder (starts with a letter, then alphanum chars)
ne(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
Combines two expressions with the not equals operator ("!
ne(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
 
next() - Method in class org.springframework.data.couchbase.repository.query.ConvertingIterator
 
NonReactiveSupportWrapper - Class in org.springframework.data.couchbase.core
Wrapper of TemplateSupport methods to adapt them to ReactiveTemplateSupport.
NonReactiveSupportWrapper(TemplateSupport) - Constructor for class org.springframework.data.couchbase.core.NonReactiveSupportWrapper
 
notContaining(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.
notIn(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.
notLike(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
 
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
 
OldN1qlQueryCreator - Class in org.springframework.data.couchbase.repository.query
This Query Creator is responsible for parsing a PartTree (representing a method name) into the WHERE clause of a N1QL query.
OldN1qlQueryCreator(PartTree, ParameterAccessor, N1QLExpression, CouchbaseConverter, CouchbaseQueryMethod) - Constructor for class org.springframework.data.couchbase.repository.query.OldN1qlQueryCreator
 
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(Object, CouchbaseDocument, String) - Method in class org.springframework.data.couchbase.core.mapping.event.AuditingEntityCallback
 
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.
onAfterConvert(Object, CouchbaseDocument, String) - Method in class org.springframework.data.couchbase.core.mapping.event.ReactiveAuditingEntityCallback
 
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(MappingContextEvent<?, ?>) - Method in class org.springframework.data.couchbase.core.index.CouchbasePersistentEntityIndexCreator
 
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
 
onBeforeConvert(E) - Method in class org.springframework.data.couchbase.core.mapping.event.AbstractCouchbaseEventListener
 
onBeforeConvert(Object, String) - Method in class org.springframework.data.couchbase.core.mapping.event.AuditingEntityCallback
 
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(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.ReactiveAuditingEntityCallback
 
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(String) - Method in interface org.springframework.data.couchbase.core.ExecutableExistsByIdOperation.TerminatingExistsById
Performs the operation on the ID given.
one() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics
Get exactly zero or one result.
one(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.TerminatingFindById
Finds one document based on the given ID.
one() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.TerminatingFindByQuery
Get exactly zero or one result.
one(T) - Method in interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.TerminatingInsertById
Insert one entity.
one(String) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.TerminatingRemoveById
Remove one document based on the given ID.
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(String) - Method in interface org.springframework.data.couchbase.core.ReactiveExistsByIdOperation.TerminatingExistsById
Performs the operation on the ID given.
one() - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.TerminatingFindByAnalytics
Get exactly zero or one result.
one(String) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByIdOperation.TerminatingFindById
Finds one document based on the given ID.
one() - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.TerminatingFindByQuery
Get exactly zero or one result.
one(T) - Method in interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.TerminatingInsertById
Insert one entity.
one(String) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.TerminatingRemoveById
Remove one document based on the given ID.
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() - Method in interface org.springframework.data.couchbase.core.support.OneAndAll
 
one(T) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllEntity
 
one(T) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllEntityReactive
 
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(String) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllIdReactive
 
one() - Method in interface org.springframework.data.couchbase.core.support.OneAndAllReactive
 
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>)
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 Type in org.springframework.data.couchbase.repository
Scope Annotation
OptionsBuilder - Class in org.springframework.data.couchbase.core.query
 
OptionsBuilder() - Constructor for class org.springframework.data.couchbase.core.query.OptionsBuilder
 
or(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
OR-combines two expressions.
or(String) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
 
or(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
 
or(QueryCriteria) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
 
or(N1QLExpression, N1QLExpression) - Method in class org.springframework.data.couchbase.repository.query.N1qlMutateQueryCreator
 
or(QueryCriteria, QueryCriteria) - Method in class org.springframework.data.couchbase.repository.query.N1qlQueryCreator
 
or(N1QLExpression, N1QLExpression) - Method in class org.springframework.data.couchbase.repository.query.OldN1qlQueryCreator
 
or(QueryCriteria, QueryCriteria) - Method in class org.springframework.data.couchbase.repository.query.StringN1qlQueryCreator
 
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.
OtherConverters - Class in org.springframework.data.couchbase.core.convert
Out of the box conversions for java dates and calendars.
OtherConverters.BigIntegerToString - Enum in org.springframework.data.couchbase.core.convert
 
OtherConverters.StringToBigInteger - Enum in org.springframework.data.couchbase.core.convert
 
OtherConverters.StringToUuid - Enum in org.springframework.data.couchbase.core.convert
 
OtherConverters.UuidToString - Enum 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
Creates a new PartTreeCouchbaseQuery from the given QueryMethod and CouchbaseTemplate.
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.
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, Point, Distance) - Method in class org.springframework.data.couchbase.repository.query.support.AwtPointInShapeEvaluator
 
pointInCircle(Point, Circle) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
Determine if a Point is contained by a Circle.
pointInCircle(Point, Point, Distance) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
Determine if a Point is contained by a Circle represented by its center Point and Distance radius.
pointInPolygon(Point, Polygon) - Method in class org.springframework.data.couchbase.repository.query.support.AwtPointInShapeEvaluator
 
pointInPolygon(Point, Point...) - Method in class org.springframework.data.couchbase.repository.query.support.AwtPointInShapeEvaluator
 
pointInPolygon(Point, Polygon) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
Determine if a Point is contained by a Polygon.
pointInPolygon(Point, Point...) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
Determine if a Point is contained by a polygon represented as an array of points.
PointInShapeEvaluator - Class in org.springframework.data.couchbase.repository.query.support
PointInShapeEvaluator can be used to tell if a particular Point is contained by a Polygon or Circle.
PointInShapeEvaluator() - Constructor for class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
 
POSITIONAL_PLACEHOLDER_PATTERN - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
regexp that detect positional placeholder ($ followed by digits only)
postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoryConfigurationExtension
 
postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoryConfigurationExtension
 
postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - Method in class org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoryConfigurationExtension
 
postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoryConfigurationExtension
 
postProcess(ProxyFactory, RepositoryInformation) - Method in enum org.springframework.data.couchbase.repository.support.ViewPostProcessor
 
prefix(String) - Method in class org.springframework.data.couchbase.core.mapping.KeySettings
Set common prefix
prefix() - Method in class org.springframework.data.couchbase.core.mapping.KeySettings
Get common prefix
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 given prefix.
prepareExpression(CouchbaseConverter, Part, Iterator<Object>, AtomicInteger, JsonArray) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
 
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
 
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, Object) - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
 
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
 
put(String, Object) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Store a value with the given key for later retreival.
put(Object) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
Add content to the underlying list.
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 - Class in org.springframework.data.couchbase.core.query
 
Query() - Constructor for class org.springframework.data.couchbase.core.query.Query
 
Query(QueryCriteriaDefinition) - Constructor for class org.springframework.data.couchbase.core.query.Query
 
query(QueryCriteriaDefinition) - Static method in class org.springframework.data.couchbase.core.query.Query
 
Query - Annotation Type in org.springframework.data.couchbase.repository
Annotation to support the use of N1QL queries with Couchbase.
QueryCriteria - Class in org.springframework.data.couchbase.core.query
 
QueryCriteriaDefinition - Interface in org.springframework.data.couchbase.core.query
 
QueryIndexDirection - Enum in org.springframework.data.couchbase.core.index
 
QueryIndexed - Annotation Type 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 those IndexDefinitions 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
 
QUOTE_DETECTION_PATTERN - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
regexp that detects " and ' quote boundaries, ignoring escaped quotes

R

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 given MappingContext and AuditingHandler provided by the given ObjectFactory.
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 given Method.
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(CouchbaseClientFactory, MappingCouchbaseConverter) - 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
 
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.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
 
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
 
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
 
ReactiveInsertByIdOperationSupport(ReactiveCouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ReactiveInsertByIdOperationSupport
 
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.
 
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
 
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
 
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
 
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
ReactiveTemplateSupport - Interface in org.springframework.data.couchbase.core
 
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
 
ReactiveUpsertByIdOperationSupport(ReactiveCouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ReactiveUpsertByIdOperationSupport
 
read(EvaluationContext, Object, String) - Method in class org.springframework.data.couchbase.core.convert.CouchbaseDocumentPropertyAccessor
Read the value from the property.
read(Class<R>, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
 
read(TypeInformation<R>, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
Read an incoming CouchbaseDocument into the target entity.
read(TypeInformation<R>, CouchbaseDocument, Object) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
Read an incoming CouchbaseDocument into the target entity.
read(CouchbasePersistentEntity<R>, CouchbaseDocument, Object) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
Read an incoming CouchbaseDocument into the target entity.
readAliasFrom(CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.convert.DefaultCouchbaseTypeMapper.CouchbaseDocumentTypeAliasAccessor
 
readMap(TypeInformation<?>, CouchbaseDocument, Object) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
Recursively parses the a map from the source document.
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
 
registerDefaultConverters(ConverterRegistry) - Static method in class org.springframework.data.couchbase.cache.CouchbaseCacheConfiguration
Registers default cache key converters.
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
 
remove() - Method in class org.springframework.data.couchbase.repository.query.ConvertingIterator
 
removeById() - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
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() - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation
Deprecated.
removeById() - Method in class org.springframework.data.couchbase.core.ExecutableRemoveByIdOperationSupport
Deprecated.
removeById(Class<?>) - Method in class org.springframework.data.couchbase.core.ExecutableRemoveByIdOperationSupport
 
removeById() - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
 
removeById(Class<?>) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
 
removeById() - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation
Deprecated.
removeById(Class<?>) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation
Removes a document.
removeById() - Method in class org.springframework.data.couchbase.core.ReactiveRemoveByIdOperationSupport
Deprecated.
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>, Polygon) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
Utility method to remove false positives from a collection of objects that have a notion of location, where we want to only include values that are located within a polygon.
removeFalsePositives(Collection<? extends T>, Converter<T, Point>, Circle) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
Utility method to remove false positives from a collection of objects that have a notion of location, where we want to only include values that are located within a circle.
removeFalsePositives(Collection<? extends T>, Converter<T, Point>, Point...) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
Utility method to remove false positives from a collection of objects that have a notion of location, where we want to only include values that are located within a polygon.
removeFalsePositives(Collection<? extends T>, Converter<T, Point>, Point, Distance) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
Utility method to remove false positives from a collection of objects that have a notion of location, where we want to only include values that are located within a circle.
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
 
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(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 IndexDefinitions for properties of given TypeInformation.
resolveIndexFor(Class<?>) - Method in interface org.springframework.data.couchbase.core.index.QueryIndexResolver
Find and create IndexDefinitions for properties of given TypeInformation.
resolveIndexForEntity(CouchbasePersistentEntity<?>) - Method in class org.springframework.data.couchbase.core.index.CouchbasePersistentEntityIndexResolver
 
returning(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
 
returning - Variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser.N1qlSpelValues
#{}.
returnPropertyIfBetterIdPropertyCandidateOrNull(CouchbasePersistentProperty) - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity
 

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 "").
save(S) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
save(S) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
saveAll(Iterable<S>) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
saveAll(Iterable<S>) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
saveAll(Publisher<S>) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
scanConsistency(QueryScanConsistency) - Method in class org.springframework.data.couchbase.core.query.Query
Sets the given scan consistency on the Query instance.
ScanConsistency - Annotation Type in org.springframework.data.couchbase.repository
Scan Consistency Annotation
Scope - Annotation Type in org.springframework.data.couchbase.repository
Scope Annotation
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_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
 
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(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
 
setContent(Map<String, Object>) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Allows to set the full payload as a map.
setContent(JsonObject) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Allows to set the full payload as a json object for convenience.
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.
setDefault(ReactiveCouchbaseOperations) - Method in class org.springframework.data.couchbase.repository.config.ReactiveRepositoryOperationsMapping
Change the default reactive couchbase operations in an existing mapping.
setDefault(CouchbaseOperations) - Method in class org.springframework.data.couchbase.repository.config.RepositoryOperationsMapping
Change the default couchbase operations in an existing mapping.
setEntityCallbacks(EntityCallbacks) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
COPIED Set the EntityCallbacks instance to use when invoking callbacks like the AfterConvertCallback.
setEnvironment(Environment) - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity
 
setExpiration(int) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Set the expiration time of the document.
setFieldNamingStrategy(FieldNamingStrategy) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
Configures the FieldNamingStrategy to be used to determine the field name if no manual mapping is applied.
setId(String) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Sets the unique ID of the document per bucket.
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.
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
 
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 with cacheName followed by double colons.
SimpleCouchbaseClientFactory - Class in org.springframework.data.couchbase
The default implementation of a CouchbaseClientFactory.
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
 
SimpleCouchbaseClientFactory(Cluster, String, String) - 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(boolean) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Retruns the size of the attributes in this and recursive documents.
size() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
Returns the size of the attributes in this document (not nested).
size(boolean) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
Retruns the size of the attributes in this and recursive documents.
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.
SPEL_BUCKET - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
Use this variable in a SpEL expression in a @Query annotation's inline statement.
SPEL_DELETE - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
Use this variable in a SpEL expression in a @Query annotation's inline statement.
SPEL_ENTITY - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
Use this variable in a SpEL expression in a @Query annotation's inline statement.
SPEL_FILTER - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
Use this variable in a SpEL expression in a @Query annotation's inline statement WHERE clause.
SPEL_PREFIX - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
 
SPEL_RETURNING - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
Use this variable in a SpEL expression in a @Query annotation's inline statement.
SPEL_SELECT_FROM_CLAUSE - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
Use this variable in a SpEL expression in a @Query annotation's inline statement.
startingWith(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
 
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
 
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
StringBasedN1qlQueryParser - Class in org.springframework.data.couchbase.repository.query
 
StringBasedN1qlQueryParser(String, CouchbaseQueryMethod, String, CouchbaseConverter, String, String, ParameterAccessor, SpelExpressionParser, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
 
StringBasedN1qlQueryParser(String, String, CouchbaseConverter, Class, Class, String, String, boolean, String[], String[]) - Constructor for class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
 
StringBasedN1qlQueryParser.N1qlSpelValues - Class in org.springframework.data.couchbase.repository.query
This class is exposed to SpEL parsing through the variable #.
StringN1qlQueryCreator - Class in org.springframework.data.couchbase.repository.query
 
StringN1qlQueryCreator(ParameterAccessor, CouchbaseQueryMethod, CouchbaseConverter, String, 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
 
suffix(String) - Method in class org.springframework.data.couchbase.core.mapping.KeySettings
Set common suffix
suffix() - Method in class org.springframework.data.couchbase.core.mapping.KeySettings
Get common suffix
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
 
toN1qlRemoveString(ReactiveCouchbaseTemplate, String, Class) - Method in class org.springframework.data.couchbase.core.query.Query
 
toN1qlRemoveString(ReactiveCouchbaseTemplate, String, Class) - Method in class org.springframework.data.couchbase.core.query.StringQuery
toN1qlRemoveString - use toN1qlSelectString
toN1qlSelectString(ReactiveCouchbaseTemplate, String, Class, Class, boolean, String[], String[]) - Method in class org.springframework.data.couchbase.core.query.N1QLQuery
 
toN1qlSelectString(ReactiveCouchbaseTemplate, Class, boolean) - Method in class org.springframework.data.couchbase.core.query.Query
 
toN1qlSelectString(ReactiveCouchbaseTemplate, String, Class, Class, boolean, String[], String[]) - Method in class org.springframework.data.couchbase.core.query.Query
 
toN1qlSelectString(ReactiveCouchbaseTemplate, String, Class, Class, boolean, String[], String[]) - Method in class org.springframework.data.couchbase.core.query.StringQuery
 
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.RemoveResult
 
toString() - Method in class org.springframework.data.couchbase.core.support.PseudoArgs
 
toString() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
 
transactionAware() - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager.CouchbaseCacheManagerBuilder
Enable CouchbaseCaches to synchronize cache put/evict operations with ongoing Spring-managed transactions.
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
 
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 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

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
 
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
 
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 given Validator.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.DurationToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.InstantToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateTimeToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalTimeToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToInstantConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateTimeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalTimeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToZonedDateTimeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.PeriodToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToDurationConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToPeriodConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToZoneIdConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.ZonedDateTimeToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.ZoneIdToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.CalendarToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateTimeToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.LocalDateTimeToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.LocalDateToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToCalendarConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToDateTimeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateTimeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.SerializedObjectToDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.OtherConverters.BigIntegerToString
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.OtherConverters.StringToBigInteger
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.OtherConverters.StringToUuid
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.OtherConverters.UuidToString
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.index.QueryIndexDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.mapping.id.GenerationStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.query.Consistency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.query.FetchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.query.HashSide
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.query.Meta.MetaKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.repository.support.ViewPostProcessor
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.DurationToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.InstantToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateTimeToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalTimeToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToInstantConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateTimeConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalTimeConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToZonedDateTimeConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.PeriodToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToDurationConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToPeriodConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToZoneIdConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.ZonedDateTimeToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.ZoneIdToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.CalendarToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateTimeToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.LocalDateTimeToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.LocalDateToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToCalendarConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToDateTimeConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateTimeConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.SerializedObjectToDateConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.OtherConverters.BigIntegerToString
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.OtherConverters.StringToBigInteger
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.OtherConverters.StringToUuid
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.OtherConverters.UuidToString
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.index.QueryIndexDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.mapping.id.GenerationStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.query.Consistency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.query.FetchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.query.HashSide
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.query.Meta.MetaKey
Returns an array containing the constants of this enum type, 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 org.springframework.data.couchbase.repository.support.ViewPostProcessor
Returns an array containing the constants of this enum type, 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.
View - Annotation Type in org.springframework.data.couchbase.core.query
Deprecated.
viewConsistency() - Method in enum org.springframework.data.couchbase.core.query.Consistency
Returns the view consistency corresponding to this Consistency.
ViewIndexed - Annotation Type in org.springframework.data.couchbase.core.query
Deprecated.
ViewMetadataProvider - Interface in org.springframework.data.couchbase.repository.support
Interface to abstract ViewMetadataProvider that provides Views to be used for query execution.
ViewPostProcessor - Enum in org.springframework.data.couchbase.repository.support
RepositoryProxyPostProcessor that sets up an interceptor to read View information from the invoked method.

W

where(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
 
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) - 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(Sort) - Method in class org.springframework.data.couchbase.core.query.AnalyticsQuery
Adds a Sort to 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.Query
Adds a Sort to the Query instance.
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
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
 
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(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 - Annotation Type in org.springframework.data.couchbase.core.query
Annotation to set the scan consistency of N1QL queries with Couchbase.
withConsistency(AnalyticsScanConsistency) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.FindByAnalyticsWithConsistency
Allows to override the default scan consistency.
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(AnalyticsScanConsistency) - Method in interface org.springframework.data.couchbase.core.support.WithAnalyticsConsistency
Specify scan consistency
WithConsistency<T> - Interface in org.springframework.data.couchbase.core.support
A common interface operations that take scan consistency
withConsistency(QueryScanConsistency) - Method in interface org.springframework.data.couchbase.core.support.WithConsistency
Specify scan consistency
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(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.InsertByIdWithDurability
 
withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.RemoveByIdWithDurability
 
withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.RemoveByIdWithDurability
 
withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdWithDurability
 
withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdWithDurability
 
withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdWithDurability
 
withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdWithDurability
 
withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.InsertByIdWithDurability
 
withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.InsertByIdWithDurability
 
withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.RemoveByIdWithDurability
 
withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.RemoveByIdWithDurability
 
withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdWithDurability
 
withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdWithDurability
 
withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.UpsertByIdWithDurability
 
withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.UpsertByIdWithDurability
 
WithDurability<T> - Interface in org.springframework.data.couchbase.core.support
A common interface for all of Insert, Replace, Upsert that take Durability
withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.support.WithDurability
 
withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.support.WithDurability
 
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.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.ReactiveReplaceByIdOperation.ReplaceByIdWithExpiry
 
withExpiry(Duration) - Method in interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.UpsertByIdWithExpiry
 
WithExpiry<R> - Interface in org.springframework.data.couchbase.core.support
A common interface for those that support withExpiry()
withExpiry(Duration) - Method in interface org.springframework.data.couchbase.core.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(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
withOptions(ExistsOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableExistsByIdOperation.ExistsByIdWithOptions
Fluent method to specify options to use for execution
withOptions(AnalyticsOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsWithOptions
Fluent method to specify options to use for execution
withOptions(GetOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.FindByIdWithOptions
Fluent method to specify options to use for execution
withOptions(QueryOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryWithOptions
Fluent method to specify options to use for execution
withOptions(GetAnyReplicaOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions
Fluent method to specify options to use for execution
withOptions(InsertOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.InsertByIdWithOptions
Fluent method to specify options to use for execution.
withOptions(RemoveOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.RemoveByIdWithOptions
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(ReplaceOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdWithOptions
Fluent method to specify options to use for execution
withOptions(UpsertOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdWithOptions
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(AnalyticsOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.FindByAnalyticsWithOptions
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(QueryOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.FindByQueryWithOptions
 
withOptions(GetAnyReplicaOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions
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(RemoveOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.RemoveByIdWithOptions
Fluent method to specify options to use for execution
withOptions(QueryOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryWithOptions
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(UpsertOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.UpsertByIdWithOptions
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(ExistsOptions) - Method in interface org.springframework.data.couchbase.core.support.WithExistsOptions
Specify options
withOptions(GetAnyReplicaOptions) - Method in interface org.springframework.data.couchbase.core.support.WithGetAnyReplicaOptions
Specify options
withOptions(GetOptions) - Method in interface org.springframework.data.couchbase.core.support.WithGetOptions
Specify options
withOptions(InsertOptions) - Method in interface org.springframework.data.couchbase.core.support.WithInsertOptions
Specify options
withOptions(QueryOptions) - Method in interface org.springframework.data.couchbase.core.support.WithQueryOptions
Specify options
withOptions(RemoveOptions) - Method in interface org.springframework.data.couchbase.core.support.WithRemoveOptions
 
withOptions(ReplaceOptions) - Method in interface org.springframework.data.couchbase.core.support.WithReplaceOptions
 
withOptions(UpsertOptions) - Method in interface org.springframework.data.couchbase.core.support.WithUpsertOptions
 
withOptions(CommonOptions<?>) - Method in interface org.springframework.data.couchbase.repository.DynamicProxyable
 
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
WithReplaceOptions<T> - Interface in org.springframework.data.couchbase.core.support
A common interface for all of Insert, Replace, Upsert that take options
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
 
WithUpsertOptions<T> - Interface in org.springframework.data.couchbase.core.support
A common interface for all of Insert, Replace, Upsert that take options
write(Object, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
 
writeInternal(Object, CouchbaseDocument, TypeInformation<?>, boolean) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
Convert a source object into a CouchbaseDocument target.
writeInternal(Object, CouchbaseDocument, CouchbasePersistentEntity<?>, boolean) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
Internal helper method to write the source object 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.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Spring Data Couchbase

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