All Classes and Interfaces

Class
Description
 
 
 
Utility class for Panache.
Represents an entity with a generated ID field PanacheEntity.id of type Long.
 
Represents an entity.
 
Interface representing an entity query, which abstracts the use of paging, getting the number of results, and operating on List or Stream.
 
Represents a Repository for a specific type of entity Entity, with an ID type of Long.
Represents a Repository for a specific type of entity Entity, with an ID type of Id.