Interface PanacheRepository<Entity>

  • Type Parameters:
    Entity - The type of entity to operate on
    All Superinterfaces:
    PanacheRepositoryBase<Entity,​Long>

    public interface PanacheRepository<Entity>
    extends PanacheRepositoryBase<Entity,​Long>

    Represents a Repository for a specific type of entity Entity, with an ID type of Long. Implementing this repository will gain you the exact same useful methods that are on PanacheEntityBase. If you have a custom ID strategy, you should implement PanacheRepositoryBase instead.

    Author:
    Stéphane Épardaud