Package io.quarkiverse.groovy.hibernate.orm.panache
-
Interface Summary Interface Description 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. -
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.