A repository interface. Captures the entity type to manage and its ID type.
This interface's purpose is to hold type information, as well as being able
to discover interfaces that extend this one.
Domain repositories extending this interface can selectively expose CRUD methods by simply declaring methods of the
same signature as those declared in CrudRepository.
A repository interface. Captures the entity type to manage and its ID type.
This interface's purpose is to hold type information, as well as being able to discover interfaces that extend this one.
Domain repositories extending this interface can selectively expose CRUD methods by simply declaring methods of the same signature as those declared in CrudRepository.