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
Link copied to clipboard
Link copied to clipboard
interface PanacheEntityBase
Link copied to clipboard
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.