Class BeanNames
java.lang.Object
org.springframework.data.couchbase.config.BeanNames
Contains default bean names for Couchbase beans. These are the names of the beans used by Spring Data Couchbase,
unless an explicit id is given to the bean either in the xml configuration or the
java configuration
.- Author:
- Michael Nitschinger, Simon Baslé, Michael Reiche, Jorge Rodríguez Martín
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The name for the bean that will handle audit trail marking of entities.static final String
static final String
static final String
The name for the bean that stores mapping metadata for entities stored in couchbase.static final String
The name for the bean that stores custom mapping between repositories and their backing couchbaseOperations.static final String
static final String
static final String
static final String
static final String
The name for the bean that will handle reactive audit trail marking of entities.static final String
The name for the bean that stores custom mapping between reactive repositories and their backing reactiveCouchbaseOperations.static final String
-
Constructor Summary
-
Method Summary
-
Field Details
-
COUCHBASE_TEMPLATE
- See Also:
-
REACTIVE_COUCHBASE_TEMPLATE
- See Also:
-
COUCHBASE_CUSTOM_CONVERSIONS
- See Also:
-
COUCHBASE_OPERATIONS_MAPPING
The name for the bean that stores custom mapping between repositories and their backing couchbaseOperations.- See Also:
-
REACTIVE_COUCHBASE_OPERATIONS_MAPPING
The name for the bean that stores custom mapping between reactive repositories and their backing reactiveCouchbaseOperations.- See Also:
-
COUCHBASE_MAPPING_CONTEXT
The name for the bean that stores mapping metadata for entities stored in couchbase.- See Also:
-
COUCHBASE_AUDITING_HANDLER
The name for the bean that will handle audit trail marking of entities.- See Also:
-
REACTIVE_COUCHBASE_AUDITING_HANDLER
The name for the bean that will handle reactive audit trail marking of entities.- See Also:
-
COUCHBASE_CLIENT_FACTORY
- See Also:
-
COUCHBASE_TRANSACTION_MANAGER
- See Also:
-
COUCHBASE_TRANSACTION_TEMPLATE
- See Also:
-
COUCHBASE_TRANSACTIONAL_OPERATOR
- See Also:
-
-
Constructor Details
-
BeanNames
public BeanNames()
-