美文网首页
Repository

Repository

作者: 蹙眉大傻 | 来源:发表于2018-06-08 14:51 被阅读0次

1) public interface CrudRepository<T , ID extends Serializable> extends Repository<T,ID>

2)  public interface PagingAndSortingRepositpry<T , ID extends Serializable> extends CrudRepos-itory <T, ID>

3) public interface JpaRepository<T , ID extends Serializable> extends PagingAndSortingReposito-ry<T,ID>

相关文章

网友评论

      本文标题:Repository

      本文链接:https://www.haomeiwen.com/subject/ztlasftx.html