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