Uses of Interface
io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
Packages that use PanacheMongoRepositoryBase
-
Uses of PanacheMongoRepositoryBase in io.quarkus.mongodb.panache
Subinterfaces of PanacheMongoRepositoryBase in io.quarkus.mongodb.panacheModifier and TypeInterfaceDescriptioninterfacePanacheMongoRepository<Entity>Represents a Repository for a specific type of entityEntity, with an ID type ofObjectId.