Interface PanacheEntityResource<Entity extends PanacheEntityBase,ID>
-
- Type Parameters:
Entity-PanacheEntityBasethat is handled by this resource.ID- ID type of the entity.
- All Superinterfaces:
RestDataResource<Entity,ID>
public interface PanacheEntityResource<Entity extends PanacheEntityBase,ID> extends RestDataResource<Entity,ID>
REST data Panache resource that usesPanacheEntityBaseinstance for data access and exposes it as a JAX-RS resource.See
RestDataResourcefor the methods provided by this resource.See
ResourcePropertiesandMethodPropertiesfor the ways to customize this resource.