Uses of Interface
io.quarkus.hibernate.reactive.panache.PanacheRepositoryBase
-
Packages that use PanacheRepositoryBase Package Description io.quarkus.hibernate.reactive.panache API usage -
-
Uses of PanacheRepositoryBase in io.quarkus.hibernate.reactive.panache
Subinterfaces of PanacheRepositoryBase in io.quarkus.hibernate.reactive.panache Modifier and Type Interface Description interface
PanacheRepository<Entity>
Represents a Repository for a specific type of entityEntity
, with an ID type ofLong
.
-