@java.lang.Deprecated(forRemoval: true) interface MongoInstanceOperations<D> extends GormInstanceOperations<D>
Instance methods for GORM for MongoDB
abstract Document
getDbo(D instance)
Return the DBObject instance for the entity
instance