Interface PanacheMongoEntityResource<Entity extends PanacheMongoEntityBase,ID>
-
- Type Parameters:
Entity-PanacheMongoEntityBasethat is handled by this resource.ID- ID type of the entity.
- All Superinterfaces:
RestDataResource<Entity,ID>
public interface PanacheMongoEntityResource<Entity extends PanacheMongoEntityBase,ID> extends RestDataResource<Entity,ID>
REST data Panache resource that usesPanacheMongoEntityBaseinstance 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.