Package io.quarkiverse.groovy.hibernate.reactive.panache
package io.quarkiverse.groovy.hibernate.reactive.panache
-
ClassDescriptionUtility class for Panache.Represents an entity with a generated ID field
PanacheEntity.idof typeLong.Represents an entity.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.