public class BeanNames extends Object
java configuration.| Modifier and Type | Field and Description |
|---|---|
static String |
COUCHBASE_AUDITING_HANDLER
The name for the bean that will handle audit trail marking of entities.
|
static String |
COUCHBASE_BUCKET
The name for the default
Bucket bean. |
static String |
COUCHBASE_CLUSTER
The name for the default
Cluster bean. |
static String |
COUCHBASE_CLUSTER_INFO
The name for the default
ClusterInfo bean. |
static String |
COUCHBASE_CUSTOM_CONVERSIONS
The name for the bean that registers custom
Converters to encode/decode entity members. |
static String |
COUCHBASE_ENV
The name for the default
CouchbaseEnvironment bean. |
static String |
COUCHBASE_INDEX_MANAGER
The name for the bean that drives how some indexes are automatically created.
|
static String |
COUCHBASE_MAPPING_CONTEXT
The name for the bean that stores mapping metadata for entities stored in couchbase.
|
static String |
COUCHBASE_MAPPING_CONVERTER
The name for the bean that performs conversion to/from representation suitable for storage in couchbase.
|
static String |
COUCHBASE_OPERATIONS_MAPPING
The name for the bean that stores custom mapping between repositories and their backing couchbaseOperations.
|
static String |
COUCHBASE_TEMPLATE
The name for the default
CouchbaseOperations bean. |
static String |
COUCHBASE_TRANSLATION_SERVICE
The name for the default
TranslationService bean. |
static String |
REACTIVE_COUCHBASE_OPERATIONS_MAPPING
The name for the bean that stores custom mapping between reactive repositories and their backing reactiveCouchbaseOperations.
|
static String |
REACTIVE_COUCHBASE_TEMPLATE
The name for the default
ReactiveCouchbaseOperations bean. |
static String |
RXJAVA_COUCHBASE_OPERATIONS_MAPPING
The name for the bean that stores custom mapping between rxjava repositories and their backing rxjavaCouchbaseOperations.
|
static String |
RXJAVA1_COUCHBASE_TEMPLATE
The name for the default
RxJavaCouchbaseOperations bean. |
| Constructor and Description |
|---|
BeanNames() |
public static final String COUCHBASE_ENV
CouchbaseEnvironment bean.
See AbstractCouchbaseConfiguration.couchbaseEnvironment() for java config, and
the "<couchbase:env />" element for xml config.public static final String COUCHBASE_CLUSTER
Cluster bean.
See AbstractCouchbaseConfiguration.couchbaseCluster() for java config, and
the "<couchbase:cluster />" element for xml config.public static final String COUCHBASE_BUCKET
Bucket bean.
See AbstractCouchbaseConfiguration.couchbaseClient() for java config, and
the "<couchbase:bucket />" element for xml config.public static final String COUCHBASE_TEMPLATE
CouchbaseOperations bean.
See AbstractCouchbaseDataConfiguration.couchbaseTemplate() for java config, and
the "<couchbase:template />" element for xml config.public static final String COUCHBASE_TRANSLATION_SERVICE
TranslationService bean.
See CouchbaseConfigurationSupport.translationService() for java config, and
the "<couchbase:translation-service />" element for xml config.public static final String COUCHBASE_CLUSTER_INFO
ClusterInfo bean.
See AbstractCouchbaseConfiguration.couchbaseClusterInfo() for java config, and
the "<couchbase:clusterInfo />" element for xml config.public static final String COUCHBASE_OPERATIONS_MAPPING
public static final String REACTIVE_COUCHBASE_OPERATIONS_MAPPING
public static final String RXJAVA_COUCHBASE_OPERATIONS_MAPPING
public static final String COUCHBASE_INDEX_MANAGER
public static final String COUCHBASE_MAPPING_CONVERTER
public static final String COUCHBASE_MAPPING_CONTEXT
public static final String COUCHBASE_CUSTOM_CONVERSIONS
Converters to encode/decode entity members.public static final String COUCHBASE_AUDITING_HANDLER
public static final String REACTIVE_COUCHBASE_TEMPLATE
ReactiveCouchbaseOperations bean.
See AbstractReactiveCouchbaseDataConfiguration.reactiveCouchbaseTemplate() for java config, and
the "<couchbase:template />" element for xml config.public static final String RXJAVA1_COUCHBASE_TEMPLATE
RxJavaCouchbaseOperations bean.
See AbstractRxJavaCouchbaseConfiguration#rxjava1CouchbaseTemplate() for java config, and
the "<couchbase:template />" element for xml config.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.