Uses of Class
io.quarkus.mongodb.panache.common.runtime.MongoOperations
Packages that use MongoOperations
-
Uses of MongoOperations in io.quarkus.mongodb.panache.common.runtime
Constructors in io.quarkus.mongodb.panache.common.runtime with parameters of type MongoOperationsModifierConstructorDescriptionPanacheUpdateImpl(MongoOperations operations, Class<?> entityClass, org.bson.conversions.Bson update, com.mongodb.client.MongoCollection collection)