Spring Data Document

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

Packages that use DBRef
org.springframework.data.mongodb.core.convert   
org.springframework.data.mongodb.core.mapping   
 

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

Methods in org.springframework.data.mongodb.core.convert with parameters of type DBRef
protected  DBRef MappingMongoConverter.createDBRef(Object target, DBRef dbref)
           
 

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 Document

Copyright © 2012. All Rights Reserved.