Spring Data MongoDB - Core

Uses of Interface
org.springframework.data.mongodb.core.convert.DbRefResolver

Packages that use DbRefResolver
org.springframework.data.mongodb.core.convert Spring Data MongoDB specific converter infrastructure. 
 

Uses of DbRefResolver in org.springframework.data.mongodb.core.convert
 

Classes in org.springframework.data.mongodb.core.convert that implement DbRefResolver
 class DefaultDbRefResolver
          A DbRefResolver that resolves DBRefs by delegating to a DbRefResolverCallback than is able to generate lazy loading proxies.
 

Fields in org.springframework.data.mongodb.core.convert declared as DbRefResolver
protected  DbRefResolver MappingMongoConverter.dbRefResolver
           
 

Constructors in org.springframework.data.mongodb.core.convert with parameters of type DbRefResolver
MappingMongoConverter(DbRefResolver dbRefResolver, MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> mappingContext)
          Creates a new MappingMongoConverter given the new DbRefResolver and MappingContext.
 


Spring Data MongoDB - Core

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.