Package io.quarkus.hibernate.orm.panache.kotlin
See: Description
-
Class Summary Class Description PanacheEntity_ PanacheEntity Represents an entity with a generated ID field id of type Long. -
Interface Summary Interface Description PanacheCompanion Defines methods to be used via the companion objects of entities. PanacheCompanionBase Defines methods to be used via the companion objects of entities. PanacheEntityBase Represents an entity. PanacheQuery Interface representing an entity query, which abstracts the use of paging, getting the number of results, and operating on List or java.util.Stream. PanacheRepository Represents a Repository for a specific type of entity Entity, with an ID type ofLong.PanacheRepositoryBase Represents a Repository for a specific type of entity Entity, with an ID type ofId.