Uses of Class
org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
Package
Description
This package contains all classes needed for specific configuration of Spring Data Couchbase.
-
Uses of CouchbaseMappingContext in org.springframework.data.couchbase.config
Modifier and TypeMethodDescriptionAbstractCouchbaseConfiguration.couchbaseMappingContext
(CustomConversions customConversions) Creates aCouchbaseMappingContext
equipped with entity classes scanned from the mapping base package.Modifier and TypeMethodDescriptionAbstractCouchbaseConfiguration.mappingCouchbaseConverter
(CouchbaseMappingContext couchbaseMappingContext, CouchbaseCustomConversions couchbaseCustomConversions) Creates aMappingCouchbaseConverter
using the configuredAbstractCouchbaseConfiguration.couchbaseMappingContext(org.springframework.data.convert.CustomConversions)
. -
Uses of CouchbaseMappingContext in org.springframework.data.couchbase.core.index
ModifierConstructorDescriptionCouchbasePersistentEntityIndexCreator
(CouchbaseMappingContext mappingContext, CouchbaseOperations operations)