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

A

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

B

BasicCouchbasePersistentEntity<T> - Class in org.springframework.data.couchbase.core.mapping
The representation of a persistent entity.
BasicCouchbasePersistentEntity(TypeInformation<T>) - Constructor for class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity
Create a new entity.
BasicCouchbasePersistentProperty - Class in org.springframework.data.couchbase.core.mapping
Implements annotated property representations of a given Field instance.
BasicCouchbasePersistentProperty(Field, PropertyDescriptor, CouchbasePersistentEntity<?>, SimpleTypeHolder, FieldNamingStrategy) - Constructor for class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentProperty
Create a new instance of the BasicCouchbasePersistentProperty class.
BeanNames - Class in org.springframework.data.couchbase.config
Contains default bean names for Couchbase beans.
BeanNames() - Constructor for class org.springframework.data.couchbase.config.BeanNames
 
BeforeConvertEvent<E> - Class in org.springframework.data.couchbase.core.mapping.event
 
BeforeConvertEvent(E) - Constructor for class org.springframework.data.couchbase.core.mapping.event.BeforeConvertEvent
 
BeforeDeleteEvent<E> - Class in org.springframework.data.couchbase.core.mapping.event
 
BeforeDeleteEvent(E) - Constructor for class org.springframework.data.couchbase.core.mapping.event.BeforeDeleteEvent
 
BeforeSaveEvent<E> - Class in org.springframework.data.couchbase.core.mapping.event
 
BeforeSaveEvent(E, CouchbaseDocument) - Constructor for class org.springframework.data.couchbase.core.mapping.event.BeforeSaveEvent
 
bootstrapCarrierDirectPort() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 
bootstrapCarrierEnabled() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 
bootstrapCarrierSslPort() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 
bootstrapHttpDirectPort() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 
bootstrapHttpEnabled() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 
bootstrapHttpSslPort() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 
bucket - Variable in class org.springframework.data.couchbase.repository.query.StringN1qlBasedQuery.N1qlSpelValues
BucketCallback<T> - Interface in org.springframework.data.couchbase.core
Defines the callback which will be wrapped and executed on a bucket.
BUCKETNAME_ATTR - Static variable in class org.springframework.data.couchbase.config.CouchbaseBucketParser
The bucketName attribute in a bucket definition defines the name of the bucket to open.
BUCKETPASSWORD_ATTR - Static variable in class org.springframework.data.couchbase.config.CouchbaseBucketParser
The bucketPassword attribute in a bucket definition defines the password of the bucket to open.
bufferPoolingEnabled() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 
build() - Static method in class org.springframework.data.couchbase.core.mapping.KeySettings
 
buildIndexes(RepositoryInformation, ViewIndexed, N1qlPrimaryIndexed, N1qlSecondaryIndexed, CouchbaseOperations) - Method in class org.springframework.data.couchbase.repository.support.IndexManager
Build the relevant indexes according to the provided annotation and repository metadata, in parallel but blocking until all relevant indexes are created.
buildQuery(Statement, JsonValue, ScanConsistency) - Static method in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
 
builtQuery - Variable in class org.springframework.data.couchbase.repository.query.ViewQueryCreator.DerivedViewQuery
 

C

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

D

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

E

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

F

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

G

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

H

hasCustomReadTarget(Class<?>, Class<?>) - Method in class org.springframework.data.couchbase.core.convert.CustomConversions
Returns whether we have a custom conversion registered to read the given source into the given target type.
hasCustomWriteTarget(Class<?>) - Method in class org.springframework.data.couchbase.core.convert.CustomConversions
Returns whether we have a custom conversion registered to write into a Couchbase native type.
hasCustomWriteTarget(Class<?>, Class<?>) - Method in class org.springframework.data.couchbase.core.convert.CustomConversions
Returns whether we have a custom conversion registered to write an object of the given source type into an object of the given Couchbase native target type.
hasDesignDoc() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
If the method has a @View annotation with the designDocument specified.
hasDimensionalAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
 
hasInlineN1qlQuery() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
If the method has a @Query annotation with an inline Query statement inside.
hasN1qlAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
If the method has a @Query annotation.
hasNext() - Method in class org.springframework.data.couchbase.repository.query.ConvertingIterator
 
hasViewAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
If the method has a @View annotation.
hasViewName() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
If the method has a @View annotation with the viewName specified.
hasViewSpecification() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
If the method has a @View annotation with the designDocument and viewName specified.
HOLDER - Static variable in class org.springframework.data.couchbase.core.mapping.CouchbaseSimpleTypes
 

