Package io.quarkiverse.groovy.hibernate.reactive.panache
-
Interface Summary Interface Description PanacheQuery<Entity> Interface representing an entity query, which abstracts the use of paging, getting the number of results, and operating onList.PanacheRepository<Entity> Represents a Repository for a specific type of entityEntity, with an ID type ofLong.PanacheRepositoryBase<Entity,Id> Represents a Repository for a specific type of entityEntity, with an ID type ofId. -
Class Summary Class Description Panache Utility class for Panache.PanacheEntity Represents an entity with a generated ID fieldPanacheEntity.idof typeLong.PanacheEntity_ PanacheEntityBase Represents an entity.