- 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
-
- 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
-
- CouchbaseDocument(String) - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
-
- CouchbaseDocument(String, int) - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseDocument
-
- CouchbaseDocumentPropertyAccessor - Class in org.springframework.data.couchbase.core.convert
-
A property accessor for document properties.
- CouchbaseDocumentPropertyAccessor() - Constructor for class org.springframework.data.couchbase.core.convert.CouchbaseDocumentPropertyAccessor
-
- CouchbaseDocumentTypeAliasAccessor(String) - Constructor for class org.springframework.data.couchbase.core.convert.DefaultCouchbaseTypeMapper.CouchbaseDocumentTypeAliasAccessor
-
- CouchbaseEntityInformation<T,ID 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
-
- 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
-
- 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
-
- CouchbaseMappingContext - Class in org.springframework.data.couchbase.core.mapping
-
- CouchbaseMappingContext() - Constructor for class org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
-
- CouchbaseMappingEvent<T> - Class in org.springframework.data.couchbase.core.mapping.event
-
A mapping event.
- CouchbaseMappingEvent(T, CouchbaseDocument) - Constructor for class org.springframework.data.couchbase.core.mapping.event.CouchbaseMappingEvent
-
- CouchbaseNamespaceHandler - Class in org.springframework.data.couchbase.config
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
Document
s.
- 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
-
- 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
-
- 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.
- ValidatingCouchbaseEventListener - Class in org.springframework.data.couchbase.core.mapping.event
-
javax.validation dependant entities validator.
- ValidatingCouchbaseEventListener(Validator) - Constructor for class org.springframework.data.couchbase.core.mapping.event.ValidatingCouchbaseEventListener
-
- valueOf(String) - Static method in enum org.springframework.data.couchbase.core.convert.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
-
- ViewPostProcessor - Enum in org.springframework.data.couchbase.repository.support
-