-
- All Implemented Interfaces:
-
io.quarkus.mongodb.panache.kotlin.reactive.ReactivePanacheMongoRepositoryBase
public interface ReactivePanacheMongoRepository<Entity extends Object> implements ReactivePanacheMongoRepositoryBase<Entity, ObjectId>
Represents a Repository for a specific type of entity
Entity, with an ID type ofObjectId. Implementing this repository will gain you the exact same useful methods that are on ReactivePanacheMongoEntityBase. If you have a custom ID strategy, you should implement ReactivePanacheMongoRepositoryBase instead.
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class io.quarkus.mongodb.panache.kotlin.reactive.ReactivePanacheMongoRepository
count, count, count, count, count, delete, 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, persist, persistOrUpdate, persistOrUpdate, persistOrUpdate, persistOrUpdate, stream, stream, stream, stream, stream, stream, stream, stream, streamAll, streamAll, update, update, update, update, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-