Uses of Interface
io.quarkus.hibernate.reactive.panache.PanacheRepositoryBase
Packages that use PanacheRepositoryBase
-
Uses of PanacheRepositoryBase in io.quarkus.hibernate.reactive.panache
Subinterfaces of PanacheRepositoryBase in io.quarkus.hibernate.reactive.panacheModifier and TypeInterfaceDescriptioninterfacePanacheRepository<Entity>Represents a Repository for a specific type of entityEntity, with an ID type ofLong.