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

A

abbreviateFieldNames() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
Set to true if field names should be abbreviated with the CamelCaseAbbreviatingFieldNamingStrategy.
AbstractCouchbaseConfiguration - Class in org.springframework.data.couchbase.config
Base class for Spring Data Couchbase configuration using JavaConfig.
AbstractCouchbaseConfiguration() - Constructor for class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
 
AbstractCouchbaseConverter - Class in org.springframework.data.couchbase.core.convert
An abstract CouchbaseConverter that provides the basics for the MappingCouchbaseConverter.
AbstractCouchbaseConverter(GenericConversionService) - Constructor for class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
Create a new converter and hand it over the ConversionService
AbstractCouchbaseEventListener<E> - Class in org.springframework.data.couchbase.core.mapping.event
Base class to implement domain class specific ApplicationListeners.
AbstractCouchbaseEventListener() - Constructor for class org.springframework.data.couchbase.core.mapping.event.AbstractCouchbaseEventListener
 
AbstractMonitor - Class in org.springframework.data.couchbase.monitor
Base class to encapsulate common configuration settings.
AbstractMonitor(CouchbaseClient) - Constructor for class org.springframework.data.couchbase.monitor.AbstractMonitor
 
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.core.CouchbaseFactoryBean
Instantiate the CouchbaseClient.
afterPropertiesSet() - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactoryBean
Make sure that the template is 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
 
applicationContext - Variable in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
The overall application context.

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 that will be used when no "id" is supplied to the 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
 
bootstrapHosts() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
The list of hostnames (or IP addresses to bootstrap from).
bootstrapUris(List<String>) - Static method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
Converts the given list of hostnames into parsable URIs.
BucketCallback<T> - Interface in org.springframework.data.couchbase.core
Defines the callback which will be wrapped and executed on a bucket.

C

canRead(EvaluationContext, Object, String) - Method in class org.springframework.data.couchbase.core.convert.CouchbaseDocumentPropertyAccessor
It can always read from those properties.
clear() - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
Clear the complete cache.
ClientInfo - Class in org.springframework.data.couchbase.monitor
Exposes basic client information.
ClientInfo(CouchbaseClient) - Constructor for class org.springframework.data.couchbase.monitor.ClientInfo
 
