T
- the domain type the repository managesID
- the type of the id of the entity the repository managespublic interface Repository<T,ID extends Serializable>
Domain repositories extending this interface can selectively expose CRUD methods by simply declaring methods of the
same signature as those declared in CrudRepository
.
CrudRepository
Copyright © 2011-2013-2014 Pivotal. All Rights Reserved.