-
- All Implemented Interfaces:
-
io.quarkus.mongodb.panache.kotlin.PanacheMongoRepositoryBase
public interface PanacheMongoRepository<Entity extends Object> implements PanacheMongoRepositoryBase<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 PanacheMongoEntityBase. If you have a custom ID strategy, you should implement PanacheMongoRepositoryBase instead.
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class io.quarkus.mongodb.panache.kotlin.PanacheMongoRepository
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
-
-