Interface PanacheEntityResource<Entity extends io.quarkus.hibernate.reactive.panache.PanacheEntityBase,ID>
- Type Parameters:
Entity-PanacheEntityBasethat is handled by this resource.ID- ID type of the entity.
- All Superinterfaces:
io.quarkus.rest.data.panache.ReactiveRestDataResource<Entity,ID>
public interface PanacheEntityResource<Entity extends io.quarkus.hibernate.reactive.panache.PanacheEntityBase,ID>
extends io.quarkus.rest.data.panache.ReactiveRestDataResource<Entity,ID>
REST data Panache resource that uses
PanacheEntityBase instance for data access and exposes it as a JAX-RS resource.
See ReactiveRestDataResource for the methods provided by this resource.
See ResourceProperties and MethodProperties for the ways to customize this resource.
-
Method Summary
Methods inherited from interface io.quarkus.rest.data.panache.ReactiveRestDataResource
add, count, delete, get, list, update