Package io.micronaut.data.repository
Interface GenericRepository<E,ID> 
- Type Parameters:
- E- The entity type
- ID- The ID type
- All Known Subinterfaces:
- AsyncCrudRepository<E,,- ID> - AsyncPageableRepository<E,,- ID> - CrudRepository<E,,- ID> - JpaRepository<E,,- ID> - PageableRepository<E,,- ID> - ReactiveStreamsCrudRepository<E,,- ID> - ReactiveStreamsPageableRepository<E,,- ID> - ReactorCrudRepository<E,,- ID> - ReactorPageableRepository<E,,- ID> - RxJavaCrudRepository<E,- ID> 
Parent repository interface for all repositories.
- Since:
- 1.0
- Author:
- graemerocher