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