|
Spring Data MongoDB - Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
BasicMongoPersistentProperty.getDBRef()
|
DBRef |
MongoPersistentProperty.getDBRef()
Returns the DBRef if the property is a reference. |
|
Spring Data MongoDB - Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||