SpringData JPA 接口和方法

1.1 简单查询--接口方法     1.2 五个接口详解 1.2.1    CrudRepository接口 其中T是要操作的实体类,ID是实体类主键的类型。该接口提供了11个常用操作方法。   @NoRepositoryBean  publicinterface CrudRepository<T, ID extendsSerializable> extends Repository<T, ID
相关文章
相关标签/搜索