Uses of Class
org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext
Packages that use 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
Methods in org.springframework.data.couchbase.config that return CouchbaseMappingContextModifier and TypeMethodDescriptionAbstractCouchbaseConfiguration.couchbaseMappingContext(CustomConversions customConversions) Creates aCouchbaseMappingContextequipped with entity classes scanned from the mapping base package.Methods in org.springframework.data.couchbase.config with parameters of type CouchbaseMappingContextModifier and TypeMethodDescriptionAbstractCouchbaseConfiguration.mappingCouchbaseConverter(CouchbaseMappingContext couchbaseMappingContext, CouchbaseCustomConversions couchbaseCustomConversions) Creates aMappingCouchbaseConverterusing the configuredAbstractCouchbaseConfiguration.couchbaseMappingContext(org.springframework.data.convert.CustomConversions). -
Uses of CouchbaseMappingContext in org.springframework.data.couchbase.core.index
Constructors in org.springframework.data.couchbase.core.index with parameters of type CouchbaseMappingContextModifierConstructorDescriptionCouchbasePersistentEntityIndexCreator(CouchbaseMappingContext mappingContext, CouchbaseOperations operations)