interface MongoInstanceOperations<D> extends GormInstanceOperations<D>
Instance methods for GORM for MongoDB
| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract org.bson.Document |
getDbo(D instance)Return the DBObject instance for the entity |