Package-level declarations

Types

Link copied to clipboard

Defines methods to be used via the companion objects of entities.

Link copied to clipboard
Link copied to clipboard
@MappedSuperclass
open class PanacheEntity : PanacheEntityBase
Link copied to clipboard
@Generated(value = "org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
abstract class PanacheEntity_
Link copied to clipboard
Link copied to clipboard
interface PanacheQuery<Entity : Any>
Link copied to clipboard
Link copied to clipboard

Represents a Repository for a specific type of entity Entity, with an ID type of Id. Implementing this repository will gain you the exact same useful methods that are on {@link PanacheEntityBase}. Unless you have a custom ID strategy, you should not implement this interface directly but implement {@link PanacheRepository} instead.