Interface PanacheMongoRepositoryResource<Repository extends PanacheMongoRepositoryBase<Entity,ID>,Entity,ID>
-
- Type Parameters:
Repository-PanacheMongoRepositoryBaseinstance that should be used for data access.Entity- Entity type that is handled by this resource and the linkedPanacheMongoRepositoryBaseinstance.ID- ID type of the entity.
- All Superinterfaces:
RestDataResource<Entity,ID>
public interface PanacheMongoRepositoryResource<Repository extends PanacheMongoRepositoryBase<Entity,ID>,Entity,ID> extends RestDataResource<Entity,ID>
REST data Panache resource that usesPanacheMongoRepositoryBaseinstance 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.