-
- All Implemented Interfaces:
-
io.quarkus.mongodb.panache.kotlin.reactive.ReactivePanacheMongoCompanionBase
public interface ReactivePanacheMongoCompanion<Entity extends ReactivePanacheMongoEntityBase> implements ReactivePanacheMongoCompanionBase<Entity, ObjectId>
Define persistence and query methods for an Entity with a default ID type of ObjectId
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class io.quarkus.mongodb.panache.kotlin.reactive.ReactivePanacheMongoCompanion
count, count, count, count, count, delete, delete, delete, delete, deleteAll, deleteById, find, find, find, find, find, find, find, find, findAll, findAll, findById, list, list, list, list, list, list, list, list, listAll, listAll, mongoCollection, mongoDatabase, persist, persist, persist, persistOrUpdate, persistOrUpdate, persistOrUpdate, stream, stream, stream, stream, stream, stream, stream, stream, streamAll, streamAll, update, update, update, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-