-
- All Implemented Interfaces:
-
io.quarkus.mongodb.panache.kotlin.PanacheMongoCompanionBase
public interface PanacheMongoCompanion<Entity extends PanacheMongoEntityBase> implements PanacheMongoCompanionBase<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.PanacheMongoCompanion
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
-
-