JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.micronaut.data.repository
Interface GenericRepository<E,ID>
Type Parameters:
E
- The entity type
ID
- The ID type
All Known Subinterfaces:
AsyncCrudRepository
<E,ID>,
AuthorRepository
,
BookDtoRepository
,
CarRepository
,
CityRepository
,
CompanyRepository
,
CountryRepository
,
CrudRepository
<E,ID>,
FaceRepository
,
FoodRepository
,
JpaRepository
<E,ID>,
MealRepository
,
NoseRepository
,
PageableRepository
<E,ID>,
PersonRepository
,
PlantRepository
,
ProductRepository
,
ProjectRepository
,
ReactiveStreamsCrudRepository
<E,ID>,
RegionRepository
,
RestaurantRepository
,
RxJavaCrudRepository
<E,ID>
All Known Implementing Classes:
BookRepository
@Indexed(value=
GenericRepository.class
) public interface
GenericRepository<E,ID>
Parent repository interface for all repositories.
Since:
1.0
Author:
graemerocher
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method