Spring Data MongoDB - Core

Uses of Class
org.springframework.data.mongodb.core.mapping.DBRef

Packages that use DBRef
org.springframework.data.mongodb.core.convert Spring Data MongoDB specific converter infrastructure. 
org.springframework.data.mongodb.core.mapping Infrastructure for the MongoDB document-to-object mapping subsystem. 
 

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

Methods in org.springframework.data.mongodb.core.convert with parameters of type DBRef
 com.mongodb.DBRef DefaultDbRefResolver.createDbRef(DBRef annotation, MongoPersistentEntity<?> entity, Object id)
           
 com.mongodb.DBRef DbRefResolver.createDbRef(DBRef annotation, MongoPersistentEntity<?> entity, Object id)
          Creates a DBRef instance for the given DBRef annotation, MongoPersistentEntity and id.
 

Uses of DBRef in org.springframework.data.mongodb.core.mapping
 

Methods in org.springframework.data.mongodb.core.mapping that return DBRef
 DBRef MongoPersistentProperty.getDBRef()
          Returns the DBRef if the property is a reference.
 DBRef BasicMongoPersistentProperty.getDBRef()
           
 


Spring Data MongoDB - Core

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.