- Type Parameters:
E- the entity typeID- the identifier type
- All Known Subinterfaces:
Data.BasicRepository<E,,ID> Data.CrudRepository<E,,ID> Data.PageableRepository<E,ID>
- Enclosing class:
Data
public static interface Data.GenericRepository<E,ID>
Data repository interface.
This is the parent interface of all data repositories. Any user data repository interface must be annotated
with the
Data.Repository annotation and extend this Data.GenericRepository interface.