Uses of Interface
io.quarkus.hibernate.panache.reactive.PanacheRepositoryReactiveQueries
Packages that use PanacheRepositoryReactiveQueries
Package
Description
API usage
-
Uses of PanacheRepositoryReactiveQueries in io.quarkus.hibernate.panache
Subinterfaces of PanacheRepositoryReactiveQueries in io.quarkus.hibernate.panacheModifier and TypeInterfaceDescriptionstatic interfacePanacheRepository.Reactive<Entity,Id> static interfacePanacheRepository.Reactive.Stateless<Entity,Id> -
Uses of PanacheRepositoryReactiveQueries in io.quarkus.hibernate.panache.managed.reactive
Subinterfaces of PanacheRepositoryReactiveQueries in io.quarkus.hibernate.panache.managed.reactiveModifier and TypeInterfaceDescriptioninterfacePanacheManagedReactiveRepository<Entity>interfacePanacheManagedReactiveRepositoryBase<Entity,Id> interfacePanacheManagedReactiveRepositoryQueries<Entity,Id> -
Uses of PanacheRepositoryReactiveQueries in io.quarkus.hibernate.panache.stateless.reactive
Subinterfaces of PanacheRepositoryReactiveQueries in io.quarkus.hibernate.panache.stateless.reactiveModifier and TypeInterfaceDescriptioninterfaceinterfacePanacheStatelessReactiveRepositoryBase<Entity,Id> interfacePanacheStatelessReactiveRepositoryQueries<Entity,Id>