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>,
CrudRepository
<E,ID>,
JpaRepository
<E,ID>,
PageableRepository
<E,ID>,
ReactiveStreamsCrudRepository
<E,ID>,
ReactorCrudRepository
<E,ID>,
RxJavaCrudRepository
<E,ID>
@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