I

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

J

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

K

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

L

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

M

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

N

n1qlConsistency() - Method in enum org.springframework.data.couchbase.core.query.Consistency
Returns the N1QL consistency corresponding to this Consistency.
N1qlCouchbaseRepository<T,ID extends Serializable> - Class in org.springframework.data.couchbase.repository.support
N1qlCouchbaseRepository(CouchbaseEntityInformation<T, String>, CouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.support.N1qlCouchbaseRepository
Create a new Repository.
N1qlCountQueryCreator - Class in org.springframework.data.couchbase.repository.query
 
N1qlCountQueryCreator(PartTree, ParameterAccessor, WherePath, CouchbaseConverter, CouchbaseQueryMethod) - Constructor for class org.springframework.data.couchbase.repository.query.N1qlCountQueryCreator
 
N1qlMutateQueryCreator - Class in org.springframework.data.couchbase.repository.query
N1qlMutateQueryCreator allows to create queries for delete operations.
N1qlMutateQueryCreator(PartTree, ParameterAccessor, MutateWherePath, CouchbaseConverter, CouchbaseQueryMethod) - Constructor for class org.springframework.data.couchbase.repository.query.N1qlMutateQueryCreator
 
N1qlPrimaryIndexed - Annotation Type in org.springframework.data.couchbase.core.query
This annotation is targeted at Repository interfaces, indicating that the framework should ensure a N1QL Primary Index is present on the repository's associated bucket when the repository is created.
N1qlQueryCreator - Class in org.springframework.data.couchbase.repository.query
This Query Creator is responsible for parsing a PartTree (representing a method name) into the WHERE clause of a N1QL query.
N1qlQueryCreator(PartTree, ParameterAccessor, WherePath, CouchbaseConverter, CouchbaseQueryMethod) - Constructor for class org.springframework.data.couchbase.repository.query.N1qlQueryCreator
 
N1qlQueryCreatorUtils - Class in org.springframework.data.couchbase.repository.query.support
Utils for creating part tree expressions
N1qlQueryCreatorUtils() - Constructor for class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
 
N1qlSecondaryIndexed - Annotation Type in org.springframework.data.couchbase.core.query
This annotation is targeted at Repository interfaces, indicating that the framework should ensure a N1QL Secondary Index is present when the repository is instantiated.
N1qlSpelValues(String, String, String, String, String, String) - Constructor for class org.springframework.data.couchbase.repository.query.StringN1qlBasedQuery.N1qlSpelValues
 
N1qlUtils - Class in org.springframework.data.couchbase.repository.query.support
Utility class to deal with constructing well formed N1QL queries around Spring Data entities, so that the framework can use N1QL to find such entities (eg. restrict the bucket search to a particular type).
N1qlUtils() - Constructor for class org.springframework.data.couchbase.repository.query.support.N1qlUtils
 
networkLatencyMetricsCollector() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 
next() - Method in class org.springframework.data.couchbase.repository.query.ConvertingIterator
 

O

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

P

packageNameAndVersion() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 
parse(Element, ParserContext) - Method in class org.springframework.data.couchbase.config.CouchbaseJmxParser
Parse the element and dispatch the registration of the JMX components.
parseEnvironment(BeanDefinitionBuilder, Element) - Method in class org.springframework.data.couchbase.config.CouchbaseClusterParser
 
parseSpel(String, boolean, Object[]) - Method in class org.springframework.data.couchbase.repository.query.StringN1qlBasedQuery
Parse the statement to detect SPEL blocks (delimited by #{ and }) and replace said expression blocks with their corresponding values.
PartTreeN1qlBasedQuery - Class in org.springframework.data.couchbase.repository.query
A RepositoryQuery for Couchbase, based on query derivation
PartTreeN1qlBasedQuery(CouchbaseQueryMethod, CouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.query.PartTreeN1qlBasedQuery
 
PASSWORD_ATTR - Static variable in class org.springframework.data.couchbase.config.CouchbaseClusterInfoParser
The password attribute in a cluster info definition defines the credential's password.
POINT_IN_SHAPE - Static variable in class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator.AbstractFalsePositiveEvaluator
 
PointArrayFalsePositiveEvaluator(PropertyPath, Point[]) - Constructor for class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator.PointArrayFalsePositiveEvaluator
 
pointInCircle(Point, Circle) - Method in class org.springframework.data.couchbase.repository.query.support.AwtPointInShapeEvaluator
 
pointInCircle(Point, Point, Distance) - Method in class org.springframework.data.couchbase.repository.query.support.AwtPointInShapeEvaluator
 
pointInCircle(Point, Circle) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
Determine if a Point is contained by a Circle.
pointInCircle(Point, Point, Distance) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
Determine if a Point is contained by a Circle represented by its center Point and Distance radius.
pointInPolygon(Point, Polygon) - Method in class org.springframework.data.couchbase.repository.query.support.AwtPointInShapeEvaluator
 
pointInPolygon(Point, Point...) - Method in class org.springframework.data.couchbase.repository.query.support.AwtPointInShapeEvaluator
 
pointInPolygon(Point, Polygon) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
Determine if a Point is contained by a Polygon.
pointInPolygon(Point, Point...) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
Determine if a Point is contained by a polygon represented as an array of points.
PointInShapeEvaluator - Class in org.springframework.data.couchbase.repository.query.support
PointInShapeEvaluator can be used to tell if a particular Point is contained by a Polygon or Circle.
PointInShapeEvaluator() - Constructor for class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
 
PolygonFalsePositiveEvaluator(PropertyPath, Polygon) - Constructor for class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator.PolygonFalsePositiveEvaluator
 
postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoryConfigurationExtension
 
postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoryConfigurationExtension
 
postProcess(ProxyFactory, RepositoryInformation) - Method in enum org.springframework.data.couchbase.repository.support.ViewPostProcessor
 
prefix(String) - Method in class org.springframework.data.couchbase.core.mapping.KeySettings
Set common prefix
prefix() - Method in class org.springframework.data.couchbase.core.mapping.KeySettings
Get common prefix
prepareExpression(CouchbaseConverter, Part, Iterator<Object>) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
 
propertyPath - Variable in class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator.AbstractFalsePositiveEvaluator
 
put(String, Object) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Store a value with the given key for later retreival.
put(Object) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
Add content to the underlying list.

Q

Query - Annotation Type in org.springframework.data.couchbase.core.query
Annotation to support the use of N1QL queries with Couchbase.
queryEnabled() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
Deprecated.
queryEndpoints() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 
queryMethod - Variable in class org.springframework.data.couchbase.repository.query.AbstractN1qlBasedQuery
 
queryN1QL(N1qlQuery) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Query the N1QL Service with direct access to the N1qlQueryResult.
queryN1QL(N1qlQuery) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
queryPort() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
Deprecated.
querySpatialView(SpatialViewQuery) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Query a Spatial View with direct access to the SpatialViewResult.
querySpatialView(SpatialViewQuery) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
queryTimeout() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 
queryView(ViewQuery) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Query a View with direct access to the ViewResult.
queryView(ViewQuery) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 

R

randomAvailableHostname() - Method in class org.springframework.data.couchbase.monitor.ClusterInfo
 
read(EvaluationContext, Object, String) - Method in class org.springframework.data.couchbase.core.convert.CouchbaseDocumentPropertyAccessor
Read the value from the property.
read(Class<R>, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
 
read(TypeInformation<R>, CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
Read an incoming CouchbaseDocument into the target entity.
read(TypeInformation<R>, CouchbaseDocument, Object) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
Read an incoming CouchbaseDocument into the target entity.
read(CouchbasePersistentEntity<R>, CouchbaseDocument, Object) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
Read an incoming CouchbaseDocument into the target entity.
readAliasFrom(CouchbaseDocument) - Method in class org.springframework.data.couchbase.core.convert.DefaultCouchbaseTypeMapper.CouchbaseDocumentTypeAliasAccessor
 
readMap(TypeInformation<?>, CouchbaseDocument, Object) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
Recursively parses the a map from the source document.
reconnectDelay() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 
regexp(String, Iterator<Object>) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
 
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
 
registerConvertersIn(GenericConversionService) - Method in class org.springframework.data.couchbase.core.convert.CustomConversions
Populates the given GenericConversionService with the convertes registered.
registerJmxComponents(String, Element, ParserContext) - Method in class org.springframework.data.couchbase.config.CouchbaseJmxParser
Register the JMX components in the context.
remove(Object) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Remove the given object from the bucket by id.
remove(Object, PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Remove the given object from the bucket by id.
remove(Collection<?>) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Remove a list of objects from the bucket by id.
remove(Collection<?>, PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Remove a list of objects from the bucket by id.
remove(Object) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
remove(Object, PersistTo, ReplicateTo) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
remove(Collection<?>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
remove(Collection<?>, PersistTo, ReplicateTo) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
remove() - Method in class org.springframework.data.couchbase.repository.query.ConvertingIterator
 
removeFalsePositives(Collection<? extends T>, Converter<T, Point>, Polygon) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
Utility method to remove false positives from a collection of objects that have a notion of location, where we want to only include values that are located within a polygon.
removeFalsePositives(Collection<? extends T>, Converter<T, Point>, Circle) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
Utility method to remove false positives from a collection of objects that have a notion of location, where we want to only include values that are located within a circle.
removeFalsePositives(Collection<? extends T>, Converter<T, Point>, Point...) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
Utility method to remove false positives from a collection of objects that have a notion of location, where we want to only include values that are located within a polygon.
removeFalsePositives(Collection<? extends T>, Converter<T, Point>, Point, Distance) - Method in class org.springframework.data.couchbase.repository.query.support.PointInShapeEvaluator
Utility method to remove false positives from a collection of objects that have a notion of location, where we want to only include values that are located within a circle.
repositoryOperationsMapping(CouchbaseTemplate) - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseDataConfiguration
Creates the RepositoryOperationsMapping bean which will be used by the framework to choose which CouchbaseOperations should back which CouchbaseRepository.
RepositoryOperationsMapping - Class in org.springframework.data.couchbase.repository.config
A utility class for configuration allowing to tell which CouchbaseOperations should be backing repositories.
RepositoryOperationsMapping(CouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.config.RepositoryOperationsMapping
Creates a new mapping, setting the default fallback to use by otherwise non mapped repositories.
requestBufferSize() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 
resolve(Class<?>, Class<?>) - Method in class org.springframework.data.couchbase.repository.config.RepositoryOperationsMapping
Given a repository interface and its domain type, resolves which CouchbaseOperations it should be backed with.
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.couchbase.config.CouchbaseBucketParser
Resolve the bean ID and assign a default if not set.
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.couchbase.config.CouchbaseClusterInfoParser
Resolve the bean ID and assign a default if not set.
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.couchbase.config.CouchbaseClusterParser
Resolve the bean ID and assign a default if not set.
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentParser
Resolve the bean ID and assign a default if not set.
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.couchbase.config.CouchbaseIndexManagerParser
Resolve the bean ID and assign a default if not set.
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.couchbase.config.CouchbaseTemplateParser
Resolve the bean ID and assign a default if not set.
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.couchbase.config.CouchbaseTranslationServiceParser
Resolve the bean ID and assign a default if not set.
responseBufferSize() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 
retryDelay() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 
retryStrategy() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 
returning - Variable in class org.springframework.data.couchbase.repository.query.StringN1qlBasedQuery.N1qlSpelValues
returnPropertyIfBetterIdPropertyCandidateOrNull(CouchbasePersistentProperty) - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity
 
right(Iterator<Object>, boolean) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
 
rightArray(Iterator<Object>) - Static method in class org.springframework.data.couchbase.repository.query.support.N1qlQueryCreatorUtils
 
runtimeMetricsCollector() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 

S

save(Object) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Save the given object.
save(Object, PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Save the given object.
save(Collection<?>) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Save a list of objects.
save(Collection<?>, PersistTo, ReplicateTo) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Save a list of objects.
save(Object) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
save(Object, PersistTo, ReplicateTo) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
save(Collection<?>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
save(Collection<?>, PersistTo, ReplicateTo) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
save(S) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
save(Iterable<S>) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
scheduler() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 
searchEndpoints() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 
searchTimeout() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 
SELECT_CAS - Static variable in interface org.springframework.data.couchbase.core.CouchbaseOperations
 
SELECT_ID - Static variable in interface org.springframework.data.couchbase.core.CouchbaseOperations
 
selectEntity - Variable in class org.springframework.data.couchbase.repository.query.StringN1qlBasedQuery.N1qlSpelValues
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
Sets (or overrides) the current application context.
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
setCouchbaseOperations(CouchbaseOperations) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactoryBean
Set the template reference.
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(CouchbaseOperations) - Method in class org.springframework.data.couchbase.repository.config.RepositoryOperationsMapping
Change the default couchbase operations in an existing mapping.
setDefaultConsistency(Consistency) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
setEnableStrictFieldChecking(boolean) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
Toggles strict checking of the couchbase Field annotation.
setEnvironment(Environment) - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity
 
setExpiration(int) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Set the expiration time of the document.
setFieldNamingStrategy(FieldNamingStrategy) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
Configures the FieldNamingStrategy to be used to determine the field name if no manual mapping is applied.
setId(String) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Sets the unique ID of the document per bucket.
setIndexManager(IndexManager) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactoryBean
Set the IndexManager reference.
setInstantiators(EntityInstantiators) - Method in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
Set the entity instantiators.
setObjectMapper(ObjectMapper) - Method in class org.springframework.data.couchbase.core.convert.translation.JacksonTranslationService
 
setViewMetadataProvider(ViewMetadataProvider) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
Configures a custom ViewMetadataProvider to be used to detect Views to be applied to queries.
setWriteResultChecking(WriteResultChecking) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
shutdown() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 
shutdownAsync() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 
SimpleCouchbaseRepository<T,ID extends Serializable> - Class in org.springframework.data.couchbase.repository.support
Repository base implementation for Couchbase.
SimpleCouchbaseRepository(CouchbaseEntityInformation<T, String>, CouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
Create a new Repository.
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.
socketConnectTimeout() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 
SpatialViewBasedQuery - Class in org.springframework.data.couchbase.repository.query
Execute a Dimensional repository query through the Spatial View mechanism.
SpatialViewBasedQuery(CouchbaseQueryMethod, CouchbaseOperations) - Constructor for class org.springframework.data.couchbase.repository.query.SpatialViewBasedQuery
 
SpatialViewQueryCreator - Class in org.springframework.data.couchbase.repository.query
A QueryCreator that will enrich a SpatialViewQuery using query derivation mechanisms and the parsed PartTree.
SpatialViewQueryCreator(int, PartTree, ParameterAccessor, SpatialViewQuery, CouchbaseConverter) - Constructor for class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator
 
SpatialViewQueryCreator.AbstractFalsePositiveEvaluator - Class in org.springframework.data.couchbase.repository.query
 
SpatialViewQueryCreator.CircleFalsePositiveEvaluator - Class in org.springframework.data.couchbase.repository.query
 
SpatialViewQueryCreator.PointArrayFalsePositiveEvaluator - Class in org.springframework.data.couchbase.repository.query
 
SpatialViewQueryCreator.PolygonFalsePositiveEvaluator - Class in org.springframework.data.couchbase.repository.query
 
SpatialViewQueryCreator.SpatialViewQueryWrapper - Class in org.springframework.data.couchbase.repository.query
 
SpatialViewQueryWrapper(SpatialViewQuery, List<SpatialViewQueryCreator.AbstractFalsePositiveEvaluator>) - Constructor for class org.springframework.data.couchbase.repository.query.SpatialViewQueryCreator.SpatialViewQueryWrapper
 
SPEL_BUCKET - Static variable in class org.springframework.data.couchbase.repository.query.StringN1qlBasedQuery
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.StringN1qlBasedQuery
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.StringN1qlBasedQuery
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.StringN1qlBasedQuery
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.StringN1qlBasedQuery
 
SPEL_RETURNING - Static variable in class org.springframework.data.couchbase.repository.query.StringN1qlBasedQuery
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.StringN1qlBasedQuery
Use this variable in a SpEL expression in a @Query annotation's inline statement.
sslEnabled() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 
sslKeystoreFile() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 
sslKeystorePassword() - Method in class org.springframework.data.couchbase.config.CouchbaseEnvironmentNoShutdownProxy
 
StringN1qlBasedQuery - Class in org.springframework.data.couchbase.repository.query
A RepositoryQuery for Couchbase, based on N1QL and a String statement.
StringN1qlBasedQuery(String, CouchbaseQueryMethod, CouchbaseOperations, SpelExpressionParser, EvaluationContextProvider) - Constructor for class org.springframework.data.couchbase.repository.query.StringN1qlBasedQuery
 
StringN1qlBasedQuery.N1qlSpelValues - Class in org.springframework.data.couchbase.repository.query
This class is exposed to SpEL parsing through the variable #.
suffix(String) - Method in class org.springframework.data.couchbase.core.mapping.KeySettings
Set common suffix
suffix() - Method in class org.springframework.data.couchbase.core.mapping.KeySettings
Get common suffix

T

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

U

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

V

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

W

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

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