- abbreviateFieldNames() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
- 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
-
- AbstractCouchbaseConverter(GenericConversionService) - Constructor for class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
-
- AbstractCouchbaseEventListener<E> - Class in org.springframework.data.couchbase.core.mapping.event
-
- AbstractCouchbaseEventListener() - Constructor for class org.springframework.data.couchbase.core.mapping.event.AbstractCouchbaseEventListener
-
- AbstractCouchbaseQuery - Class in org.springframework.data.couchbase.repository.query
-
- 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
-
- AbstractCouchbaseQueryBase(CouchbaseQueryMethod, CouchbaseOperationsType, SpelExpressionParser, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.couchbase.repository.query.AbstractCouchbaseQueryBase
-
- AbstractN1qlBasedQuery - Class in org.springframework.data.couchbase.repository.query
-
- AbstractN1qlBasedQuery(CouchbaseQueryMethod, CouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
-
- AbstractReactiveCouchbaseQuery - Class in org.springframework.data.couchbase.repository.query
-
- 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
CouchbaseDocument
when reading results.
- AfterDeleteEvent<E> - Class in org.springframework.data.couchbase.core.mapping.event
-
- AfterDeleteEvent(E) - Constructor for class org.springframework.data.couchbase.core.mapping.event.AfterDeleteEvent
-
- afterPropertiesSet() - Method in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
-
Do nothing after the properties set on the bean.
- afterPropertiesSet() - Method in class org.springframework.data.couchbase.core.convert.translation.JacksonTranslationService
-
- afterPropertiesSet() - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactoryBean
-
Make sure that the dependencies are set and not null.
- afterPropertiesSet() - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactoryBean
-
Make sure that the dependencies are set and not null.
- AfterSaveEvent<E> - Class in org.springframework.data.couchbase.core.mapping.event
-
- AfterSaveEvent(E, CouchbaseDocument) - Constructor for class org.springframework.data.couchbase.core.mapping.event.AfterSaveEvent
-
- all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ExecutableExistsByIdOperation.TerminatingExistsById
-
Performs the operation on the collection of ids.
- all() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics
-
Get all matching elements.
- all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.TerminatingFindById
-
Finds a list of documents based on the given IDs.
- all() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.TerminatingFindByQuery
-
Get all matching documents.
- all(Collection<? extends T>) - Method in interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.TerminatingInsertById
-
Insert a collection of entities.
- all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.TerminatingRemoveById
-
Remove the documents in the collection.
- all() - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.TerminatingRemoveByQuery
-
Remove all matching documents.
- all(Collection<? extends T>) - Method in interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.TerminatingReplaceById
-
Replace a collection of entities.
- all(Collection<? extends T>) - Method in interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.TerminatingUpsertById
-
Insert a collection of entities.
- all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ReactiveExistsByIdOperation.TerminatingExistsById
-
Performs the operation on the collection of ids.
- all() - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.TerminatingFindByAnalytics
-
Get all matching elements.
- all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByIdOperation.TerminatingFindById
-
Finds a list of documents based on the given IDs.
- all() - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.TerminatingFindByQuery
-
Get all matching elements.
- all(Collection<? extends T>) - Method in interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.TerminatingInsertById
-
Insert a collection of entities.
- all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.TerminatingRemoveById
-
Remove the documents in the collection.
- all() - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.TerminatingRemoveByQuery
-
Remove all matching documents.
- all(Collection<? extends T>) - Method in interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.TerminatingReplaceById
-
Replace a collection of entities.
- all(Collection<? extends T>) - Method in interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.TerminatingUpsertById
-
Insert a collection of entities.
- all() - Method in interface org.springframework.data.couchbase.core.support.OneAndAll
-
- all(Collection<? extends T>) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllEntity
-
- all(Collection<? extends T>) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllEntityReactive
-
- all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllExists
-
- all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllExistsReactive
-
- all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllId
-
- all(Collection<String>) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllIdReactive
-
- all() - Method in interface org.springframework.data.couchbase.core.support.OneAndAllReactive
-
- AnalyticsQuery - Class in org.springframework.data.couchbase.core.query
-
- AnalyticsQuery() - Constructor for class org.springframework.data.couchbase.core.query.AnalyticsQuery
-
- and(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
AND-combines two expressions.
- and(String) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
- and(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
- and(QueryCriteria) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
- and(Part, N1QLExpression, Iterator<Object>) - Method in class org.springframework.data.couchbase.repository.query.N1qlMutateQueryCreator
-
- and(Part, QueryCriteria, Iterator<Object>) - Method in class org.springframework.data.couchbase.repository.query.N1qlQueryCreator
-
- and(Part, N1QLExpression, Iterator<Object>) - Method in class org.springframework.data.couchbase.repository.query.OldN1qlQueryCreator
-
- and(Part, QueryCriteria, Iterator<Object>) - Method in class org.springframework.data.couchbase.repository.query.StringN1qlQueryCreator
-
- annotation(Class<A>, String, V, AnnotatedElement...) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
-
return the first merged annotation which does not have attribute with null/defaultValue from the listed elements.
- annotation(Class<A>, V, AnnotatedElement[]) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
-
- annotationAttribute(Class<A>, String, V, AnnotatedElement[]) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
-
return the first merged annotation which is not null/defaultValue from the listed elements.
- annotationString(Class<A>, String, Object, AnnotatedElement[]) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
-
return the toString() of the first merged annotation which is not null/defaultValue from the listed elements.
- annotationString(Class<A>, Object, AnnotatedElement[]) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
-
- any(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindFromReplicasByIdOperation.TerminatingFindFromReplicasById
-
Finds one document based on the given ID.
- any(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ExecutableFindFromReplicasByIdOperation.TerminatingFindFromReplicasById
-
Finds a list of documents based on the given IDs.
- any(String) - Method in interface org.springframework.data.couchbase.core.ReactiveFindFromReplicasByIdOperation.TerminatingFindFromReplicasById
-
Finds one document based on the given ID.
- any(Collection<String>) - Method in interface org.springframework.data.couchbase.core.ReactiveFindFromReplicasByIdOperation.TerminatingFindFromReplicasById
-
Finds a list of documents based on the given IDs.
- any(String) - Method in interface org.springframework.data.couchbase.core.support.AnyId
-
- any(Collection<String>) - Method in interface org.springframework.data.couchbase.core.support.AnyId
-
- any(String) - Method in interface org.springframework.data.couchbase.core.support.AnyIdReactive
-
- any(Collection<String>) - Method in interface org.springframework.data.couchbase.core.support.AnyIdReactive
-
- AnyId<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for those that support one(T), all(Collection)
- 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.
- applyUpdatedCas(Object, CouchbaseDocument, long) - Method in class org.springframework.data.couchbase.core.NonReactiveSupportWrapper
-
- applyUpdatedCas(T, CouchbaseDocument, long) - Method in interface org.springframework.data.couchbase.core.ReactiveTemplateSupport
-
- applyUpdatedCas(T, CouchbaseDocument, long) - Method in interface org.springframework.data.couchbase.core.TemplateSupport
-
- applyUpdatedId(Object, Object) - Method in class org.springframework.data.couchbase.core.NonReactiveSupportWrapper
-
- applyUpdatedId(T, Object) - Method in interface org.springframework.data.couchbase.core.ReactiveTemplateSupport
-
- applyUpdatedId(T, Object) - Method in interface org.springframework.data.couchbase.core.TemplateSupport
-
- arrayContaining(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
- as(Class<R>) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsWithProjection
-
Define the target type fields should be mapped to.
- as(Class<R>) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryWithProjection
-
Define the target type fields should be mapped to.
- as(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Adds a AS clause between the current and the given expression.
- as(Class<R>) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.FindByAnalyticsWithProjection
-
Define the target type fields should be mapped to.
- as(Class<R>) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.FindByQueryWithProjection
-
Define the target type fields should be mapped to.
- as(Class<R>) - Method in interface org.springframework.data.couchbase.core.support.WithProjection
-
- asc() - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
- AuditingEntityCallback - Class in org.springframework.data.couchbase.core.mapping.event
-
EntityCallback
to populate auditing related fields on an entity about to be saved.
- AuditingEntityCallback(ObjectFactory<IsNewAwareAuditingHandler>) - Constructor for class org.springframework.data.couchbase.core.mapping.event.AuditingEntityCallback
-
- 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
-
- 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
-
- AwtPointInShapeEvaluator() - Constructor for class org.springframework.data.couchbase.repository.query.support.AwtPointInShapeEvaluator
-
- cacheDefaults(CouchbaseCacheConfiguration) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager.CouchbaseCacheManagerBuilder
-
- CacheKeyPrefix - Interface in org.springframework.data.couchbase.cache
-
CacheKeyPrefix
provides a hook for creating custom prefixes prepended to the actual key stored in
Couchbase.
- canRead(EvaluationContext, Object, String) - Method in class org.springframework.data.couchbase.core.convert.CouchbaseDocumentPropertyAccessor
-
It can always read from those properties.
- clear() - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
-
- clear(String) - Method in interface org.springframework.data.couchbase.cache.CouchbaseCacheWriter
-
Clears the cache with the given key pattern prefix.
- clear(String) - Method in class org.springframework.data.couchbase.cache.DefaultCouchbaseCacheWriter
-
- close() - Method in class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
-
- Collection - Annotation Type in org.springframework.data.couchbase.repository
-
Collection Annotation
- CollectionCallback<T> - Interface in org.springframework.data.couchbase.core
-
Defines the callback which will be wrapped and executed on a bucket.
- complete(N1QLExpression, Sort) - Method in class org.springframework.data.couchbase.repository.query.N1qlCountQueryCreator
-
- complete(N1QLExpression, Sort) - Method in class org.springframework.data.couchbase.repository.query.N1qlMutateQueryCreator
-
- complete(QueryCriteria, Sort) - Method in class org.springframework.data.couchbase.repository.query.N1qlQueryCreator
-
- complete(N1QLExpression, Sort) - Method in class org.springframework.data.couchbase.repository.query.OldN1qlQueryCreator
-
- complete(QueryCriteria, Sort) - Method in class org.springframework.data.couchbase.repository.query.StringN1qlQueryCreator
-
- CompositeQueryIndex - Annotation Type in org.springframework.data.couchbase.core.index
-
- CompositeQueryIndexes - Annotation Type in org.springframework.data.couchbase.core.index
-
- compute(String) - Method in interface org.springframework.data.couchbase.cache.CacheKeyPrefix
-
Compute the prefix for the actual key stored in Couchbase.
- computePrefixWith(CacheKeyPrefix) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheConfiguration
-
Use the given
CacheKeyPrefix
to compute the prefix for the actual Couchbase key given the
cache name as function input.
- configureEnvironment(ClusterEnvironment.Builder) - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
Can be overridden to customize the configuration of the environment before bootstrap.
- configureReactiveRepositoryOperationsMapping(ReactiveRepositoryOperationsMapping) - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
In order to customize the mapping between repositories/entity types to couchbase templates, use the provided
mapping's api (eg. in order to have different buckets backing different repositories).
- configureRepositoryOperationsMapping(RepositoryOperationsMapping) - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
In order to customize the mapping between repositories/entity types to couchbase templates, use the provided
mapping's api (eg. in order to have different buckets backing different repositories).
- Consistency - Enum in org.springframework.data.couchbase.core.query
-
Enumeration of different consistency configurations to be used by the queries generated by the framework.
- consistentWith(AnalyticsScanConsistency) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsConsistentWith
-
Deprecated.
- consistentWith(QueryScanConsistency) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryConsistentWith
-
Deprecated.
- consistentWith(QueryScanConsistency) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryConsistentWith
-
Deprecated.
- consistentWith(AnalyticsScanConsistency) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.FindByAnalyticsConsistentWith
-
Deprecated.
- consistentWith(QueryScanConsistency) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.FindByQueryConsistentWith
-
Deprecated.
- consistentWith(QueryScanConsistency) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryConsistentWith
-
Deprecated.
- containing(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
- containsKey(String) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
-
Returns true if it contains a payload for the specified key.
- containsValue(Object) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
-
Returns true if it contains the given value.
- containsValue(Object) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
-
Returns true if it contains the given value.
- conversions - Variable in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
-
Holds the custom conversions.
- conversionService - Variable in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
-
Contains the conversion service.
- convert(Duration) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.DurationToStringConverter
-
- convert(Instant) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.InstantToLongConverter
-
- convert(LocalDateTime) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateTimeToLongConverter
-
- convert(LocalDate) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateToLongConverter
-
- convert(LocalTime) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalTimeToLongConverter
-
- convert(Number) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToInstantConverter
-
- convert(Number) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateConverter
-
- convert(Number) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateTimeConverter
-
- convert(Number) - Method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalTimeConverter
-
- convert(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
-
- 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
-
- CouchbaseClientFactory - Interface in org.springframework.data.couchbase
-
- 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
-
- CouchbaseDocument(String) - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
-
- CouchbaseDocument(String, int) - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
-
- 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
-
- 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
-
- 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
-
- CouchbaseMappingContext - Class in org.springframework.data.couchbase.core.mapping
-
- CouchbaseMappingContext() - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
-
- CouchbaseMappingEvent<T> - Class in org.springframework.data.couchbase.core.mapping.event
-
A mapping event.
- CouchbaseMappingEvent(T, CouchbaseDocument) - Constructor for class org.springframework.data.couchbase.core.mapping.event.CouchbaseMappingEvent
-
- couchbaseObjectMapper() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
Creates a ObjectMapper
for the jsonSerializer of the ClusterEnvironment
- CouchbaseOperations - Interface in org.springframework.data.couchbase.core
-
Defines common operations on the Couchbase data source, most commonly implemented by
CouchbaseTemplate
.
- 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
-
- 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
-
- CouchbaseRepositoryBase<T,ID> - Class in org.springframework.data.couchbase.repository.support
-
- CouchbaseRepositoryBase(CouchbaseEntityInformation<T, String>, Class<?>) - Constructor for class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryBase
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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(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
-
- createAliasFor(TypeInformation<?>) - Method in class org.springframework.data.couchbase.core.convert.TypeAwareTypeInformationMapper
-
- createAssociation() - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentProperty
-
Creates a new Association.
- createCacheKey(Object) - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
-
Customization hook for creating cache key before it gets serialized.
- createCompositeQueryIndexDefinitions(CouchbasePersistentEntity<?>, CouchbasePersistentProperty) - Method in class org.springframework.data.couchbase.core.index.CouchbasePersistentEntityIndexResolver
-
- createCouchbaseCache(String, CouchbaseCacheConfiguration) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager
-
Configuration hook for creating
CouchbaseCache
with given name and
cacheConfig
.
- createCountQuery(ParametersParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.AbstractCouchbaseQueryBase
-
- 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
-
- 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
-
- 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
-
- CustomConversions - Class in org.springframework.data.couchbase.core.convert
-
- CustomConversions(List<?>) - Constructor for class org.springframework.data.couchbase.core.convert.CustomConversions
-
Deprecated.
Create a new instance with a given list of conversers.
- EnableCouchbaseAuditing - Annotation Type in org.springframework.data.couchbase.repository.auditing
-
Annotation to enable auditing in Couchbase via annotation configuration.
- EnableCouchbaseRepositories - Annotation Type in org.springframework.data.couchbase.repository.config
-
Annotation to activate Couchbase repositories.
- EnableReactiveCouchbaseAuditing - Annotation Type in org.springframework.data.couchbase.repository.auditing
-
Annotation to enable auditing in Couchbase using reactive infrastructure via annotation
configuration.
- EnableReactiveCouchbaseRepositories - Annotation Type in org.springframework.data.couchbase.repository.config
-
Annotation to activate reactive couchbase repositories.
- encode(CouchbaseStorable) - Method in class org.springframework.data.couchbase.core.convert.translation.JacksonTranslationService
-
- encode(CouchbaseStorable) - Method in interface org.springframework.data.couchbase.core.convert.translation.TranslationService
-
Encodes a JSON String into the target format.
- encodeEntity(Object) - Method in class org.springframework.data.couchbase.core.NonReactiveSupportWrapper
-
- encodeEntity(Object) - Method in interface org.springframework.data.couchbase.core.ReactiveTemplateSupport
-
- encodeEntity(Object) - Method in interface org.springframework.data.couchbase.core.TemplateSupport
-
- endingWith(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
- entryExpiry(Duration) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheConfiguration
-
Set the expiry to apply for cache entries.
- eq(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Combines two expressions with the equals operator ("=").
- eq(boolean) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
- eq(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
- equals(Object) - Method in class org.springframework.data.couchbase.core.query.Meta
-
- equals(Object) - Method in class org.springframework.data.couchbase.core.RemoveResult
-
- escapedBucket(String) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
-
- evict(Object) - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
-
- evictIfPresent(Object) - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
-
- ExecutableExistsByIdOperation - Interface in org.springframework.data.couchbase.core
-
Insert Operations
- ExecutableExistsByIdOperation.ExecutableExistsById - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing KV exists operations in a fluent way.
- ExecutableExistsByIdOperation.ExistsByIdInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ExecutableExistsByIdOperation.ExistsByIdInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ExecutableExistsByIdOperation.ExistsByIdWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ExecutableExistsByIdOperation.TerminatingExistsById - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ExecutableExistsByIdOperationSupport - Class in org.springframework.data.couchbase.core
-
- ExecutableFindByAnalyticsOperation - Interface in org.springframework.data.couchbase.core
-
FindByAnalytics Operations
- ExecutableFindByAnalyticsOperation.ExecutableFindByAnalytics<T> - Interface in org.springframework.data.couchbase.core
-
- ExecutableFindByAnalyticsOperation.FindByAnalyticsConsistentWith<T> - Interface in org.springframework.data.couchbase.core
-
Deprecated.
- ExecutableFindByAnalyticsOperation.FindByAnalyticsInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ExecutableFindByAnalyticsOperation.FindByAnalyticsInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ExecutableFindByAnalyticsOperation.FindByAnalyticsWithConsistency<T> - Interface in org.springframework.data.couchbase.core
-
- ExecutableFindByAnalyticsOperation.FindByAnalyticsWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ExecutableFindByAnalyticsOperation.FindByAnalyticsWithProjection<T> - Interface in org.springframework.data.couchbase.core
-
Result type override (Optional).
- ExecutableFindByAnalyticsOperation.FindByAnalyticsWithQuery<T> - Interface in org.springframework.data.couchbase.core
-
- ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics<T> - Interface in org.springframework.data.couchbase.core
-
- ExecutableFindByAnalyticsOperationSupport - Class in org.springframework.data.couchbase.core
-
- ExecutableFindByAnalyticsOperationSupport(CouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperationSupport
-
- ExecutableFindByIdOperation - Interface in org.springframework.data.couchbase.core
-
Get Operations
- ExecutableFindByIdOperation.ExecutableFindById<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing query operations in a fluent way.
- ExecutableFindByIdOperation.FindByIdInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ExecutableFindByIdOperation.FindByIdInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ExecutableFindByIdOperation.FindByIdWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ExecutableFindByIdOperation.FindByIdWithProjection<T> - Interface in org.springframework.data.couchbase.core
-
- ExecutableFindByIdOperation.TerminatingFindById<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ExecutableFindByIdOperationSupport - Class in org.springframework.data.couchbase.core
-
- ExecutableFindByQueryOperation - Interface in org.springframework.data.couchbase.core
-
Query Operations
- ExecutableFindByQueryOperation.ExecutableFindByQuery<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing query operations in a fluent way.
- ExecutableFindByQueryOperation.FindByQueryConsistentWith<T> - Interface in org.springframework.data.couchbase.core
-
Deprecated.
- ExecutableFindByQueryOperation.FindByQueryInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ExecutableFindByQueryOperation.FindByQueryInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ExecutableFindByQueryOperation.FindByQueryWithConsistency<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify scan consistency.
- ExecutableFindByQueryOperation.FindByQueryWithDistinct<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify DISTINCT fields
- ExecutableFindByQueryOperation.FindByQueryWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ExecutableFindByQueryOperation.FindByQueryWithProjection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify a return type different than the the entity type to use for the results.
- ExecutableFindByQueryOperation.FindByQueryWithQuery<T> - Interface in org.springframework.data.couchbase.core
-
Fluent methods to specify the query
- ExecutableFindByQueryOperation.TerminatingFindByQuery<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ExecutableFindByQueryOperationSupport - Class in org.springframework.data.couchbase.core
-
- ExecutableFindByQueryOperationSupport(CouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ExecutableFindByQueryOperationSupport
-
- ExecutableFindFromReplicasByIdOperation - Interface in org.springframework.data.couchbase.core
-
Query Operations
- ExecutableFindFromReplicasByIdOperation.ExecutableFindFromReplicasById<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing get operations in a fluent way.
- ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ExecutableFindFromReplicasByIdOperation.TerminatingFindFromReplicasById<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual get execution.
- ExecutableFindFromReplicasByIdOperationSupport - Class in org.springframework.data.couchbase.core
-
- ExecutableInsertByIdOperation - Interface in org.springframework.data.couchbase.core
-
Insert Operations
- ExecutableInsertByIdOperation.ExecutableInsertById<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing KV insert operations in a fluent way.
- ExecutableInsertByIdOperation.InsertByIdInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ExecutableInsertByIdOperation.InsertByIdInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ExecutableInsertByIdOperation.InsertByIdWithDurability<T> - Interface in org.springframework.data.couchbase.core
-
- ExecutableInsertByIdOperation.InsertByIdWithExpiry<T> - Interface in org.springframework.data.couchbase.core
-
- ExecutableInsertByIdOperation.InsertByIdWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ExecutableInsertByIdOperation.TerminatingInsertById<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ExecutableInsertByIdOperationSupport - Class in org.springframework.data.couchbase.core
-
- ExecutableInsertByIdOperationSupport(CouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ExecutableInsertByIdOperationSupport
-
- ExecutableRemoveByIdOperation - Interface in org.springframework.data.couchbase.core
-
Remove Operations on KV service.
- ExecutableRemoveByIdOperation.ExecutableRemoveById - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing remove operations in a fluent way.
- ExecutableRemoveByIdOperation.RemoveByIdInCollection - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ExecutableRemoveByIdOperation.RemoveByIdInScope - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ExecutableRemoveByIdOperation.RemoveByIdWithCas - Interface in org.springframework.data.couchbase.core
-
- ExecutableRemoveByIdOperation.RemoveByIdWithDurability - Interface in org.springframework.data.couchbase.core
-
- ExecutableRemoveByIdOperation.RemoveByIdWithOptions - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ExecutableRemoveByIdOperation.TerminatingRemoveById - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ExecutableRemoveByIdOperationSupport - Class in org.springframework.data.couchbase.core
-
- ExecutableRemoveByIdOperationSupport(CouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ExecutableRemoveByIdOperationSupport
-
- ExecutableRemoveByQueryOperation - Interface in org.springframework.data.couchbase.core
-
RemoveBy Query Operations
- ExecutableRemoveByQueryOperation.ExecutableRemoveByQuery<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing query operations in a fluent way.
- ExecutableRemoveByQueryOperation.RemoveByQueryConsistentWith<T> - Interface in org.springframework.data.couchbase.core
-
Deprecated.
- ExecutableRemoveByQueryOperation.RemoveByQueryInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ExecutableRemoveByQueryOperation.RemoveByQueryInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ExecutableRemoveByQueryOperation.RemoveByQueryWithConsistency<T> - Interface in org.springframework.data.couchbase.core
-
- ExecutableRemoveByQueryOperation.RemoveByQueryWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ExecutableRemoveByQueryOperation.RemoveByQueryWithQuery<T> - Interface in org.springframework.data.couchbase.core
-
Fluent methods to specify the query
- ExecutableRemoveByQueryOperation.TerminatingRemoveByQuery<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ExecutableRemoveByQueryOperationSupport - Class in org.springframework.data.couchbase.core
-
- ExecutableRemoveByQueryOperationSupport(CouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperationSupport
-
- ExecutableReplaceByIdOperation - Interface in org.springframework.data.couchbase.core
-
Replace Operations
- ExecutableReplaceByIdOperation.ExecutableReplaceById<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing KV replace operations in a fluent way.
- ExecutableReplaceByIdOperation.ReplaceByIdInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ExecutableReplaceByIdOperation.ReplaceByIdInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ExecutableReplaceByIdOperation.ReplaceByIdWithDurability<T> - Interface in org.springframework.data.couchbase.core
-
- ExecutableReplaceByIdOperation.ReplaceByIdWithExpiry<T> - Interface in org.springframework.data.couchbase.core
-
- ExecutableReplaceByIdOperation.ReplaceByIdWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ExecutableReplaceByIdOperation.TerminatingReplaceById<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ExecutableReplaceByIdOperationSupport - Class in org.springframework.data.couchbase.core
-
- ExecutableReplaceByIdOperationSupport(CouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ExecutableReplaceByIdOperationSupport
-
- ExecutableUpsertByIdOperation - Interface in org.springframework.data.couchbase.core
-
Insert Operations
- ExecutableUpsertByIdOperation.ExecutableUpsertById<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing KV operations in a fluent way.
- ExecutableUpsertByIdOperation.TerminatingUpsertById<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ExecutableUpsertByIdOperation.UpsertByIdInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ExecutableUpsertByIdOperation.UpsertByIdInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ExecutableUpsertByIdOperation.UpsertByIdWithDurability<T> - Interface in org.springframework.data.couchbase.core
-
- ExecutableUpsertByIdOperation.UpsertByIdWithExpiry<T> - Interface in org.springframework.data.couchbase.core
-
- ExecutableUpsertByIdOperation.UpsertByIdWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ExecutableUpsertByIdOperationSupport - Class in org.springframework.data.couchbase.core
-
- ExecutableUpsertByIdOperationSupport(CouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ExecutableUpsertByIdOperationSupport
-
- execute(Object[]) - Method in class org.springframework.data.couchbase.repository.query.AbstractCouchbaseQueryBase
-
Execute the query with the provided parameters
- execute(Object[]) - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
-
- execute(Object[]) - Method in class org.springframework.data.couchbase.repository.query.CouchbaseRepositoryQuery
-
Deprecated.
- execute(Object[]) - Method in class org.springframework.data.couchbase.repository.query.N1qlRepositoryQueryExecutor
-
Deprecated.
- 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.
- executeCollection(N1QLQuery, Class<?>) - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
-
- executeDependingOnType(N1QLQuery, N1QLQuery, QueryMethod, Pageable, Class<?>) - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
-
- executeDependingOnType(N1QLQuery, QueryMethod, Class<?>) - Method in class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
-
- executeEntity(N1QLQuery, Class<?>) - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
-
- executePaged(N1QLQuery, N1QLQuery, Pageable, Class<?>) - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
-
- executeSingleProjection(N1QLQuery) - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
-
- executeSingleProjection(N1QLQuery, Class<?>) - Method in class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
-
- executeSliced(N1QLQuery, N1QLQuery, Pageable, Class<?>) - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
-
- executeStream(N1QLQuery, Class<?>) - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
-
- exists() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics
-
Check for the presence of matching elements.
- exists() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.TerminatingFindByQuery
-
Check for the presence of matching elements.
- exists() - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.TerminatingFindByAnalytics
-
Check for the presence of matching elements.
- exists() - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.TerminatingFindByQuery
-
Check for the presence of matching elements.
- exists() - Method in interface org.springframework.data.couchbase.core.support.OneAndAll
-
- exists() - Method in interface org.springframework.data.couchbase.core.support.OneAndAllReactive
-
- existsById() - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
-
Deprecated.
- existsById(Class<?>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
-
- existsById() - Method in interface org.springframework.data.couchbase.core.ExecutableExistsByIdOperation
-
Deprecated.
- existsById(Class<?>) - Method in interface org.springframework.data.couchbase.core.ExecutableExistsByIdOperation
-
Checks if the document exists in the bucket.
- existsById() - Method in class org.springframework.data.couchbase.core.ExecutableExistsByIdOperationSupport
-
Deprecated.
- existsById(Class<?>) - Method in class org.springframework.data.couchbase.core.ExecutableExistsByIdOperationSupport
-
- existsById() - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
-
- existsById(Class<?>) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
-
- existsById() - Method in interface org.springframework.data.couchbase.core.ReactiveExistsByIdOperation
-
Deprecated.
- existsById(Class<?>) - Method in interface org.springframework.data.couchbase.core.ReactiveExistsByIdOperation
-
Checks if the document exists in the bucket.
- existsById() - Method in class org.springframework.data.couchbase.core.ReactiveExistsByIdOperationSupport
-
Deprecated.
- existsById(Class<?>) - Method in class org.springframework.data.couchbase.core.ReactiveExistsByIdOperationSupport
-
- existsById(ID) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
-
- existsById(ID) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
-
- existsById(Publisher<ID>) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
-
- Expiration - Annotation Type in org.springframework.data.couchbase.core.mapping
-
Annotation to define a field to be substituted for META().expiration in a query
- Expiry - Annotation Type in org.springframework.data.couchbase.core.mapping
-
Expiry annotation
- export() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
-
Returns the current payload, including all recursive elements.
- export() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
-
Returns the current payload, including all recursive elements.
- export(int[]...) - Method in class org.springframework.data.couchbase.core.query.Query
-
- export(int[], JsonValue, CouchbaseConverter) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
This exports the query criteria chain into a string to be appended to the beginning of an N1QL statement
- export() - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
Export the query criteria to a string without using positional or named parameters.
- export(int[], JsonValue, CouchbaseConverter) - Method in interface org.springframework.data.couchbase.core.query.QueryCriteriaDefinition
-
This exports the query criteria into a string to be appended to the beginning of an N1QL statement
- export() - Method in interface org.springframework.data.couchbase.core.query.QueryCriteriaDefinition
-
Export the query criteria to a string without using positional or named parameters.
- GeneratedValue - Annotation Type in org.springframework.data.couchbase.core.mapping.id
-
This annotation is targeted at
Document
interfaces, indicating that the framework should generate the
document key value using the specified generator
- GenerationStrategy - Enum in org.springframework.data.couchbase.core.mapping.id
-
Keys generation strategy
- GeoUtils - Class in org.springframework.data.couchbase.repository.query.support
-
Utility class to deal with geo/dimensional indexed data and queries.
- GeoUtils() - Constructor for class org.springframework.data.couchbase.repository.query.support.GeoUtils
-
- get(Object, Callable<T>) - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
-
- get(String, String, Transcoder) - Method in interface org.springframework.data.couchbase.cache.CouchbaseCacheWriter
-
Get the binary value representation from Couchbase stored for the given key.
- get(String, String, Transcoder) - Method in class org.springframework.data.couchbase.cache.DefaultCouchbaseCacheWriter
-
- get(String) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
-
Potentially get a value from the payload with the given key.
- get(int) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
-
Return the stored element at the given index.
- get(Meta.MetaKey) - Method in class org.springframework.data.couchbase.core.query.Meta
-
- getAllowCacheNullValues() - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheConfiguration
-
- getAnnotation() - Method in class org.springframework.data.couchbase.repository.auditing.CouchbaseAuditingRegistrar
-
- getAnnotation() - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoriesRegistrar
-
- getAnnotation() - Method in class org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoriesRegistrar
-
- getAnnotation(Class<A>) - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
-
Caution: findMergedAnnotation() will return the default if there are any annotations but not this annotation
- getArray(Iterator<Object>) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
-
- getAssociatedEntityTypeInfo() - Method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver.N1qlJoinResolverParameters
-
- getAuditHandlerBeanDefinitionBuilder(AuditingConfiguration) - Method in class org.springframework.data.couchbase.repository.auditing.CouchbaseAuditingRegistrar
-
- getAuditingHandlerBeanName() - Method in class org.springframework.data.couchbase.repository.auditing.CouchbaseAuditingRegistrar
-
- getBindableValue(int) - Method in class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseParameterAccessor
-
- getBoundingBoxForNear(Point, Distance) - Static method in class org.springframework.data.couchbase.repository.query.support.GeoUtils
-
Computes the bounding box approximation for a "near" query (max distance from a point of origin).
- getBucket() - Method in interface org.springframework.data.couchbase.CouchbaseClientFactory
-
Provides access to the managed SDK Bucket
reference.
- getBucket() - Method in class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
-
- getBucketName() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
The name of the bucket that should be used (for example "travel-sample").
- getBucketName() - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
-
The name of the bucket used.
- getBucketName() - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
-
- getBucketName() - Method in interface org.springframework.data.couchbase.core.ReactiveCouchbaseOperations
-
The name of the bucket used.
- getBucketName() - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
-
- getCacheConfiguration() - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
-
- getCacheConfigurationFor(String) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager.CouchbaseCacheManagerBuilder
-
- getCas(Object) - Method in class org.springframework.data.couchbase.core.NonReactiveSupportWrapper
-
- getCas(Object) - Method in interface org.springframework.data.couchbase.core.ReactiveTemplateSupport
-
- getCas() - Method in class org.springframework.data.couchbase.core.RemoveResult
-
- getCas(Object) - Method in interface org.springframework.data.couchbase.core.TemplateSupport
-
- getClassAnnotation(Class<A>) - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
-
Caution: findMergedAnnotation() will return the default if there are any annotations but not this annotation
- getCluster() - Method in interface org.springframework.data.couchbase.CouchbaseClientFactory
-
Provides access to the managed SDK Cluster
reference.
- getCluster() - Method in class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
-
- getCollection(String) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
-
- getCollection(String) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
-
- getCollection() - Method in class org.springframework.data.couchbase.core.support.PseudoArgs
-
- getCollection(String) - Method in interface org.springframework.data.couchbase.CouchbaseClientFactory
-
Provides access to a collection (identified by its name) in managed SDK Scope
reference.
- getCollection() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
-
- getCollection() - Method in interface org.springframework.data.couchbase.repository.support.CrudMethodMetadata
-
- getCollection(String) - Method in class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
-
- getCollectionFrom(Class<?>) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
-
- getCollectionName() - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheConfiguration
-
The name of the collection to use for this cache - if empty uses the default collection.
- getConfiguredCaches() - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager.CouchbaseCacheManagerBuilder
-
- 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
-
- getEntityAnnotation(Class<A>) - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
-
Caution: findMergedAnnotation() will return the default if there are any annotations but not this annotation
- getEntityInformation() - Method in interface org.springframework.data.couchbase.repository.CouchbaseRepository
-
- getEntityInformation() - Method in interface org.springframework.data.couchbase.repository.DynamicProxyable
-
- getEntityInformation() - Method in interface org.springframework.data.couchbase.repository.ReactiveCouchbaseRepository
-
- getEntityInformation() - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryBase
-
Returns the information for the underlying template.
- getEntityInformation(Class<T>) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactory
-
Returns entity information based on the domain class.
- getEntityInformation(Class<T>) - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactory
-
Returns entity information based on the domain class.
- getEntityTypeInfo() - Method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver.N1qlJoinResolverParameters
-
- getExceptionTranslator() - Method in interface org.springframework.data.couchbase.CouchbaseClientFactory
-
The exception translator used on the factory.
- getExceptionTranslator() - Method in class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
-
- getExpiration() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
-
Returns the expiration time of the document.
- getExpiry() - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheConfiguration
-
- getExpiry() - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity
-
- getExpiry(Expiry, Environment) - Static 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.
- getJavaNameForEntity(Class<?>) - Method in class org.springframework.data.couchbase.core.NonReactiveSupportWrapper
-
- getJavaNameForEntity(Class<?>) - Method in interface org.springframework.data.couchbase.core.ReactiveTemplateSupport
-
- getJavaNameForEntity(Class<?>) - Method in interface org.springframework.data.couchbase.core.TemplateSupport
-
- getJoinDefinition() - Method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver.N1qlJoinResolverParameters
-
- getKeyPrefixFor(String) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheConfiguration
-
Get the computed key prefix for a given cacheName.
- getLksId() - Method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver.N1qlJoinResolverParameters
-
- getMappingBasePackage() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
Return the base package to scan for mapped
Document
s.
- getMappingContext() - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
- getMappingContext() - Method in class org.springframework.data.couchbase.repository.config.ReactiveRepositoryOperationsMapping
-
- getMappingContext() - Method in class org.springframework.data.couchbase.repository.config.RepositoryOperationsMapping
-
- getMeta() - Method in class org.springframework.data.couchbase.core.query.Query
-
- getMethod() - Method in interface org.springframework.data.couchbase.repository.support.CrudMethodMetadata
-
Returns the
Method
to be used.
- getMissingCache(String) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager
-
- getModuleName() - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoryConfigurationExtension
-
- getModuleName() - Method in class org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoryConfigurationExtension
-
- getModulePrefix() - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoryConfigurationExtension
-
- getModulePrefix() - Method in class org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoryConfigurationExtension
-
- getMutationToken() - Method in class org.springframework.data.couchbase.core.RemoveResult
-
- getN1qlAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
-
Returns the @Query annotation if set, null otherwise.
- getName() - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
-
- getNativeCache() - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
-
- getOperations() - Method in interface org.springframework.data.couchbase.repository.CouchbaseRepository
-
- getOperations() - Method in interface org.springframework.data.couchbase.repository.DynamicProxyable
-
- getOperations() - Method in class org.springframework.data.couchbase.repository.query.AbstractCouchbaseQueryBase
-
- getOperations() - Method in interface org.springframework.data.couchbase.repository.ReactiveCouchbaseRepository
-
- getOperations() - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
-
- getOperations() - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
-
- getOptions() - Method in class org.springframework.data.couchbase.core.query.N1QLQuery
-
- getOptions() - Method in class org.springframework.data.couchbase.core.support.PseudoArgs
-
- getOrder() - Method in class org.springframework.data.couchbase.core.mapping.event.AuditingEntityCallback
-
- getOrder() - Method in class org.springframework.data.couchbase.core.mapping.event.ReactiveAuditingEntityCallback
-
- getPassword() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
The password used or the username to authenticate against the cluster.
- getPathWithAlternativeFieldNames(CouchbaseConverter, PropertyPath) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlUtils
-
- getPersistentEntity(TypeInformation<?>) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
-
override method from AbstractMappingContext as that method will not publishEvent() if it finds the entity has
already been cached.
- getPlaceHolder(AtomicInteger, boolean) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
-
- getPlaceholderValues(ParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
-
- getPlaceHolderValues() - Method in class org.springframework.data.couchbase.repository.query.N1qlMutateQueryCreator
-
- getPlaceHolderValues() - Method in class org.springframework.data.couchbase.repository.query.OldN1qlQueryCreator
-
- getPlaceholderValues(ParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.PartTreeN1qlBasedQuery
-
Deprecated.
- getPlaceHolderValues() - Method in interface org.springframework.data.couchbase.repository.query.PartTreeN1qlQueryCreator
-
Get the named placeholder values
- getPlaceholderValues(ParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
-
- getPlaceholderValues(ParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.ReactivePartTreeN1qlBasedQuery
-
Deprecated.
- getPlaceholderValues(ParameterAccessor) - Method in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
-
- getPotentiallyConvertedSimpleWrite(Object) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
- getPseudoArgs() - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
-
- getQueryLookupStrategy(QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactory
-
- getQueryLookupStrategy(QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider) - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactory
-
- getQueryMethod() - Method in class org.springframework.data.couchbase.repository.query.AbstractCouchbaseQueryBase
-
- getQueryMethod() - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
-
- getQueryMethod() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseRepositoryQuery
-
Deprecated.
- getQueryMethod() - Method in class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
-
- getQueryMethod() - Method in class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseRepositoryQuery
-
Deprecated.
- getQueryMethod() - Method in class org.springframework.data.couchbase.repository.query.StringN1qlQueryCreator
-
- getRepositoryAnnotation(Class<A>) - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
-
Caution: findMergedAnnotation() will return the default if there are any annotations but not this annotation
- getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactory
-
Returns the base class for the repository being constructed.
- getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactory
-
Returns the base class for the repository being constructed.
- getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoryConfigurationExtension
-
- getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.couchbase.repository.config.ReactiveCouchbaseRepositoryConfigurationExtension
-
- getScanConsistency() - Method in class org.springframework.data.couchbase.core.query.Query
-
queryScanConsistency
- getScanConsistency() - Method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
-
- getScanConsistency() - Method in class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
-
- getScanConsistency() - Method in interface org.springframework.data.couchbase.repository.support.CrudMethodMetadata
-
If present holds the scan consistency annotation (null otherwise).
- getScanConsistencyAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
-
ScanConsistency annotation
- getScope() - Method in class org.springframework.data.couchbase.core.support.PseudoArgs
-
- getScope() - Method in interface org.springframework.data.couchbase.CouchbaseClientFactory
-
Provides access to the managed SDK Scope
reference.
- getScope() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
-
- getScope() - Method in interface org.springframework.data.couchbase.repository.support.CrudMethodMetadata
-
- getScope() - Method in class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
-
- getScopeFrom(Class<?>) - Static method in class org.springframework.data.couchbase.core.query.OptionsBuilder
-
scope annotation could be a
- getScopeName() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
If a non-default scope should be used, override this method.
- getScopeName() - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
-
The name of the scope used, null if the default scope is used.
- getScopeName() - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
-
- getScopeName() - Method in interface org.springframework.data.couchbase.core.ReactiveCouchbaseOperations
-
The name of the scope used, null if the default scope is used.
- getScopeName() - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
-
- getSource() - Method in class org.springframework.data.couchbase.core.mapping.event.CouchbaseMappingEvent
-
- getSpecificTargetClasses() - Method in class org.springframework.data.couchbase.core.convert.CouchbaseDocumentPropertyAccessor
-
Returns the target classes of the properties.
- getStatement() - Method in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
-
- getStatementContext() - Method in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
-
- getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactory
-
Returns a new Repository based on the metadata.
- getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactory
-
Returns a new Repository based on the metadata.
- getTree() - Method in class org.springframework.data.couchbase.repository.query.PartTreeCouchbaseQuery
-
- getTree() - Method in class org.springframework.data.couchbase.repository.query.ReactivePartTreeCouchbaseQuery
-
- getType() - Method in class org.springframework.data.couchbase.repository.query.StringN1qlQueryCreator
-
- getTypeAlias(TypeInformation<?>) - Method in interface org.springframework.data.couchbase.core.convert.CouchbaseConverter
-
- getTypeAlias(TypeInformation<?>) - Method in interface org.springframework.data.couchbase.core.convert.CouchbaseTypeMapper
-
- getTypeAlias(TypeInformation<?>) - Method in class org.springframework.data.couchbase.core.convert.DefaultCouchbaseTypeMapper
-
- getTypeAlias(TypeInformation<?>) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
- getTypeField() - Method in class org.springframework.data.couchbase.repository.query.StringN1qlQueryCreator
-
- getTypeKey() - Method in interface org.springframework.data.couchbase.core.convert.CouchbaseConverter
-
- getTypeKey() - Method in interface org.springframework.data.couchbase.core.convert.CouchbaseTypeMapper
-
- getTypeKey() - Method in class org.springframework.data.couchbase.core.convert.DefaultCouchbaseTypeMapper
-
- getTypeKey() - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
- getUserName() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
-
The username of the user accessing Couchbase, configured on the cluster.
- getValue() - Method in enum org.springframework.data.couchbase.core.query.HashSide
-
- getValue(String) - Method in class org.springframework.data.couchbase.core.query.Meta
-
- getValue(String, T) - Method in class org.springframework.data.couchbase.core.query.Meta
-
- getValue(int) - Method in class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseParameterAccessor
-
- getValue(Iterator<Object>) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
-
- getValueAsString(Iterator<Object>) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
-
- getValueInternal(CouchbasePersistentProperty, CouchbaseDocument, Object) - 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
-
- i(String...) - Static method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
An identifier or list of identifiers escaped using backquotes `.
- IdAttribute - Annotation Type in org.springframework.data.couchbase.core.mapping.id
-
This annotation is targeted at building the document id using the attribute value.
- IdPrefix - Annotation Type in org.springframework.data.couchbase.core.mapping.id
-
This annotation is targeted at building the document id using the value as a part of a prefix build.
- IdSuffix - Annotation Type in org.springframework.data.couchbase.core.mapping.id
-
This annotation is targeted at building the document id using the value as a part of a suffix build.
- in(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Adds a IN clause between the current and the given expression.
- in(Object...) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableExistsByIdOperation.ExistsByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.FindByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.InsertByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.RemoveByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveExistsByIdOperation.ExistsByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.FindByAnalyticsInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByIdOperation.FindByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.FindByQueryInCollection
-
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.InsertByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.RemoveByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdInCollection
-
With a different collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.UpsertByIdInCollection
-
With a different collection
- InCollection<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for all of Insert, Replace, Upsert that take Collection
- inCollection(String) - Method in interface org.springframework.data.couchbase.core.support.InCollection
-
Specify collection
- IndexDefinition - Interface in org.springframework.data.couchbase.core.index
-
- IndexDefinitionHolder(List<String>, String, String) - Constructor for class org.springframework.data.couchbase.core.index.CouchbasePersistentEntityIndexResolver.IndexDefinitionHolder
-
- initialCacheNames(Set<String>) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager.CouchbaseCacheManagerBuilder
-
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ExecutableExistsByIdOperation.ExistsByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.FindByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.InsertByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.RemoveByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ReactiveExistsByIdOperation.ExistsByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.FindByAnalyticsInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByIdOperation.FindByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.FindByQueryInScope
-
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.InsertByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.RemoveByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdInScope
-
With a different scope
- inScope(String) - Method in interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.UpsertByIdInScope
-
With a different scope
- InScope<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for all of Insert, Replace, Upsert that take options
- inScope(String) - Method in interface org.springframework.data.couchbase.core.support.InScope
-
Specify scope
- insertById(Class<T>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
-
- insertById(Class<T>) - Method in interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation
-
Insert using the KV service.
- insertById(Class<T>) - Method in class org.springframework.data.couchbase.core.ExecutableInsertByIdOperationSupport
-
- insertById(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
-
- insertById(Class<T>) - Method in interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation
-
Insert using the KV service.
- insertById(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveInsertByIdOperationSupport
-
- instantiators - Variable in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
-
Contains the entity instantiators.
- invalidate() - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver.N1qlJoinProxy
-
- invoke(Object, Method, Object[]) - Method in class org.springframework.data.couchbase.repository.support.DynamicInvocationHandler
-
- is(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
- isAutoIndexCreation() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
-
- isCollectionQuery() - Method in class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseQueryMethod
-
- isCountQuery() - Method in class org.springframework.data.couchbase.repository.query.AbstractCouchbaseQueryBase
-
- isCountQuery() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
-
indicates if the method begins with "count"
- isCountQuery() - Method in class org.springframework.data.couchbase.repository.query.PartTreeCouchbaseQuery
-
- isDeleteQuery() - Method in class org.springframework.data.couchbase.repository.query.AbstractCouchbaseQueryBase
-
- isDeleteQuery() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
-
is this a 'delete'?
- isDeleteQuery() - Method in class org.springframework.data.couchbase.repository.query.PartTreeCouchbaseQuery
-
- isEmpty() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
-
Checks if the underlying payload is empty or not.
- isExistsQuery() - Method in class org.springframework.data.couchbase.repository.query.AbstractCouchbaseQueryBase
-
- isExistsQuery() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
-
is this an 'exists' query?
- isExistsQuery() - Method in class org.springframework.data.couchbase.repository.query.PartTreeCouchbaseQuery
-
- isExpirationProperty() - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentProperty
-
- isExpirationProperty() - Method in interface org.springframework.data.couchbase.core.mapping.CouchbasePersistentProperty
-
- isIdProperty() - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentProperty
-
- isIndexCreatorFor(MappingContext<?, ?>) - Method in class org.springframework.data.couchbase.core.index.CouchbasePersistentEntityIndexCreator
-
Returns whether the current index creator was registered for the given
MappingContext
.
- isLazyJoin(N1qlJoin) - Static method in class org.springframework.data.couchbase.core.convert.join.N1qlJoinResolver
-
- isLimiting() - Method in class org.springframework.data.couchbase.repository.query.AbstractCouchbaseQueryBase
-
Return whether the query has an explicit limit set.
- isLimiting() - Method in class org.springframework.data.couchbase.repository.query.PartTreeCouchbaseQuery
-
- isLimiting() - Method in class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseRepositoryQuery
-
Deprecated.
- isLimiting() - Method in class org.springframework.data.couchbase.repository.query.ReactivePartTreeCouchbaseQuery
-
- isLimiting() - Method in class org.springframework.data.couchbase.repository.query.ReactiveStringBasedCouchbaseQuery
-
- isLimiting() - Method in class org.springframework.data.couchbase.repository.query.StringBasedCouchbaseQuery
-
- isMissing() - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
- isNotMissing() - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Appends a "IS NOT MISSING" to the expression.
- isNotMissing() - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
- isNotNull() - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Appends a "IS NOT NULL" to the expression.
- isNotNull() - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
- isNotValued() - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
- isNull() - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Appends a "IS NULL" to the expression.
- isNull() - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
- isStreamQuery() - Method in class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseQueryMethod
-
- isTouchOnRead() - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity
-
- isTouchOnRead() - Method in interface org.springframework.data.couchbase.core.mapping.CouchbasePersistentEntity
-
Flag for using getAndTouch operations for reads, resetting the expiration (if one was set) when the entity is
directly read (eg. findOne, findById).
- isValued() - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
- offset(int) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
- OldN1qlQueryCreator - Class in org.springframework.data.couchbase.repository.query
-
This
Query Creator
is responsible for parsing a
PartTree
(representing a method
name) into the WHERE clause of a N1QL query.
- OldN1qlQueryCreator(PartTree, ParameterAccessor, N1QLExpression, CouchbaseConverter, CouchbaseQueryMethod) - Constructor for class org.springframework.data.couchbase.repository.query.OldN1qlQueryCreator
-
- onAfterConvert(T, CouchbaseDocument, String) - Method in interface org.springframework.data.couchbase.core.mapping.event.AfterConvertCallback
-
Entity callback method invoked after a domain object is materialized from a
CouchbaseDocument
.
- onAfterConvert(Object, CouchbaseDocument, String) - Method in class org.springframework.data.couchbase.core.mapping.event.AuditingEntityCallback
-
- onAfterConvert(T, CouchbaseDocument, String) - Method in interface org.springframework.data.couchbase.core.mapping.event.ReactiveAfterConvertCallback
-
Entity callback method invoked after a domain object is converted to be persisted.
- onAfterConvert(Object, CouchbaseDocument, String) - Method in class org.springframework.data.couchbase.core.mapping.event.ReactiveAuditingEntityCallback
-
- onAfterDelete(Object, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.mapping.event.AbstractCouchbaseEventListener
-
- onAfterDelete(Object, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.mapping.event.LoggingEventListener
-
- onAfterSave(E, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.mapping.event.AbstractCouchbaseEventListener
-
- onAfterSave(Object, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.mapping.event.LoggingEventListener
-
- onApplicationEvent(MappingContextEvent<?, ?>) - Method in class org.springframework.data.couchbase.core.index.CouchbasePersistentEntityIndexCreator
-
- onApplicationEvent(CouchbaseMappingEvent<?>) - Method in class org.springframework.data.couchbase.core.mapping.event.AbstractCouchbaseEventListener
-
- onApplicationEvent(CouchbaseMappingEvent<Object>) - Method in class org.springframework.data.couchbase.core.mapping.event.AuditingEventListener
-
- onBeforeConvert(E) - Method in class org.springframework.data.couchbase.core.mapping.event.AbstractCouchbaseEventListener
-
- onBeforeConvert(Object, String) - Method in class org.springframework.data.couchbase.core.mapping.event.AuditingEntityCallback
-
- onBeforeConvert(T, String) - Method in interface org.springframework.data.couchbase.core.mapping.event.BeforeConvertCallback
-
Entity callback method invoked before a domain object is converted to be persisted.
- onBeforeConvert(Object) - Method in class org.springframework.data.couchbase.core.mapping.event.LoggingEventListener
-
- onBeforeConvert(Object, String) - Method in class org.springframework.data.couchbase.core.mapping.event.ReactiveAuditingEntityCallback
-
- onBeforeConvert(T, String) - Method in interface org.springframework.data.couchbase.core.mapping.event.ReactiveBeforeConvertCallback
-
Entity callback method invoked before a domain object is converted to be persisted.
- onBeforeDelete(Object, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.mapping.event.AbstractCouchbaseEventListener
-
- onBeforeDelete(Object, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.mapping.event.LoggingEventListener
-
- onBeforeSave(E, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.mapping.event.AbstractCouchbaseEventListener
-
- onBeforeSave(Object, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.mapping.event.LoggingEventListener
-
- onBeforeSave(Object, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.mapping.event.ValidatingCouchbaseEventListener
-
- one(String) - Method in interface org.springframework.data.couchbase.core.ExecutableExistsByIdOperation.TerminatingExistsById
-
Performs the operation on the ID given.
- one() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics
-
Get exactly zero or one result.
- one(String) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.TerminatingFindById
-
Finds one document based on the given ID.
- one() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.TerminatingFindByQuery
-
Get exactly zero or one result.
- one(T) - Method in interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.TerminatingInsertById
-
Insert one entity.
- one(String) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.TerminatingRemoveById
-
Remove one document based on the given ID.
- one(T) - Method in interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.TerminatingReplaceById
-
Replace one entity.
- one(T) - Method in interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.TerminatingUpsertById
-
Upsert one entity.
- one(String) - Method in interface org.springframework.data.couchbase.core.ReactiveExistsByIdOperation.TerminatingExistsById
-
Performs the operation on the ID given.
- one() - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.TerminatingFindByAnalytics
-
Get exactly zero or one result.
- one(String) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByIdOperation.TerminatingFindById
-
Finds one document based on the given ID.
- one() - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.TerminatingFindByQuery
-
Get exactly zero or one result.
- one(T) - Method in interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.TerminatingInsertById
-
Insert one entity.
- one(String) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.TerminatingRemoveById
-
Remove one document based on the given ID.
- one(T) - Method in interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.TerminatingReplaceById
-
Replace one entity.
- one(T) - Method in interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.TerminatingUpsertById
-
Upsert one entity.
- one() - Method in interface org.springframework.data.couchbase.core.support.OneAndAll
-
- one(T) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllEntity
-
- one(T) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllEntityReactive
-
- one(String) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllExists
-
- one(String) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllExistsReactive
-
- one(String) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllId
-
- one(String) - Method in interface org.springframework.data.couchbase.core.support.OneAndAllIdReactive
-
- one() - Method in interface org.springframework.data.couchbase.core.support.OneAndAllReactive
-
- OneAndAll<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for those that support one(T), all(Collection)
- 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.
- Options - Annotation Type in org.springframework.data.couchbase.repository
-
Scope Annotation
- OptionsBuilder - Class in org.springframework.data.couchbase.core.query
-
- OptionsBuilder() - Constructor for class org.springframework.data.couchbase.core.query.OptionsBuilder
-
- or(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
OR-combines two expressions.
- or(String) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
- or(N1QLExpression) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
- or(QueryCriteria) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
- or(N1QLExpression, N1QLExpression) - Method in class org.springframework.data.couchbase.repository.query.N1qlMutateQueryCreator
-
- or(QueryCriteria, QueryCriteria) - Method in class org.springframework.data.couchbase.repository.query.N1qlQueryCreator
-
- or(N1QLExpression, N1QLExpression) - Method in class org.springframework.data.couchbase.repository.query.OldN1qlQueryCreator
-
- or(QueryCriteria, QueryCriteria) - Method in class org.springframework.data.couchbase.repository.query.StringN1qlQueryCreator
-
- orderBy(N1QLExpression...) - Method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
- org.springframework.data.couchbase - package org.springframework.data.couchbase
-
- org.springframework.data.couchbase.cache - package org.springframework.data.couchbase.cache
-
- org.springframework.data.couchbase.config - package org.springframework.data.couchbase.config
-
This package contains all classes needed for specific configuration of Spring Data Couchbase.
- org.springframework.data.couchbase.core - package org.springframework.data.couchbase.core
-
This package contains the specific implementations and core classes for Spring Data Couchbase internals.
- org.springframework.data.couchbase.core.convert - package org.springframework.data.couchbase.core.convert
-
This package contains classes used for entity-to-JSON conversions, type mapping and writing.
- org.springframework.data.couchbase.core.convert.join - package org.springframework.data.couchbase.core.convert.join
-
- org.springframework.data.couchbase.core.convert.translation - package org.springframework.data.couchbase.core.convert.translation
-
This package contains a service interface to translate entities to a Couchbase storable format, and its
implementations.
- org.springframework.data.couchbase.core.index - package org.springframework.data.couchbase.core.index
-
- org.springframework.data.couchbase.core.mapping - package org.springframework.data.couchbase.core.mapping
-
This package contains interfaces and annotations relative to object-json mapping and the notion of a Couchbase
Storable.
- org.springframework.data.couchbase.core.mapping.event - package org.springframework.data.couchbase.core.mapping.event
-
This package contains various events that are emitted during the lifecycle of a Spring Data entity.
- org.springframework.data.couchbase.core.mapping.id - package org.springframework.data.couchbase.core.mapping.id
-
- org.springframework.data.couchbase.core.query - package org.springframework.data.couchbase.core.query
-
This package contains annotations and classes relative to querying with Couchbase (whether through views or N1QL) and
the associated indexes.
- org.springframework.data.couchbase.core.support - package org.springframework.data.couchbase.core.support
-
- org.springframework.data.couchbase.repository - package org.springframework.data.couchbase.repository
-
This package contains the Couchbase interfaces to support the Spring Data repository abstraction.
- org.springframework.data.couchbase.repository.auditing - package org.springframework.data.couchbase.repository.auditing
-
- org.springframework.data.couchbase.repository.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.
- reactive() - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
-
- REACTIVE_COUCHBASE_AUDITING_HANDLER - Static variable in class org.springframework.data.couchbase.config.BeanNames
-
The name for the bean that will handle reactive audit trail marking of entities.
- REACTIVE_COUCHBASE_OPERATIONS_MAPPING - Static variable in class org.springframework.data.couchbase.config.BeanNames
-
The name for the bean that stores custom mapping between reactive repositories and their backing
reactiveCouchbaseOperations.
- REACTIVE_COUCHBASE_TEMPLATE - Static variable in class org.springframework.data.couchbase.config.BeanNames
-
- ReactiveAbstractN1qlBasedQuery - Class in org.springframework.data.couchbase.repository.query
-
- ReactiveAbstractN1qlBasedQuery(CouchbaseQueryMethod, ReactiveCouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.query.ReactiveAbstractN1qlBasedQuery
-
- ReactiveAfterConvertCallback<T> - Interface in org.springframework.data.couchbase.core.mapping.event
-
Callback being invoked after a domain object is materialized from a
CouchbaseDocument
when reading results.
- ReactiveAuditingEntityCallback - Class in org.springframework.data.couchbase.core.mapping.event
-
Reactive
EntityCallback
to populate auditing related fields on an entity about to be saved.
- ReactiveAuditingEntityCallback(ObjectFactory<ReactiveIsNewAwareAuditingHandler>) - Constructor for class org.springframework.data.couchbase.core.mapping.event.ReactiveAuditingEntityCallback
-
- ReactiveBeforeConvertCallback<T> - Interface in org.springframework.data.couchbase.core.mapping.event
-
Callback being invoked before a domain object is converted to be persisted.
- ReactiveCouchbaseOperations - Interface in org.springframework.data.couchbase.core
-
- ReactiveCouchbaseParameterAccessor - Class in org.springframework.data.couchbase.repository.query
-
- ReactiveCouchbaseParameterAccessor(CouchbaseQueryMethod, Object[]) - Constructor for class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseParameterAccessor
-
- ReactiveCouchbaseQueryMethod - Class in org.springframework.data.couchbase.repository.query
-
- ReactiveCouchbaseQueryMethod(Method, RepositoryMetadata, ProjectionFactory, MappingContext<? extends CouchbasePersistentEntity<?>, CouchbasePersistentProperty>) - Constructor for class org.springframework.data.couchbase.repository.query.ReactiveCouchbaseQueryMethod
-
- 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
-
- 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
-
- 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
-
Exists Operations
- ReactiveExistsByIdOperation.ExistsByIdInCollection - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ReactiveExistsByIdOperation.ExistsByIdInScope - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ReactiveExistsByIdOperation.ExistsByIdWithOptions - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ReactiveExistsByIdOperation.ReactiveExistsById - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing KV exists operations in a fluent way.
- ReactiveExistsByIdOperation.TerminatingExistsById - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ReactiveExistsByIdOperationSupport - Class in org.springframework.data.couchbase.core
-
- ReactiveFindByAnalyticsOperation - Interface in org.springframework.data.couchbase.core
-
FindByAnalytics Operations
- ReactiveFindByAnalyticsOperation.FindByAnalyticsConsistentWith<T> - Interface in org.springframework.data.couchbase.core
-
Deprecated.
- ReactiveFindByAnalyticsOperation.FindByAnalyticsInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ReactiveFindByAnalyticsOperation.FindByAnalyticsInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ReactiveFindByAnalyticsOperation.FindByAnalyticsWithConsistency<T> - Interface in org.springframework.data.couchbase.core
-
- ReactiveFindByAnalyticsOperation.FindByAnalyticsWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ReactiveFindByAnalyticsOperation.FindByAnalyticsWithProjection<T> - Interface in org.springframework.data.couchbase.core
-
Result type override (Optional).
- ReactiveFindByAnalyticsOperation.FindByAnalyticsWithQuery<T> - Interface in org.springframework.data.couchbase.core
-
- ReactiveFindByAnalyticsOperation.ReactiveFindByAnalytics<T> - Interface in org.springframework.data.couchbase.core
-
- ReactiveFindByAnalyticsOperation.TerminatingFindByAnalytics<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ReactiveFindByAnalyticsOperationSupport - Class in org.springframework.data.couchbase.core
-
- ReactiveFindByAnalyticsOperationSupport(ReactiveCouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperationSupport
-
- ReactiveFindByIdOperation - Interface in org.springframework.data.couchbase.core
-
Get Operations
- ReactiveFindByIdOperation.FindByIdInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ReactiveFindByIdOperation.FindByIdInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ReactiveFindByIdOperation.FindByIdWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ReactiveFindByIdOperation.FindByIdWithProjection<T> - Interface in org.springframework.data.couchbase.core
-
- ReactiveFindByIdOperation.ReactiveFindById<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing query operations in a fluent way.
- ReactiveFindByIdOperation.TerminatingFindById<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ReactiveFindByIdOperationSupport - Class in org.springframework.data.couchbase.core
-
- ReactiveFindByQueryOperation - Interface in org.springframework.data.couchbase.core
-
ReactiveFindByQueryOperation
Queries the N1QL service.
- ReactiveFindByQueryOperation.FindByQueryConsistentWith<T> - Interface in org.springframework.data.couchbase.core
-
Deprecated.
- ReactiveFindByQueryOperation.FindByQueryInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection
- ReactiveFindByQueryOperation.FindByQueryInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope
- ReactiveFindByQueryOperation.FindByQueryWithConsistency<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify scan consistency.
- ReactiveFindByQueryOperation.FindByQueryWithDistinct<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify DISTINCT fields
- ReactiveFindByQueryOperation.FindByQueryWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ReactiveFindByQueryOperation.FindByQueryWithProjection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify a return type different than the the entity type to use for the results.
- ReactiveFindByQueryOperation.FindByQueryWithQuery<T> - Interface in org.springframework.data.couchbase.core
-
Fluent methods to filter by query
- ReactiveFindByQueryOperation.ReactiveFindByQuery<T> - Interface in org.springframework.data.couchbase.core
-
provides methods for constructing query operations in a fluent way.
- ReactiveFindByQueryOperation.TerminatingFindByQuery<T> - Interface in org.springframework.data.couchbase.core
-
Compose find execution by calling one of the terminating methods.
- ReactiveFindByQueryOperationSupport - Class in org.springframework.data.couchbase.core
-
- ReactiveFindByQueryOperationSupport(ReactiveCouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ReactiveFindByQueryOperationSupport
-
- ReactiveFindFromReplicasByIdOperation - Interface in org.springframework.data.couchbase.core
-
Find by id from replicas Operations
- ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ReactiveFindFromReplicasByIdOperation.ReactiveFindFromReplicasById<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing get operations in a fluent way.
- ReactiveFindFromReplicasByIdOperation.TerminatingFindFromReplicasById<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual get execution.
- ReactiveFindFromReplicasByIdOperationSupport - Class in org.springframework.data.couchbase.core
-
- ReactiveFluentCouchbaseOperations - Interface in org.springframework.data.couchbase.core
-
The fluent couchbase operations combines all different possible operations for simplicity reasons.
- ReactiveInsertByIdOperation - Interface in org.springframework.data.couchbase.core
-
Insert Operations
- ReactiveInsertByIdOperation.InsertByIdInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ReactiveInsertByIdOperation.InsertByIdInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ReactiveInsertByIdOperation.InsertByIdWithDurability<T> - Interface in org.springframework.data.couchbase.core
-
- ReactiveInsertByIdOperation.InsertByIdWithExpiry<T> - Interface in org.springframework.data.couchbase.core
-
- ReactiveInsertByIdOperation.InsertByIdWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ReactiveInsertByIdOperation.ReactiveInsertById<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing KV insert operations in a fluent way.
- ReactiveInsertByIdOperation.TerminatingInsertById<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ReactiveInsertByIdOperationSupport - Class in org.springframework.data.couchbase.core
-
- ReactiveInsertByIdOperationSupport(ReactiveCouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ReactiveInsertByIdOperationSupport
-
- ReactiveN1qlRepositoryQueryExecutor - Class in org.springframework.data.couchbase.repository.query
-
Deprecated.
- ReactiveN1qlRepositoryQueryExecutor(ReactiveCouchbaseOperations, ReactiveCouchbaseQueryMethod, NamedQueries, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.couchbase.repository.query.ReactiveN1qlRepositoryQueryExecutor
-
Deprecated.
- ReactivePartTreeCouchbaseQuery - Class in org.springframework.data.couchbase.repository.query
-
- ReactivePartTreeCouchbaseQuery(ReactiveCouchbaseQueryMethod, ReactiveCouchbaseOperations, SpelExpressionParser, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.couchbase.repository.query.ReactivePartTreeCouchbaseQuery
-
- ReactivePartTreeN1qlBasedQuery - Class in org.springframework.data.couchbase.repository.query
-
Deprecated.
- ReactivePartTreeN1qlBasedQuery(CouchbaseQueryMethod, ReactiveCouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.query.ReactivePartTreeN1qlBasedQuery
-
Deprecated.
- ReactiveRemoveByIdOperation - Interface in org.springframework.data.couchbase.core
-
Remove Operations on KV service.
- ReactiveRemoveByIdOperation.ReactiveRemoveById - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing remove operations in a fluent way.
- ReactiveRemoveByIdOperation.RemoveByIdInCollection - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ReactiveRemoveByIdOperation.RemoveByIdInScope - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ReactiveRemoveByIdOperation.RemoveByIdWithCas - Interface in org.springframework.data.couchbase.core
-
- ReactiveRemoveByIdOperation.RemoveByIdWithDurability - Interface in org.springframework.data.couchbase.core
-
- ReactiveRemoveByIdOperation.RemoveByIdWithOptions - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ReactiveRemoveByIdOperation.TerminatingRemoveById - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ReactiveRemoveByIdOperationSupport - Class in org.springframework.data.couchbase.core
-
- ReactiveRemoveByIdOperationSupport(ReactiveCouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ReactiveRemoveByIdOperationSupport
-
- ReactiveRemoveByQueryOperation - Interface in org.springframework.data.couchbase.core
-
RemoveBy Query Operations
- ReactiveRemoveByQueryOperation.ReactiveRemoveByQuery<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing query operations in a fluent way.
- ReactiveRemoveByQueryOperation.RemoveByQueryConsistentWith<T> - Interface in org.springframework.data.couchbase.core
-
Deprecated.
- ReactiveRemoveByQueryOperation.RemoveByQueryInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ReactiveRemoveByQueryOperation.RemoveByQueryInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ReactiveRemoveByQueryOperation.RemoveByQueryWithConsistency<T> - Interface in org.springframework.data.couchbase.core
-
- ReactiveRemoveByQueryOperation.RemoveByQueryWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ReactiveRemoveByQueryOperation.RemoveByQueryWithQuery<T> - Interface in org.springframework.data.couchbase.core
-
Fluent methods to specify the query
- ReactiveRemoveByQueryOperation.TerminatingRemoveByQuery<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ReactiveRemoveByQueryOperationSupport - Class in org.springframework.data.couchbase.core
-
- ReactiveRemoveByQueryOperationSupport(ReactiveCouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperationSupport
-
- ReactiveReplaceByIdOperation - Interface in org.springframework.data.couchbase.core
-
ReplaceOperations
- ReactiveReplaceByIdOperation.ReactiveReplaceById<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing KV replace operations in a fluent way.
- ReactiveReplaceByIdOperation.ReplaceByIdInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ReactiveReplaceByIdOperation.ReplaceByIdInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ReactiveReplaceByIdOperation.ReplaceByIdWithDurability<T> - Interface in org.springframework.data.couchbase.core
-
- ReactiveReplaceByIdOperation.ReplaceByIdWithExpiry<T> - Interface in org.springframework.data.couchbase.core
-
- ReactiveReplaceByIdOperation.ReplaceByIdWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ReactiveReplaceByIdOperation.TerminatingReplaceById<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ReactiveReplaceByIdOperationSupport - Class in org.springframework.data.couchbase.core
-
- ReactiveReplaceByIdOperationSupport(ReactiveCouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ReactiveReplaceByIdOperationSupport
-
- ReactiveRepositoryOperationsMapping - Class in org.springframework.data.couchbase.repository.config
-
- ReactiveRepositoryOperationsMapping(ReactiveCouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.config.ReactiveRepositoryOperationsMapping
-
Creates a new mapping, setting the default fallback to use by otherwise non mapped repositories.
- ReactiveStringBasedCouchbaseQuery - Class in org.springframework.data.couchbase.repository.query
-
Query to use a plain JSON String to create the
Query
to actually execute.
- ReactiveStringBasedCouchbaseQuery(ReactiveCouchbaseQueryMethod, ReactiveCouchbaseOperations, SpelExpressionParser, QueryMethodEvaluationContextProvider, NamedQueries) - Constructor for class org.springframework.data.couchbase.repository.query.ReactiveStringBasedCouchbaseQuery
-
- ReactiveTemplateSupport - Interface in org.springframework.data.couchbase.core
-
- ReactiveUpsertByIdOperation - Interface in org.springframework.data.couchbase.core
-
Upsert Operations
- ReactiveUpsertByIdOperation.ReactiveUpsertById<T> - Interface in org.springframework.data.couchbase.core
-
Provides methods for constructing KV operations in a fluent way.
- ReactiveUpsertByIdOperation.TerminatingUpsertById<T> - Interface in org.springframework.data.couchbase.core
-
Terminating operations invoking the actual execution.
- ReactiveUpsertByIdOperation.UpsertByIdInCollection<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the collection.
- ReactiveUpsertByIdOperation.UpsertByIdInScope<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify the scope.
- ReactiveUpsertByIdOperation.UpsertByIdWithDurability<T> - Interface in org.springframework.data.couchbase.core
-
- ReactiveUpsertByIdOperation.UpsertByIdWithExpiry<T> - Interface in org.springframework.data.couchbase.core
-
- ReactiveUpsertByIdOperation.UpsertByIdWithOptions<T> - Interface in org.springframework.data.couchbase.core
-
Fluent method to specify options.
- ReactiveUpsertByIdOperationSupport - Class in org.springframework.data.couchbase.core
-
- ReactiveUpsertByIdOperationSupport(ReactiveCouchbaseTemplate) - Constructor for class org.springframework.data.couchbase.core.ReactiveUpsertByIdOperationSupport
-
- read(EvaluationContext, Object, String) - Method in class org.springframework.data.couchbase.core.convert.CouchbaseDocumentPropertyAccessor
-
Read the value from the property.
- read(Class<R>, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
- read(TypeInformation<R>, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
- read(TypeInformation<R>, CouchbaseDocument, Object) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
- read(CouchbasePersistentEntity<R>, CouchbaseDocument, Object) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
- readAliasFrom(CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.convert.DefaultCouchbaseTypeMapper.CouchbaseDocumentTypeAliasAccessor
-
- readMap(TypeInformation<?>, CouchbaseDocument, Object) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
Recursively parses the a map from the source document.
- regex(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
- registerAuditListenerBeanDefinition(BeanDefinition, BeanDefinitionRegistry) - Method in class org.springframework.data.couchbase.repository.auditing.CouchbaseAuditingRegistrar
-
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.data.couchbase.repository.auditing.CouchbaseAuditingRegistrar
-
- registerDefaultConverters(ConverterRegistry) - Static method in class org.springframework.data.couchbase.cache.CouchbaseCacheConfiguration
-
Registers default cache key converters.
- remove(String, String) - Method in interface org.springframework.data.couchbase.cache.CouchbaseCacheWriter
-
Remove the given key from Couchbase.
- remove(String, String) - Method in class org.springframework.data.couchbase.cache.DefaultCouchbaseCacheWriter
-
- remove() - Method in class org.springframework.data.couchbase.repository.query.ConvertingIterator
-
- removeById() - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
-
Deprecated.
- removeById(Class<?>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
-
- removeById(Class<?>) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation
-
Removes a document.
- removeById() - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation
-
Deprecated.
- removeById() - Method in class org.springframework.data.couchbase.core.ExecutableRemoveByIdOperationSupport
-
Deprecated.
- removeById(Class<?>) - Method in class org.springframework.data.couchbase.core.ExecutableRemoveByIdOperationSupport
-
- removeById() - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
-
- removeById(Class<?>) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
-
- removeById() - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation
-
Deprecated.
- removeById(Class<?>) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation
-
Removes a document.
- removeById() - Method in class org.springframework.data.couchbase.core.ReactiveRemoveByIdOperationSupport
-
Deprecated.
- removeById(Class<?>) - Method in class org.springframework.data.couchbase.core.ReactiveRemoveByIdOperationSupport
-
- removeByQuery(Class<T>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
-
- removeByQuery(Class<T>) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation
-
Remove via the query service.
- removeByQuery(Class<T>) - Method in class org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperationSupport
-
- removeByQuery(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
-
- removeByQuery(Class<T>) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation
-
Remove via the query service.
- removeByQuery(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperationSupport
-
- removeFalsePositives(Collection<? extends T>, Converter<T, Point>, Polygon) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
-
Utility method to remove false positives from a collection of objects that have a notion of location, where we want
to only include values that are located within a polygon.
- removeFalsePositives(Collection<? extends T>, Converter<T, Point>, Circle) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
-
Utility method to remove false positives from a collection of objects that have a notion of location, where we want
to only include values that are located within a circle.
- removeFalsePositives(Collection<? extends T>, Converter<T, Point>, Point...) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
-
Utility method to remove false positives from a collection of objects that have a notion of location, where we want
to only include values that are located within a polygon.
- removeFalsePositives(Collection<? extends T>, Converter<T, Point>, Point, Distance) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
-
Utility method to remove false positives from a collection of objects that have a notion of location, where we want
to only include values that are located within a circle.
- RemoveResult - Class in org.springframework.data.couchbase.core
-
- RemoveResult(String, long, Optional<MutationToken>) - Constructor for class org.springframework.data.couchbase.core.RemoveResult
-
- replaceById(Class<T>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
-
- replaceById(Class<T>) - Method in interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation
-
Replace using the KV service.
- replaceById(Class<T>) - Method in class org.springframework.data.couchbase.core.ExecutableReplaceByIdOperationSupport
-
- replaceById(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
-
- replaceById(Class<T>) - Method in interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation
-
Replace using the KV service.
- replaceById(Class<T>) - Method in class org.springframework.data.couchbase.core.ReactiveReplaceByIdOperationSupport
-
- RepositoryOperationsMapping - Class in org.springframework.data.couchbase.repository.config
-
A utility class for configuration allowing to tell which
CouchbaseOperations
should be backing repositories.
- RepositoryOperationsMapping(CouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.config.RepositoryOperationsMapping
-
Creates a new mapping, setting the default fallback to use by otherwise non mapped repositories.
- resolve(Class<?>, Class<?>) - Method in class org.springframework.data.couchbase.repository.config.ReactiveRepositoryOperationsMapping
-
- 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
-
- resolveIndexFor(Class<?>) - Method in interface org.springframework.data.couchbase.core.index.QueryIndexResolver
-
- 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(String...) - Static method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
An identifier or list of identifiers which will be quoted as strings (with "").
- save(S) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
-
- save(S) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
-
- saveAll(Iterable<S>) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
-
- saveAll(Iterable<S>) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
-
- saveAll(Publisher<S>) - Method in class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
-
- scanConsistency(QueryScanConsistency) - Method in class org.springframework.data.couchbase.core.query.Query
-
Sets the given scan consistency on the
Query
instance.
- ScanConsistency - Annotation Type in org.springframework.data.couchbase.repository
-
Scan Consistency Annotation
- Scope - Annotation Type in org.springframework.data.couchbase.repository
-
Scope Annotation
- select(N1QLExpression...) - Static method in class org.springframework.data.couchbase.core.query.N1QLExpression
-
Prepends a SELECT to the given expression
- SELECT_CAS - Static variable in class org.springframework.data.couchbase.core.support.TemplateUtils
-
- SELECT_COUNT - Static variable in class org.springframework.data.couchbase.core.support.TemplateUtils
-
- SELECT_ID - Static variable in class org.springframework.data.couchbase.core.support.TemplateUtils
-
- selectEntity - Variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser.N1qlSpelValues
-
#{.
- SEPARATOR - Static variable in interface org.springframework.data.couchbase.cache.CacheKeyPrefix
-
Default separator.
- set(Meta.MetaKey, Object) - Method in class org.springframework.data.couchbase.core.query.Meta
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
-
Sets (or overrides) the current application context.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
-
- setAutoIndexCreation(boolean) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactory
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactory
-
- setContent(Map<String, Object>) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
-
Allows to set the full payload as a map.
- setContent(JsonObject) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
-
Allows to set the full payload as a json object for convenience.
- setCouchbaseOperations(CouchbaseOperations) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactoryBean
-
Set the template reference.
- setCouchbaseOperations(ReactiveCouchbaseOperations) - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactoryBean
-
Set the template reference.
- setCouchbaseOperationsMapping(RepositoryOperationsMapping) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactoryBean
-
- setCustomConversions(CustomConversions) - Method in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
-
Set the custom conversions.
- setDefault(ReactiveCouchbaseOperations) - Method in class org.springframework.data.couchbase.repository.config.ReactiveRepositoryOperationsMapping
-
Change the default reactive couchbase operations in an existing mapping.
- setDefault(CouchbaseOperations) - Method in class org.springframework.data.couchbase.repository.config.RepositoryOperationsMapping
-
Change the default couchbase operations in an existing mapping.
- setEntityCallbacks(EntityCallbacks) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
- setEnvironment(Environment) - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity
-
- setExpiration(int) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
-
Set the expiration time of the document.
- setFieldNamingStrategy(FieldNamingStrategy) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
-
Configures the
FieldNamingStrategy
to be used to determine the field name if no manual mapping is applied.
- setId(String) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
-
Sets the unique ID of the document per bucket.
- setIndexCreator(CouchbasePersistentEntityIndexCreator) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
-
capture the indexCreator when it has been added as a listener. only publishEvent() if the indexCreator hasn't
already seen the class.
- setInstantiators(EntityInstantiators) - Method in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
-
Set the entity instantiators.
- setMeta(CouchbaseQueryMethod, Class<?>) - Method in class org.springframework.data.couchbase.core.query.Query
-
this collections annotations from the method, repository class and possibly the entity class to be used as options.
- setNamedParameters(JsonObject) - Method in class org.springframework.data.couchbase.core.query.Query
-
set the named parameters on the query object There can only be named parameters or positional parameters - not
both.
- setObjectMapper(ObjectMapper) - Method in class org.springframework.data.couchbase.core.convert.translation.JacksonTranslationService
-
- setPositionalParameters(JsonArray) - Method in class org.springframework.data.couchbase.core.query.Query
-
set the postional parameters on the query object There can only be named parameters or positional parameters - not
both.
- setPseudoArgs(PseudoArgs<?>) - Method in class org.springframework.data.couchbase.core.ReactiveCouchbaseTemplate
-
set the ThreadLocal field
- setReactiveCouchbaseOperationsMapping(ReactiveRepositoryOperationsMapping) - Method in class org.springframework.data.couchbase.repository.support.ReactiveCouchbaseRepositoryFactoryBean
-
- setValue(String, Object) - Method in class org.springframework.data.couchbase.core.query.Meta
-
Sets or removes the value in case of null or empty
String
.
- setValue(Meta.MetaKey, Object) - Method in class org.springframework.data.couchbase.core.query.Meta
-
- simple() - Static method in interface org.springframework.data.couchbase.cache.CacheKeyPrefix
-
Creates a default
CacheKeyPrefix
scheme that prefixes cache keys with
cacheName
followed by double
colons.
- SimpleCouchbaseClientFactory - Class in org.springframework.data.couchbase
-
- SimpleCouchbaseClientFactory(String, Authenticator, String) - Constructor for class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
-
- SimpleCouchbaseClientFactory(String, Authenticator, String, String) - Constructor for class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
-
- SimpleCouchbaseClientFactory(String, Authenticator, String, String, ClusterEnvironment) - Constructor for class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
-
- SimpleCouchbaseClientFactory(Cluster, String, String) - Constructor for class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
-
- SimpleCouchbaseRepository<T,ID> - Class in org.springframework.data.couchbase.repository.support
-
Repository base implementation for Couchbase.
- SimpleCouchbaseRepository(CouchbaseEntityInformation<T, String>, CouchbaseOperations, Class<?>) - Constructor for class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
-
Create a new Repository.
- SimpleReactiveCouchbaseRepository<T,ID> - Class in org.springframework.data.couchbase.repository.support
-
Reactive repository base implementation for Couchbase.
- SimpleReactiveCouchbaseRepository(CouchbaseEntityInformation<T, String>, ReactiveCouchbaseOperations, Class<?>) - Constructor for class org.springframework.data.couchbase.repository.support.SimpleReactiveCouchbaseRepository
-
Create a new Repository.
- size() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
-
Returns the size of the attributes in this document (not nested).
- size(boolean) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
-
Retruns the size of the attributes in this and recursive documents.
- size() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
-
Returns the size of the attributes in this document (not nested).
- size(boolean) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
-
Retruns the size of the attributes in this and recursive documents.
- skip(long) - Method in class org.springframework.data.couchbase.core.query.AnalyticsQuery
-
Set number of documents to skip before returning results.
- skip(long) - Method in class org.springframework.data.couchbase.core.query.Query
-
Set number of documents to skip before returning results.
- SPEL_BUCKET - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
-
Use this variable in a SpEL expression in a
@Query
annotation's inline statement.
- SPEL_DELETE - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
-
Use this variable in a SpEL expression in a
@Query
annotation's inline statement.
- SPEL_ENTITY - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
-
Use this variable in a SpEL expression in a
@Query
annotation's inline statement.
- SPEL_FILTER - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
-
Use this variable in a SpEL expression in a
@Query
annotation's inline statement WHERE clause.
- SPEL_PREFIX - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
-
- SPEL_RETURNING - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
-
Use this variable in a SpEL expression in a
@Query
annotation's inline statement.
- SPEL_SELECT_FROM_CLAUSE - Static variable in class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
-
Use this variable in a SpEL expression in a
@Query
annotation's inline statement.
- startingWith(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
- stream() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics
-
Stream all matching elements.
- stream() - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.TerminatingFindByQuery
-
Stream all matching elements.
- stream() - Method in interface org.springframework.data.couchbase.core.support.OneAndAll
-
- StringBasedCouchbaseQuery - Class in org.springframework.data.couchbase.repository.query
-
Query to use a plain JSON String to create the
Query
to actually execute.
- StringBasedCouchbaseQuery(CouchbaseQueryMethod, CouchbaseOperations, SpelExpressionParser, QueryMethodEvaluationContextProvider, NamedQueries) - Constructor for class org.springframework.data.couchbase.repository.query.StringBasedCouchbaseQuery
-
- StringBasedN1qlQueryParser - Class in org.springframework.data.couchbase.repository.query
-
- StringBasedN1qlQueryParser(String, CouchbaseQueryMethod, String, CouchbaseConverter, String, String, ParameterAccessor, SpelExpressionParser, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.couchbase.repository.query.StringBasedN1qlQueryParser
-
- StringBasedN1qlQueryParser(String, String, CouchbaseConverter, Class, Class, String, String, 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
- 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
-
- 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.core.query.Meta.MetaKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.couchbase.repository.support.ViewPostProcessor
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.DurationToStringConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.InstantToLongConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateTimeToLongConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalDateToLongConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.LocalTimeToLongConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToInstantConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalDateTimeConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.NumberToLocalTimeConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.couchbase.core.convert.CouchbaseJsr310Converters.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() - Static method in enum org.springframework.data.couchbase.core.query.Meta.MetaKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.springframework.data.couchbase.core.query.Meta
-
- 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
-
- ViewPostProcessor - Enum in org.springframework.data.couchbase.repository.support
-
- 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
-
- with(Sort) - Method in class org.springframework.data.couchbase.core.query.AnalyticsQuery
-
- 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
-
- WithAnalyticsConsistency<T> - Interface in org.springframework.data.couchbase.core.support
-
Interface for operations that take AnalyticsScanConsistency
- WithAnalyticsOptions<T> - Interface in org.springframework.data.couchbase.core.support
-
Interface for operations that take AnalyticsOptions
- WithAnalyticsQuery<T> - Interface in org.springframework.data.couchbase.core.support
-
Interface for operations that take AnalyticsQuery
- withCacheConfiguration(String, CouchbaseCacheConfiguration) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager.CouchbaseCacheManagerBuilder
-
- withCas(Long) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.RemoveByIdWithCas
-
- withCas(Long) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.RemoveByIdWithCas
-
- withCollection(String) - Method in interface org.springframework.data.couchbase.repository.DynamicProxyable
-
- withConsistency(AnalyticsScanConsistency) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsWithConsistency
-
Allows to override the default scan consistency.
- withConsistency(QueryScanConsistency) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryWithConsistency
-
Allows to override the default scan consistency.
- withConsistency(QueryScanConsistency) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryWithConsistency
-
- WithConsistency - Annotation Type in org.springframework.data.couchbase.core.query
-
Annotation to set the scan consistency of N1QL queries with Couchbase.
- withConsistency(AnalyticsScanConsistency) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.FindByAnalyticsWithConsistency
-
Allows to override the default scan consistency.
- withConsistency(QueryScanConsistency) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.FindByQueryWithConsistency
-
Allows to override the default scan consistency.
- withConsistency(QueryScanConsistency) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryWithConsistency
-
- withConsistency(AnalyticsScanConsistency) - Method in interface org.springframework.data.couchbase.core.support.WithAnalyticsConsistency
-
Specify scan consistency
- WithConsistency<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface operations that take scan consistency
- withConsistency(QueryScanConsistency) - Method in interface org.springframework.data.couchbase.core.support.WithConsistency
-
Specify scan consistency
- WithDistinct<T> - Interface in org.springframework.data.couchbase.core.support
-
Interface for operations that take distinct fields
- withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.InsertByIdWithDurability
-
- withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.InsertByIdWithDurability
-
- withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.RemoveByIdWithDurability
-
- withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.RemoveByIdWithDurability
-
- withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdWithDurability
-
- withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdWithDurability
-
- withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdWithDurability
-
- withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdWithDurability
-
- withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.InsertByIdWithDurability
-
- withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.InsertByIdWithDurability
-
- withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.RemoveByIdWithDurability
-
- withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.RemoveByIdWithDurability
-
- withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdWithDurability
-
- withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdWithDurability
-
- withDurability(DurabilityLevel) - Method in interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.UpsertByIdWithDurability
-
- withDurability(PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.UpsertByIdWithDurability
-
- WithDurability<T> - Interface in org.springframework.data.couchbase.core
-
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
-
- WithExistsOptions<T> - Interface in org.springframework.data.couchbase.core.support
-
Interface for operations that take ExistsOptions
- withExpiry(Duration) - Method in interface org.springframework.data.couchbase.core.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
-
- WithGetAnyReplicaOptions<T> - Interface in org.springframework.data.couchbase.core.support
-
A interface for operations that take GetAnyReplicaOptions
- WithGetOptions<T> - Interface in org.springframework.data.couchbase.core.support
-
Interface for operations that take GetOptions
- within(Object) - Method in class org.springframework.data.couchbase.core.query.QueryCriteria
-
- withInitialCacheConfigurations(Map<String, CouchbaseCacheConfiguration>) - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager.CouchbaseCacheManagerBuilder
-
- WithInsertOptions<T> - Interface in org.springframework.data.couchbase.core.support
-
Interface for operations take insert options
- withOptions(ExistsOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableExistsByIdOperation.ExistsByIdWithOptions
-
Fluent method to specify options to use for execution
- withOptions(AnalyticsOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByAnalyticsOperation.FindByAnalyticsWithOptions
-
Fluent method to specify options to use for execution
- withOptions(GetOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByIdOperation.FindByIdWithOptions
-
Fluent method to specify options to use for execution
- withOptions(QueryOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableFindByQueryOperation.FindByQueryWithOptions
-
Fluent method to specify options to use for execution
- withOptions(GetAnyReplicaOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions
-
Fluent method to specify options to use for execution
- withOptions(InsertOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.InsertByIdWithOptions
-
Fluent method to specify options to use for execution.
- withOptions(RemoveOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.RemoveByIdWithOptions
-
Fluent method to specify options to use for execution
- withOptions(QueryOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryWithOptions
-
Fluent method to specify options to use for execution
- withOptions(ReplaceOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdWithOptions
-
Fluent method to specify options to use for execution
- withOptions(UpsertOptions) - Method in interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdWithOptions
-
Fluent method to specify options to use for execution
- withOptions(ExistsOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveExistsByIdOperation.ExistsByIdWithOptions
-
Fluent method to specify options to use for execution.
- withOptions(AnalyticsOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByAnalyticsOperation.FindByAnalyticsWithOptions
-
Fluent method to specify options to use for execution
- withOptions(GetOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByIdOperation.FindByIdWithOptions
-
Fluent method to specify options to use for execution
- withOptions(QueryOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveFindByQueryOperation.FindByQueryWithOptions
-
- withOptions(GetAnyReplicaOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions
-
Fluent method to specify options to use for execution
- withOptions(InsertOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.InsertByIdWithOptions
-
Fluent method to specify options to use for execution.
- withOptions(RemoveOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.RemoveByIdWithOptions
-
Fluent method to specify options to use for execution
- withOptions(QueryOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryWithOptions
-
Fluent method to specify options to use for execution
- withOptions(ReplaceOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdWithOptions
-
Fluent method to specify options to use for execution
- withOptions(UpsertOptions) - Method in interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.UpsertByIdWithOptions
-
Fluent method to specify options to use for execution
- withOptions(AnalyticsOptions) - Method in interface org.springframework.data.couchbase.core.support.WithAnalyticsOptions
-
Specify analytics options
- withOptions(ExistsOptions) - Method in interface org.springframework.data.couchbase.core.support.WithExistsOptions
-
Specify options
- withOptions(GetAnyReplicaOptions) - Method in interface org.springframework.data.couchbase.core.support.WithGetAnyReplicaOptions
-
Specify options
- withOptions(GetOptions) - Method in interface org.springframework.data.couchbase.core.support.WithGetOptions
-
Specify options
- withOptions(InsertOptions) - Method in interface org.springframework.data.couchbase.core.support.WithInsertOptions
-
Specify options
- withOptions(QueryOptions) - Method in interface org.springframework.data.couchbase.core.support.WithQueryOptions
-
Specify options
- withOptions(RemoveOptions) - Method in interface org.springframework.data.couchbase.core.support.WithRemoveOptions
-
- withOptions(ReplaceOptions) - Method in interface org.springframework.data.couchbase.core.support.WithReplaceOptions
-
- withOptions(UpsertOptions) - Method in interface org.springframework.data.couchbase.core.support.WithUpsertOptions
-
- withOptions(CommonOptions<?>) - Method in interface org.springframework.data.couchbase.repository.DynamicProxyable
-
- WithProjection<R> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for all of Insert, Replace, Upsert that take Projection
- WithProjectionId<R> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for those that support project()
- WithQuery<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for all of Insert, Replace, Upsert that take Query
- WithQueryOptions<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for all of Insert, Replace, Upsert that take options
- WithRemoveOptions<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for all of Insert, Replace, Upsert that take options
- WithReplaceOptions<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for all of Insert, Replace, Upsert that take options
- withScope(String) - Method in interface org.springframework.data.couchbase.CouchbaseClientFactory
-
- withScope(String) - Method in interface org.springframework.data.couchbase.repository.DynamicProxyable
-
- withScope(String) - Method in class org.springframework.data.couchbase.SimpleCouchbaseClientFactory
-
- WithUpsertOptions<T> - Interface in org.springframework.data.couchbase.core.support
-
A common interface for all of Insert, Replace, Upsert that take options
- write(Object, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
- writeInternal(Object, CouchbaseDocument, TypeInformation<?>, boolean) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
-
- 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
-