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.
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 Document 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 elements.
all(Collection<? extends T>) - Method in interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.TerminatingInsertById
 
all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.TerminatingRemoveById
 
all() - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.TerminatingRemoveByQuery
 
all(Collection<? extends T>) - Method in interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.TerminatingReplaceById
 
all(Collection<? extends T>) - Method in interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.TerminatingUpsertById
 
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
 
all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.TerminatingRemoveById
 
all() - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.TerminatingRemoveByQuery
 
all(Collection<? extends T>) - Method in interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.TerminatingReplaceById
 
all(Collection<? extends T>) - Method in interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.TerminatingUpsertById
 
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
 
any(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindFromReplicasByIdOperation.TerminatingFindFromReplicasById
 
any(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ExecutableFindFromReplicasByIdOperation.TerminatingFindFromReplicasById
 
any(String) - Method in interface org.springframework.data.couchbase.core.ReactiveFindFromReplicasByIdOperation.TerminatingFindFromReplicasById
 
any(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ReactiveFindFromReplicasByIdOperation.TerminatingFindFromReplicasById
 
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)
AnyIdReactive<T> - Interface in org.springframework.data.couchbase.core.support
A common interface for those that support one(T), all(Collection)
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.
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.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
 
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.
buildQuery(CouchbaseTemplate, 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(QueryScanConsistency) - Method in class org.springframework.data.couchbase.core.query.Query
build QueryOptions from parameters and scanConsistency

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
 
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(Period) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.PeriodToStringConverter
 
convert(String) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToDurationConverter
 
convert(String) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToPeriodConverter
 
convert(String) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToZoneIdConverter
 
convert(ZoneId) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.ZoneIdToStringConverter
 
convert(Calendar) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.CalendarToLongConverter
 
convert(DateTime) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateTimeToLongConverter
 
convert(Date) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateToLongConverter
 
convert(Date) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateToStringConverter
 
convert(LocalDateTime) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.LocalDateTimeToLongConverter
 
convert(LocalDate) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.LocalDateToLongConverter
 
convert(Number) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToCalendarConverter
 
convert(Number) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToDateTimeConverter
 
convert(Number) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateConverter
 
convert(Number) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateTimeConverter
 
convert(Object) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.SerializedObjectToDateConverter
 
convertForWriteIfNeeded(Object) - Method in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
 
convertForWriteIfNeeded(Object) - Method in interface org.springframework.data.couchbase.core.convert.CouchbaseConverter
Convert the value if necessary to the class that would actually be stored, or leave it as is if no conversion needed.
ConvertingIterator - Class in org.springframework.data.couchbase.repository.query
An Iterator<Object> that converts values to their stored Class if warranted.
ConvertingIterator(Iterator<Object>, CouchbaseConverter) - Constructor for class org.springframework.data.couchbase.repository.query.ConvertingIterator
 
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.PeriodToStringConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.StringToDurationConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.StringToPeriodConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.StringToZoneIdConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseJsr310Converters.ZoneIdToStringConverter - Enum in org.springframework.data.couchbase.core.convert
 
CouchbaseList - Class in org.springframework.data.couchbase.core.mapping
A CouchbaseList is an abstract list that represents an array stored in a (most of the times JSON) document.
CouchbaseList() - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseList
Create a new (empty) list.
CouchbaseList(List<Object>) - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseList
Create a new list with a given payload on construction.
CouchbaseList(SimpleTypeHolder) - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseList
Create a new (empty) list with an existing SimpleTypeHolder.
CouchbaseList(List<Object>, SimpleTypeHolder) - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseList
Create a new list with a given payload on construction and an existing SimpleTypeHolder.
couchbaseMappingContext(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
 
CouchbaseOperations - Interface in org.springframework.data.couchbase.core
Defines common operations on the Couchbase data source, most commonly implemented by CouchbaseTemplate.
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.
CouchbaseRepositoryConfigurationExtension - Class in org.springframework.data.couchbase.repository.config
 
CouchbaseRepositoryConfigurationExtension() - Constructor for class org.springframework.data.couchbase.repository.config.CouchbaseRepositoryConfigurationExtension
 
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
 
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(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
 
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[]) - 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(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
 
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
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
 
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(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
 
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(CouchbaseTemplate, N1qlJoinResolver.N1qlJoinResolverParameters, Class<R>) - Static method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver
 

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.
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.
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
 
ExecutableExistsByIdOperation.ExecutableExistsById - Interface in org.springframework.data.couchbase.core
 
ExecutableExistsByIdOperation.ExistsByIdWithCollection - Interface in org.springframework.data.couchbase.core
 
ExecutableExistsByIdOperation.TerminatingExistsById - Interface in org.springframework.data.couchbase.core
 
ExecutableExistsByIdOperationSupport - Class in org.springframework.data.couchbase.core
 
ExecutableFindByAnalyticsOperation - Interface in org.springframework.data.couchbase.core
 
ExecutableFindByAnalyticsOperation.ExecutableFindByAnalytics<T> - Interface in org.springframework.data.couchbase.core
 
ExecutableFindByAnalyticsOperation.FindByAnalyticsConsistentWith<T> - Interface in org.springframework.data.couchbase.core
Deprecated.
ExecutableFindByAnalyticsOperation.FindByAnalyticsWithConsistency<T> - Interface in org.springframework.data.couchbase.core
 
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
 
ExecutableFindByIdOperation.ExecutableFindById<T> - Interface in org.springframework.data.couchbase.core
 
ExecutableFindByIdOperation.FindByIdWithCollection<T> - Interface in org.springframework.data.couchbase.core
 
ExecutableFindByIdOperation.FindByIdWithProjection<T> - Interface in org.springframework.data.couchbase.core
 
ExecutableFindByIdOperation.TerminatingFindById<T> - Interface in org.springframework.data.couchbase.core
 
ExecutableFindByIdOperationSupport - Class in org.springframework.data.couchbase.core
 
ExecutableFindByQueryOperation - Interface in org.springframework.data.couchbase.core
 
ExecutableFindByQueryOperation.ExecutableFindByQuery<T> - Interface in org.springframework.data.couchbase.core
ExecutableFindByQueryOperation.ExecutableFindByQuery provides methods for constructing lookup 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
 
ExecutableFindByQueryOperation.FindByQueryWithConsistency<T> - Interface in org.springframework.data.couchbase.core
 
ExecutableFindByQueryOperation.FindByQueryWithDistinct<T> - Interface in org.springframework.data.couchbase.core
Distinct Find support.
ExecutableFindByQueryOperation.FindByQueryWithProjection<T> - Interface in org.springframework.data.couchbase.core
Result type override (Optional).
ExecutableFindByQueryOperation.FindByQueryWithQuery<T> - Interface in org.springframework.data.couchbase.core
Terminating operations invoking the actual query execution.
ExecutableFindByQueryOperation.TerminatingFindByQuery<T> - Interface in org.springframework.data.couchbase.core
 
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
 
ExecutableFindFromReplicasByIdOperation.ExecutableFindFromReplicasById<T> - Interface in org.springframework.data.couchbase.core
 
ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdWithCollection<T> - Interface in org.springframework.data.couchbase.core
 
ExecutableFindFromReplicasByIdOperation.TerminatingFindFromReplicasById<T> - Interface in org.springframework.data.couchbase.core
 
ExecutableFindFromReplicasByIdOperationSupport - Class in org.springframework.data.couchbase.core
 
ExecutableInsertByIdOperation - Interface in org.springframework.data.couchbase.core
 
ExecutableInsertByIdOperation.ExecutableInsertById<T> - Interface in org.springframework.data.couchbase.core
 
ExecutableInsertByIdOperation.InsertByIdWithCollection<T> - Interface in org.springframework.data.couchbase.core
 
ExecutableInsertByIdOperation.InsertByIdWithDurability<T> - Interface in org.springframework.data.couchbase.core
 
ExecutableInsertByIdOperation.InsertByIdWithExpiry<T> - Interface in org.springframework.data.couchbase.core
 
ExecutableInsertByIdOperation.TerminatingInsertById<T> - Interface in org.springframework.data.couchbase.core
 
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
 
ExecutableRemoveByIdOperation.ExecutableRemoveById - Interface in org.springframework.data.couchbase.core
 
ExecutableRemoveByIdOperation.RemoveByIdWithCollection - Interface in org.springframework.data.couchbase.core
 
ExecutableRemoveByIdOperation.RemoveByIdWithDurability - Interface in org.springframework.data.couchbase.core
 
ExecutableRemoveByIdOperation.TerminatingRemoveById - Interface in org.springframework.data.couchbase.core
 
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
 
ExecutableRemoveByQueryOperation.ExecutableRemoveByQuery<T> - Interface in org.springframework.data.couchbase.core
 
ExecutableRemoveByQueryOperation.RemoveByQueryConsistentWith<T> - Interface in org.springframework.data.couchbase.core
Deprecated.
ExecutableRemoveByQueryOperation.RemoveByQueryInCollection<T> - Interface in org.springframework.data.couchbase.core
 
ExecutableRemoveByQueryOperation.RemoveByQueryWithConsistency<T> - Interface in org.springframework.data.couchbase.core
 
ExecutableRemoveByQueryOperation.RemoveByQueryWithQuery<T> - Interface in org.springframework.data.couchbase.core
 
ExecutableRemoveByQueryOperation.TerminatingRemoveByQuery<T> - Interface in org.springframework.data.couchbase.core
 
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
 
ExecutableReplaceByIdOperation.ExecutableReplaceById<T> - Interface in org.springframework.data.couchbase.core
 
ExecutableReplaceByIdOperation.ReplaceByIdWithCollection<T> - Interface in org.springframework.data.couchbase.core
 
ExecutableReplaceByIdOperation.ReplaceByIdWithDurability<T> - Interface in org.springframework.data.couchbase.core
 
ExecutableReplaceByIdOperation.ReplaceByIdWithExpiry<T> - Interface in org.springframework.data.couchbase.core
 
ExecutableReplaceByIdOperation.TerminatingReplaceById<T> - Interface in org.springframework.data.couchbase.core
 
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
 
ExecutableUpsertByIdOperation.ExecutableUpsertById<T> - Interface in org.springframework.data.couchbase.core
 
ExecutableUpsertByIdOperation.TerminatingUpsertById<T> - Interface in org.springframework.data.couchbase.core
 
ExecutableUpsertByIdOperation.UpsertByIdWithCollection<T> - Interface in org.springframework.data.couchbase.core
 
ExecutableUpsertByIdOperation.UpsertByIdWithDurability<T> - Interface in org.springframework.data.couchbase.core
 
ExecutableUpsertByIdOperation.UpsertByIdWithExpiry<T> - Interface in org.springframework.data.couchbase.core
 
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
 
existsById() - 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
 
existsById() - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
 
existsById() - 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
 
existsById(ID) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
existsById(ID) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
existsById(Publisher<ID>) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
 
export() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Returns the current payload, including all recursive elements.
export() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
Returns the current payload, including all recursive elements.
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
Queries the N1QL service.
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
 
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
 
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.

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.
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
 
getArray(Iterator<Object>) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
 
getAssociatedEntityTypeInfo() - Method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver.N1qlJoinResolverParameters
 
getAuditHandlerBeanDefinitionBuilder(AuditingConfiguration) - Method in class org.springframework.data.couchbase.repository.auditing.CouchbaseAuditingRegistrar
 
getAuditingHandlerBeanName() - Method in class org.springframework.data.couchbase.repository.auditing.CouchbaseAuditingRegistrar
 
getBindableValue(int) - Method in class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseParameterAccessor
 
getBoundingBoxForNear(Point, Distance) - Static method in class org.springframework.data.couchbase.repository.query.support.GeoUtils
Computes the bounding box approximation for a "near" query (max distance from a point of origin).
getBucket() - Method in interface org.springframework.data.couchbase.CouchbaseClientFactory
Provides access to the managed SDK Bucket reference.
getBucket() - Method in class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
 
getBucketName() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
The name of the bucket that should be used (for example "travel-sample").
getBucketName() - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
The name of the bucket used.
getBucketName() - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
getBucketName() - Method in interface org.springframework.data.couchbase.core.ReactiveCouchbaseOperations
The name of the bucket used.
getBucketName() - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
 
getCacheConfiguration() - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
Returns the configuration for this CouchbaseCache.
getCacheConfigurationFor(String) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager.CouchbaseCacheManagerBuilder
Get the CouchbaseCacheConfiguration for a given cache by its name.
getCas() - Method in class org.springframework.data.couchbase.core.RemoveResult
 
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(String) - Method in interface org.springframework.data.couchbase.CouchbaseClientFactory
Provides access to a collection (identified by its name) in managed SDK Scope reference.
getCollection(String) - Method in class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
 
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.
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.
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
 
getDimensionalAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
 
getDocument() - Method in class org.springframework.data.couchbase.core.mapping.event.CouchbaseMappingEvent
 
getDottedPathWithAlternativeFieldNames(PersistentPropertyPath<CouchbasePersistentProperty>) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
Given a PersistentPropertyPath of CouchbasePersistentProperty (see N1qlUtils.getPathWithAlternativeFieldNames(CouchbaseConverter, PropertyPath)), obtain a String representation of the path, separated with dots and using alternative field names.
getEntityInformation(Class<T>) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactory
Returns entity information based on the domain class.
getEntityInformation(Class<T>) - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactory
Returns entity information based on the domain class.
getEntityInformation() - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
Returns the information for the underlying template.
getEntityInformation() - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
Returns the information for the underlying template.
getEntityTypeInfo() - Method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver.N1qlJoinResolverParameters
 
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
 
getExpiry() - 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.
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.
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.
getName() - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
 
getNativeCache() - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
 
getOperations() - Method in class org.springframework.data.couchbase.repository.query.AbstractCouchbaseQueryBase
 
getOptions() - Method in class org.springframework.data.couchbase.core.query.N1QLQuery
 
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
 
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
 
getQueryMetaAttributes() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
Returns the Meta attributes to be applied.
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
 
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 interface org.springframework.data.couchbase.CouchbaseClientFactory
Provides access to the managed SDK Scope reference.
getScope() - Method in class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
 
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.
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
 
getTypeValue() - Method in class org.springframework.data.couchbase.repository.query.StringN1qlQueryCreator
 
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(int) - Method in class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseParameterAccessor
 
getValue(Iterator<Object>) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
 
getValueAsString(Iterator<Object>) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
 
getValueInternal(CouchbasePersistentProperty, CouchbaseDocument, Object) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
Loads the property value through the value provider.
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

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
 
hasQueryMetaAttributes() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
 
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.ExistsByIdWithCollection
Allows to specify a different collection than the default one configured.
inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.FindByIdWithCollection
Allows to specify a different collection than the default one configured.
inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryInCollection
Allows to override the default scan consistency.
inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdWithCollection
 
inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.InsertByIdWithCollection
 
inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.RemoveByIdWithCollection
 
inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryInCollection
 
inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdWithCollection
 
inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdWithCollection
 
inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveExistsByIdOperation.ExistsByIdWithCollection
Allows to specify a different collection than the default one configured.
inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByIdOperation.FindByIdWithCollection
Allows to specify a different collection than the default one configured.
inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.FindByQueryInCollection
Explicitly set the name of the collection to perform the query on.
inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdWithCollection
 
inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.InsertByIdWithCollection
 
inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.RemoveByIdWithCollection
 
inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryInCollection
 
inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdWithCollection
 
inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.UpsertByIdWithCollection
 
inCollection(String) - Method in interface org.springframework.data.couchbase.core.support.WithCollection
 
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.
insertById(Class<T>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
insertById(Class<T>) - Method in interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation
 
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
 
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
 
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
 
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
 
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 for the 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
 
matching(Query) - Method in interface org.springframework.data.couchbase.core.support.WithQuery
 
matching(QueryCriteriaDefinition) - Method in interface org.springframework.data.couchbase.core.support.WithQuery
 
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 - Annotation Type in org.springframework.data.couchbase.repository
 
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(CouchbaseTemplate, N1qlJoinResolver.N1qlJoinResolverParameters) - Constructor for class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver.N1qlJoinProxy
 
N1qlJoinResolver - Class in org.springframework.data.couchbase.core.convert.join
N1qlJoinResolver resolves by converting the join definition to query statement and executing using CouchbaseTemplate
N1qlJoinResolver() - Constructor for class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver
 
N1qlJoinResolver.N1qlJoinProxy - Class in org.springframework.data.couchbase.core.convert.join
 
N1qlJoinResolver.N1qlJoinResolverParameters - Class in org.springframework.data.couchbase.core.convert.join
 
N1qlJoinResolverParameters(N1qlJoin, String, TypeInformation<?>, TypeInformation<?>) - Constructor for class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver.N1qlJoinResolverParameters
 
N1qlMutateQueryCreator - Class in org.springframework.data.couchbase.repository.query
N1qlMutateQueryCreator allows to create queries for delete operations.
N1qlMutateQueryCreator(PartTree, ParameterAccessor, 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
 
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, Document, String) - Method in interface org.springframework.data.couchbase.core.mapping.event.AfterConvertCallback
Entity callback method invoked after a domain object is materialized from a Document.
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(BeforeConvertEvent<Object>) - Method in class org.springframework.data.couchbase.core.mapping.event.AuditingEventListener
 
onBeforeConvert(E) - Method in class org.springframework.data.couchbase.core.mapping.event.AbstractCouchbaseEventListener
 
onBeforeConvert(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
 
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
 
one(String) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.TerminatingRemoveById
 
one(T) - Method in interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.TerminatingReplaceById
 
one(T) - Method in interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.TerminatingUpsertById
 
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
 
one(String) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.TerminatingRemoveById
 
one(T) - Method in interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.TerminatingReplaceById
 
one(T) - Method in interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.TerminatingUpsertById
 
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)
OneAndAllEntity<T> - Interface in org.springframework.data.couchbase.core.support
A common interface for those that support one(T), all(Collection)
OneAndAllEntityReactive<T> - Interface in org.springframework.data.couchbase.core.support
A common interface for those that support one(T), all(Collection)
OneAndAllExists - Interface in org.springframework.data.couchbase.core.support
A common interface for those that support one(T), all(Collection)
OneAndAllExistsReactive - Interface in org.springframework.data.couchbase.core.support
A common interface for those that support one(T), all(Collection)
OneAndAllId<T> - Interface in org.springframework.data.couchbase.core.support
A common interface for those that support one(String), all(Collection)
OneAndAllIdReactive<T> - Interface in org.springframework.data.couchbase.core.support
A common interface for those that support one(String), all(Collection)
OneAndAllReactive<T> - Interface in org.springframework.data.couchbase.core.support
A common interface for those that support one(T), all(Collection)
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.
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.config - package org.springframework.data.couchbase.repository.config
This package contains the support classes to configure repositories in the context of Couchbase.
org.springframework.data.couchbase.repository.query - package org.springframework.data.couchbase.repository.query
This package contains classes related to query derivation and concrete ways of querying couchbase.
org.springframework.data.couchbase.repository.query.support - package org.springframework.data.couchbase.repository.query.support
This package contains support classes for query derivation and other ways of querying couchbase (helper classes).
org.springframework.data.couchbase.repository.support - package org.springframework.data.couchbase.repository.support
This package contains the Couchbase implementations to support the Spring Data repository abstraction.

P

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.ReactiveFindByIdOperation.FindByIdWithProjection
Load only certain fields for the document.
project(String[]) - Method in interface org.springframework.data.couchbase.core.support.WithProjectionId
 
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_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
 
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
 
ReactiveExistsByIdOperation - Interface in org.springframework.data.couchbase.core
 
ReactiveExistsByIdOperation.ExistsByIdWithCollection - Interface in org.springframework.data.couchbase.core
 
ReactiveExistsByIdOperation.ReactiveExistsById - Interface in org.springframework.data.couchbase.core
 
ReactiveExistsByIdOperation.TerminatingExistsById - Interface in org.springframework.data.couchbase.core
 
ReactiveExistsByIdOperationSupport - Class in org.springframework.data.couchbase.core
 
ReactiveFindByAnalyticsOperation - Interface in org.springframework.data.couchbase.core
 
ReactiveFindByAnalyticsOperation.FindByAnalyticsConsistentWith<T> - Interface in org.springframework.data.couchbase.core
Deprecated.
ReactiveFindByAnalyticsOperation.FindByAnalyticsWithConsistency<T> - Interface in org.springframework.data.couchbase.core
 
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
Compose find execution by calling one of the terminating methods.
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
 
ReactiveFindByIdOperation.FindByIdWithCollection<T> - Interface in org.springframework.data.couchbase.core
 
ReactiveFindByIdOperation.FindByIdWithProjection<T> - Interface in org.springframework.data.couchbase.core
 
ReactiveFindByIdOperation.ReactiveFindById<T> - Interface in org.springframework.data.couchbase.core
 
ReactiveFindByIdOperation.TerminatingFindById<T> - Interface in org.springframework.data.couchbase.core
 
ReactiveFindByIdOperationSupport - Class in org.springframework.data.couchbase.core
 
ReactiveFindByQueryOperation - Interface in org.springframework.data.couchbase.core
ReactiveFindByQueryOperation
ReactiveFindByQueryOperation.FindByQueryConsistentWith<T> - Interface in org.springframework.data.couchbase.core
Deprecated. 
ReactiveFindByQueryOperation.FindByQueryInCollection<T> - Interface in org.springframework.data.couchbase.core
Collection override (optional).
ReactiveFindByQueryOperation.FindByQueryWithConsistency<T> - Interface in org.springframework.data.couchbase.core
 
ReactiveFindByQueryOperation.FindByQueryWithDistinct<T> - Interface in org.springframework.data.couchbase.core
Distinct Find support.
ReactiveFindByQueryOperation.FindByQueryWithProjection<T> - Interface in org.springframework.data.couchbase.core
Result type override (optional).
ReactiveFindByQueryOperation.FindByQueryWithQuery<T> - Interface in org.springframework.data.couchbase.core
Terminating operations invoking the actual query execution.
ReactiveFindByQueryOperation.ReactiveFindByQuery<T> - Interface in org.springframework.data.couchbase.core
 
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
 
ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdWithCollection<T> - Interface in org.springframework.data.couchbase.core
 
ReactiveFindFromReplicasByIdOperation.ReactiveFindFromReplicasById<T> - Interface in org.springframework.data.couchbase.core
 
ReactiveFindFromReplicasByIdOperation.TerminatingFindFromReplicasById<T> - Interface in org.springframework.data.couchbase.core
 
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
 
ReactiveInsertByIdOperation.InsertByIdWithCollection<T> - Interface in org.springframework.data.couchbase.core
 
ReactiveInsertByIdOperation.InsertByIdWithDurability<T> - Interface in org.springframework.data.couchbase.core
 
ReactiveInsertByIdOperation.InsertByIdWithExpiry<T> - Interface in org.springframework.data.couchbase.core
 
ReactiveInsertByIdOperation.ReactiveInsertById<T> - Interface in org.springframework.data.couchbase.core
 
ReactiveInsertByIdOperation.TerminatingInsertById<T> - Interface in org.springframework.data.couchbase.core
 
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
 
ReactiveRemoveByIdOperation.ReactiveRemoveById - Interface in org.springframework.data.couchbase.core
 
ReactiveRemoveByIdOperation.RemoveByIdWithCollection - Interface in org.springframework.data.couchbase.core
 
ReactiveRemoveByIdOperation.RemoveByIdWithDurability - Interface in org.springframework.data.couchbase.core
 
ReactiveRemoveByIdOperation.TerminatingRemoveById - Interface in org.springframework.data.couchbase.core
 
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
 
ReactiveRemoveByQueryOperation.ReactiveRemoveByQuery<T> - Interface in org.springframework.data.couchbase.core
 
ReactiveRemoveByQueryOperation.RemoveByQueryConsistentWith<T> - Interface in org.springframework.data.couchbase.core
Deprecated.
ReactiveRemoveByQueryOperation.RemoveByQueryInCollection<T> - Interface in org.springframework.data.couchbase.core
 
ReactiveRemoveByQueryOperation.RemoveByQueryWithConsistency<T> - Interface in org.springframework.data.couchbase.core
 
ReactiveRemoveByQueryOperation.RemoveByQueryWithQuery<T> - Interface in org.springframework.data.couchbase.core
 
ReactiveRemoveByQueryOperation.TerminatingRemoveByQuery<T> - Interface in org.springframework.data.couchbase.core
 
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
 
ReactiveReplaceByIdOperation.ReactiveReplaceById<T> - Interface in org.springframework.data.couchbase.core
 
ReactiveReplaceByIdOperation.ReplaceByIdWithCollection<T> - Interface in org.springframework.data.couchbase.core
 
ReactiveReplaceByIdOperation.ReplaceByIdWithDurability<T> - Interface in org.springframework.data.couchbase.core
 
ReactiveReplaceByIdOperation.ReplaceByIdWithExpiry<T> - Interface in org.springframework.data.couchbase.core
 
ReactiveReplaceByIdOperation.TerminatingReplaceById<T> - Interface in org.springframework.data.couchbase.core
 
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
ReactiveUpsertByIdOperation - Interface in org.springframework.data.couchbase.core
 
ReactiveUpsertByIdOperation.ReactiveUpsertById<T> - Interface in org.springframework.data.couchbase.core
 
ReactiveUpsertByIdOperation.TerminatingUpsertById<T> - Interface in org.springframework.data.couchbase.core
 
ReactiveUpsertByIdOperation.UpsertByIdWithCollection<T> - Interface in org.springframework.data.couchbase.core
 
ReactiveUpsertByIdOperation.UpsertByIdWithDurability<T> - Interface in org.springframework.data.couchbase.core
 
ReactiveUpsertByIdOperation.UpsertByIdWithExpiry<T> - Interface in org.springframework.data.couchbase.core
 
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
 
removeById() - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation
 
removeById() - Method in class org.springframework.data.couchbase.core.ExecutableRemoveByIdOperationSupport
 
removeById() - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
 
removeById() - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation
 
removeById() - 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
 
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
 
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
 
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
 
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
 
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.
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(Meta) - Method in class org.springframework.data.couchbase.core.query.Query
 
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.
setReactiveCouchbaseOperationsMapping(ReactiveRepositoryOperationsMapping) - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactoryBean
 
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) - 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) - 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, 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

T

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
 
toN1qlSelectString(ReactiveCouchbaseTemplate, Class, boolean) - Method in class org.springframework.data.couchbase.core.query.Query
 
toN1qlSelectString(ReactiveCouchbaseTemplate, String, Class, boolean) - Method in class org.springframework.data.couchbase.core.query.Query
 
toN1qlSelectString(ReactiveCouchbaseTemplate, String, Class, Class, boolean, String[]) - Method in class org.springframework.data.couchbase.core.query.Query
 
toN1qlSelectString(ReactiveCouchbaseTemplate, String, Class, Class, boolean, 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.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.
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
 
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
 
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.PeriodToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToDurationConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToPeriodConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToZoneIdConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.ZoneIdToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.CalendarToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateTimeToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.LocalDateTimeToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.LocalDateToLongConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToCalendarConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToDateTimeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateTimeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.SerializedObjectToDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.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.repository.support.ViewPostProcessor
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.DurationToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.InstantToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateTimeToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalTimeToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToInstantConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateTimeConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalTimeConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.PeriodToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToDurationConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToPeriodConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.StringToZoneIdConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.ZoneIdToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.CalendarToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateTimeToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.DateToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.LocalDateTimeToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.LocalDateToLongConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToCalendarConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToDateTimeConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.NumberToLocalDateTimeConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.SerializedObjectToDateConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.couchbase.core.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() - 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
A common interface for all of Insert, Replace, Upsert that take consistency
WithAnalyticsQuery<T> - Interface in org.springframework.data.couchbase.core.support
A common interface for all of Insert, Replace, Upsert that take Query
withCacheConfiguration(String, CouchbaseCacheConfiguration) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager.CouchbaseCacheManagerBuilder
 
WithCollection<T> - Interface in org.springframework.data.couchbase.core.support
A common interface for all of Insert, Replace, Upsert that take Collection
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
 
WithConsistency<T> - Interface in org.springframework.data.couchbase.core.support
A common interface for all of Insert, Replace, Upsert that take consistency
withConsistency(QueryScanConsistency) - Method in interface org.springframework.data.couchbase.core.support.WithConsistency
 
WithDistinct<T> - Interface in org.springframework.data.couchbase.core.support
A common interface for all of Insert, Replace, Upsert that take Distinct
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
A common interface for all of Insert, Replace, Upsert that take Durability
withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.WithDurability
 
withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.WithDurability
 
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.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<T> - Interface in org.springframework.data.couchbase.core
A common interface for all of Insert, Replace, Upsert that take expiry
withExpiry(Duration) - Method in interface org.springframework.data.couchbase.core.WithExpiry
 
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.
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
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 class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
 
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–2021 Pivotal Software, Inc.. All rights reserved.