ClusterInfo - Class in org.springframework.data.couchbase.monitor
Exposes basic cluster information.
ClusterInfo(CouchbaseClient) - Constructor for class org.springframework.data.couchbase.monitor.ClusterInfo
 
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(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(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(Long) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.LongToCalendarConverter
 
convert(Long) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.LongToDateConverter
 
convert(Long) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.LongToDateMidnightConverter
 
convert(Long) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.LongToDateTimeConverter
 
convert(Long) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.LongToLocalDateConverter
 
convert(Long) - Method in enum org.springframework.data.couchbase.core.convert.DateConverters.LongToLocalDateTimeConverter
 
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.
CouchbaseCache - Class in org.springframework.data.couchbase.cache
The CouchbaseCache class implements the Spring Cache interface on top of Couchbase Server and the Couchbase Java SDK.
CouchbaseCache(String, CouchbaseClient) - Constructor for class org.springframework.data.couchbase.cache.CouchbaseCache
Construct the cache and pass in the CouchbaseClient instance.
CouchbaseCache(String, CouchbaseClient, int) - Constructor for class org.springframework.data.couchbase.cache.CouchbaseCache
Construct the cache and pass in the CouchbaseClient instance.
CouchbaseCacheManager - Class in org.springframework.data.couchbase.cache
The CouchbaseCacheManager orchestrates CouchbaseCache instances.
CouchbaseCacheManager(HashMap<String, CouchbaseClient>) - Constructor for class org.springframework.data.couchbase.cache.CouchbaseCacheManager
Construct a new CouchbaseCacheManager.
CouchbaseCacheManager(HashMap<String, CouchbaseClient>, HashMap<String, Integer>) - Constructor for class org.springframework.data.couchbase.cache.CouchbaseCacheManager
Construct a new CouchbaseCacheManager.
couchbaseClient() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
Return the CouchbaseClient instance to connect to.
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.
CouchbaseExceptionTranslator - Class in org.springframework.data.couchbase.core
Simple PersistenceExceptionTranslator for Couchbase.
CouchbaseExceptionTranslator() - Constructor for class org.springframework.data.couchbase.core.CouchbaseExceptionTranslator
 
CouchbaseFactoryBean - Class in org.springframework.data.couchbase.core
Convenient Factory for configuring a CouchbaseClient.
CouchbaseFactoryBean() - Constructor for class org.springframework.data.couchbase.core.CouchbaseFactoryBean
 
CouchbaseJmxParser - Class in org.springframework.data.couchbase.config
Enables Parsing of the "" configuration bean.
CouchbaseJmxParser() - Constructor for class org.springframework.data.couchbase.config.CouchbaseJmxParser
 
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.
couchbaseLogger() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
Specifies the logger to use (defaults to SLF4J).
couchbaseMappingContext() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
Creates a CouchbaseMappingContext equipped with entity classes scanned from the mapping base package.
CouchbaseMappingContext - Class in org.springframework.data.couchbase.core.mapping
Default implementation of a MappingContext for Couchbase using BasicCouchbasePersistentEntity and BasicCouchbasePersistentProperty as primary abstractions.
CouchbaseMappingContext() - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
 
CouchbaseMappingEvent<T> - Class in org.springframework.data.couchbase.core.mapping.event
A mapping event.
CouchbaseMappingEvent(T, CouchbaseDocument) - Constructor for class org.springframework.data.couchbase.core.mapping.event.CouchbaseMappingEvent
 
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.
CouchbaseParser - Class in org.springframework.data.couchbase.config
Parser for "" bean definitions.
CouchbaseParser() - Constructor for class org.springframework.data.couchbase.config.CouchbaseParser
 
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.
CouchbaseQueryMethod - Class in org.springframework.data.couchbase.repository.query
Represents a query method with couchbase extensions.
CouchbaseQueryMethod(Method, RepositoryMetadata, 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(CouchbaseOperations) - 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() - Constructor for class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactoryBean
 
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.AbstractCouchbaseConfiguration
CouchbaseTemplate - Class in org.springframework.data.couchbase.core
 
CouchbaseTemplate(CouchbaseClient) - Constructor for class org.springframework.data.couchbase.core.CouchbaseTemplate
 
CouchbaseTemplate(CouchbaseClient, TranslationService) - Constructor for class org.springframework.data.couchbase.core.CouchbaseTemplate
 
CouchbaseTemplate(CouchbaseClient, 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() - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 
create(CreationalContext<T>, Class<T>, Object) - Method in class org.springframework.data.couchbase.repository.cdi.CouchbaseRepositoryBean
 
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.
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.
customConversions() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
Register custom Converters in a CustomConversions object if required.
CustomConversions - Class in org.springframework.data.couchbase.core.convert
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.LocalDateTimeToLongConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.LocalDateToLongConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.LongToCalendarConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.LongToDateConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.LongToDateMidnightConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.LongToDateTimeConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.LongToLocalDateConverter - Enum in org.springframework.data.couchbase.core.convert
 
DateConverters.LongToLocalDateTimeConverter - Enum in org.springframework.data.couchbase.core.convert
 
decode(Object, CouchbaseStorable) - Method in class org.springframework.data.couchbase.core.convert.translation.JacksonTranslationService
Decode a JSON string into the CouchbaseStorable structure.
decode(Object, CouchbaseStorable) - Method in interface org.springframework.data.couchbase.core.convert.translation.TranslationService
Decodes the target format into a CouchbaseDocument
DEFAULT_BUCKET - Static variable in class org.springframework.data.couchbase.core.CouchbaseFactoryBean
Defines the default bucket name to be used if no other bucket name is supplied.
DEFAULT_DESTROY_METHOD - Static variable in class org.springframework.data.couchbase.core.CouchbaseFactoryBean
The name of the default shutdown method to call when the context is destroyed.
DEFAULT_EXPIRATION_TIME - Static variable in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Defnes the default expiration time for the document.
DEFAULT_LOGGER_PROPERTY - Static variable in class org.springframework.data.couchbase.core.CouchbaseFactoryBean
Use SLF4J as the default logger if not instructed otherwise.
DEFAULT_NODE - Static variable in class org.springframework.data.couchbase.core.CouchbaseFactoryBean
Defines the default hostname to be used if no other list is supplied.
DEFAULT_PASSWORD - Static variable in class org.springframework.data.couchbase.core.CouchbaseFactoryBean
Defines the password of the default bucket.
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(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
 
destroy() - Method in class org.springframework.data.couchbase.core.CouchbaseFactoryBean
Shutdown the client when the bean is destroyed.
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.CouchbaseParser
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.

E

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 CouchbaseDocument 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.
evict(Object) - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
Remove an object from Couchbase.
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.ViewBasedCouchbaseQuery
 
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 - Annotation Type in org.springframework.data.couchbase.core.mapping
Annotation to define custom metadata for document fields.
fieldNamingStrategy() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
Configures a FieldNamingStrategy on the CouchbaseMappingContext instance created.
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
 
findByView(String, String, Query, Class<T>) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Query a View for a list of documents of type T.
findByView(String, String, Query, Class<T>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
findOne(ID) - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
 

G

get(Object) - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
Get an element from the cache.
get(Object, Class<T>) - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
 
get(String) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Potentially get a value from the payload with the given key.
get(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.config.CouchbaseRepositoriesRegistrar
 
getBeanClass(Element) - Method in class org.springframework.data.couchbase.config.CouchbaseParser
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.
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).
getClient() - Method in class org.springframework.data.couchbase.monitor.AbstractMonitor
 
getClients() - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager
Returns a Map of all CouchbaseClients with name.
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.DateConverters
Returns all converters by this class that can be registered.
getCouchbaseClient() - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Returns the linked CouchbaseClient to this template.
getCouchbaseClient() - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
getCouchbaseOperations() - Method in class org.springframework.data.couchbase.repository.support.SimpleCouchbaseRepository
Returns the underlying operation template.
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.
getDocument() - Method in class org.springframework.data.couchbase.core.mapping.event.CouchbaseMappingEvent
 
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.
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
Returns the expiration time of the entity.
getExpiry() - Method in interface org.springframework.data.couchbase.core.mapping.CouchbasePersistentEntity
Returns the expiry time for the document.
getExtension() - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoriesRegistrar
 
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.
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.
getId(T) - Method in class org.springframework.data.couchbase.repository.support.MappingCouchbaseEntityInformation
Returns the ID of the entity.
getIdType() - Method in class org.springframework.data.couchbase.repository.support.MappingCouchbaseEntityInformation
Returns the ID type.
getInitialEntitySet() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
Scans the mapping base package for classes annotated with Document.
getIsBalanced() - Method in class org.springframework.data.couchbase.monitor.ClusterInfo
 
getMappingBasePackage() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
Return the base package to scan for mapped Documents.
getMappingContext() - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
 
getMaxBuckets() - Method in class org.springframework.data.couchbase.monitor.ClusterInfo
 
getModulePrefix() - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoryConfigurationExtension
 
getName() - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
Returns the name of the cache.
getNativeCache() - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
Returns the actual CouchbaseClient instance.
getNumberOfActiveNodes() - Method in class org.springframework.data.couchbase.monitor.ClientInfo
 
getNumberOfInactiveNodes() - Method in class org.springframework.data.couchbase.monitor.ClientInfo
 
getNumberOfNodes() - Method in class org.springframework.data.couchbase.monitor.ClientInfo
 
getObject() - Method in class org.springframework.data.couchbase.core.CouchbaseFactoryBean
Return the underlying CouchbaseClient.
getObjectType() - Method in class org.springframework.data.couchbase.core.CouchbaseFactoryBean
Returns the object type of the client.
getPayload() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Returns the underlying payload.
getQueryLookupStrategy(QueryLookupStrategy.Key) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactory
 
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
The base class for this repository.
getRepositoryFactoryClassName() - Method in class org.springframework.data.couchbase.repository.config.CouchbaseRepositoryConfigurationExtension
 
getScope() - Method in class org.springframework.data.couchbase.repository.cdi.CouchbaseRepositoryBean
 
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.
getStats() - Method in class org.springframework.data.couchbase.monitor.AbstractMonitor
Fetches stats for all nodes.
getStats(SocketAddress) - Method in class org.springframework.data.couchbase.monitor.AbstractMonitor
Returns stats for an individual node.
getTargetRepository(RepositoryMetadata) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactory
Returns a new Repository based on the metadata.
getTemplate() - Method in class org.springframework.data.couchbase.monitor.AbstractMonitor
 
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
 
getTtl() - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
Returns the TTL value for this cache.
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 annoation if set, null otherwise.
getViewMetadataProvider() - Method in enum org.springframework.data.couchbase.repository.support.ViewPostProcessor
 

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.
hasViewAnnotation() - Method in class org.springframework.data.couchbase.repository.query.CouchbaseQueryMethod
If the method has a @View annotation.
HOLDER - Static variable in class org.springframework.data.couchbase.core.mapping.CouchbaseSimpleTypes
 

I

init() - Method in class org.springframework.data.couchbase.config.CouchbaseNamespaceHandler
Register bean definition parsers in the namespace handler.
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(Collection<?>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
insert(Object, PersistTo, ReplicateTo) - 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.
isEmpty() - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
Checks if the underlying payload is empty or not.
isSimpleType(Class<?>) - Method in class org.springframework.data.couchbase.core.convert.CustomConversions
Check that the given type is of "simple type".
isSingleton() - Method in class org.springframework.data.couchbase.core.CouchbaseFactoryBean
The client should be returned as a singleton.

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
 

L

loadCaches() - Method in class org.springframework.data.couchbase.cache.CouchbaseCacheManager
Populates all caches.
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
 

M

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.AbstractCouchbaseConfiguration
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
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 Infomration container.
maybeEmitEvent(CouchbaseMappingEvent<T>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
Helper method to publish an event if the event publisher is set.

O

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
 
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.
org.springframework.data.couchbase.cache - package org.springframework.data.couchbase.cache
 
org.springframework.data.couchbase.config - package org.springframework.data.couchbase.config
 
org.springframework.data.couchbase.core - package org.springframework.data.couchbase.core
 
org.springframework.data.couchbase.core.convert - package org.springframework.data.couchbase.core.convert
 
org.springframework.data.couchbase.core.convert.translation - package org.springframework.data.couchbase.core.convert.translation
 
org.springframework.data.couchbase.core.mapping - package org.springframework.data.couchbase.core.mapping
 
org.springframework.data.couchbase.core.mapping.event - package org.springframework.data.couchbase.core.mapping.event
 
org.springframework.data.couchbase.core.view - package org.springframework.data.couchbase.core.view
 
org.springframework.data.couchbase.monitor - package org.springframework.data.couchbase.monitor
 
org.springframework.data.couchbase.repository - package org.springframework.data.couchbase.repository
 
org.springframework.data.couchbase.repository.cdi - package org.springframework.data.couchbase.repository.cdi
 
org.springframework.data.couchbase.repository.config - package org.springframework.data.couchbase.repository.config
 
org.springframework.data.couchbase.repository.query - package org.springframework.data.couchbase.repository.query
 
org.springframework.data.couchbase.repository.support - package org.springframework.data.couchbase.repository.support
 

P

parse(Element, ParserContext) - Method in class org.springframework.data.couchbase.config.CouchbaseJmxParser
Parse the element and dispatch the registration of the JMX components.
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
 
put(Object, Object) - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
Store a object in Couchbase.
put(String, Object) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Store a value with the given key for later retreival.
put(Object) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseList
Add content to the underlying list.
putIfAbsent(Object, Object) - Method in class org.springframework.data.couchbase.cache.CouchbaseCache
 

Q

queryView(String, String, Query) - Method in interface org.springframework.data.couchbase.core.CouchbaseOperations
Query a View with direct access to the ViewResponse.
queryView(String, String, Query) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 

R

randomAvailableHostname() - Method in class org.springframework.data.couchbase.monitor.AbstractMonitor
 
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.
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(Collection<?>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
remove(Object, PersistTo, ReplicateTo) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
remove(Collection<?>, PersistTo, ReplicateTo) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.couchbase.config.CouchbaseParser
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.

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(Collection<?>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
save(Object, PersistTo, ReplicateTo) - 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
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.couchbase.core.mapping.BasicCouchbasePersistentEntity
Sets the application context.
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
 
setBucket(String) - Method in class org.springframework.data.couchbase.core.CouchbaseFactoryBean
Set the bucket to be used.
setCouchbaseOperations(CouchbaseOperations) - Method in class org.springframework.data.couchbase.repository.support.CouchbaseRepositoryFactoryBean
Set the template reference.
setCustomConversions(CustomConversions) - Method in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
Set the custom conversions.
setExpiration(int) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Set the expiration time of the document.
setFailureMode(String) - Method in class org.springframework.data.couchbase.core.CouchbaseFactoryBean
Set the failure mode if memcached buckets are used.
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.
setHost(String) - Method in class org.springframework.data.couchbase.core.CouchbaseFactoryBean
Set the array of nodes from a delimited list of hosts.
setId(String) - Method in class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
Sets the unique ID of the document per bucket.
setInstantiators(EntityInstantiators) - Method in class org.springframework.data.couchbase.core.convert.AbstractCouchbaseConverter
Set the entity instantiators.
setLoggerProperty(String) - Static method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
Prepare the logging property before initializing couchbase.
setNodes(URI[]) - Method in class org.springframework.data.couchbase.core.CouchbaseFactoryBean
Set the nodes as an array of URIs.
setObjectMapper(ObjectMapper) - Method in class org.springframework.data.couchbase.core.convert.translation.JacksonTranslationService
 
setObservePollInterval(int) - Method in class org.springframework.data.couchbase.core.CouchbaseFactoryBean
Set the observe poll interval in miliseconds.
setObservePollMax(int) - Method in class org.springframework.data.couchbase.core.CouchbaseFactoryBean
Set the maximum number of polls.
setOpQueueMaxBlockTime(int) - Method in class org.springframework.data.couchbase.core.CouchbaseFactoryBean
Set the operation queue maximum block time in miliseconds.
setOpTimeout(int) - Method in class org.springframework.data.couchbase.core.CouchbaseFactoryBean
Set the operation timeout in miliseconds.
setPassword(String) - Method in class org.springframework.data.couchbase.core.CouchbaseFactoryBean
Set the password.
setReconnectThresholdTime(int) - Method in class org.springframework.data.couchbase.core.CouchbaseFactoryBean
Set the reconnect threshold time in seconds.
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.
setViewTimeout(int) - Method in class org.springframework.data.couchbase.core.CouchbaseFactoryBean
Set the view timeout in miliseconds.
setWriteResultChecking(WriteResultChecking) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
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.

T

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.
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.couchbase.core.CouchbaseExceptionTranslator
Translate Couchbase specific exceptions to spring exceptions if possible.
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.couchbase.core.CouchbaseFactoryBean
Translate exception if possible.
translationService() - Method in class org.springframework.data.couchbase.config.AbstractCouchbaseConfiguration
TranslationService - Interface in org.springframework.data.couchbase.core.convert.translation
Defines a translation service to encode/decode responses into the CouchbaseStorable format.
typeMapper - Variable in class org.springframework.data.couchbase.core.convert.MappingCouchbaseConverter
The Couchbase specific type mapper in use.

U

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(Collection<?>) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
update(Object, PersistTo, ReplicateTo) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 
update(Collection<?>, PersistTo, ReplicateTo) - Method in class org.springframework.data.couchbase.core.CouchbaseTemplate
 

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.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.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.LongToCalendarConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.LongToDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.LongToDateMidnightConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.LongToDateTimeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.LongToLocalDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.DateConverters.LongToLocalDateTimeConverter
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.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.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.LongToCalendarConverter
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.LongToDateConverter
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.LongToDateMidnightConverter
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.LongToDateTimeConverter
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.LongToLocalDateConverter
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.LongToLocalDateTimeConverter
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.view
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
 
ViewMetadataProvider - Interface in org.springframework.data.couchbase.repository.support
Interface to abstract ViewMetadataProvider that provides Views to be used for query execution.
ViewPostProcessor - Enum in org.springframework.data.couchbase.repository.support
RepositoryProxyPostProcessor that sets up an interceptor to read View information from the invoked method.

W

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 L M O P Q R S T U V W 
Skip navigation links
Spring Data Couchbase

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