
spring data jpa
柳絮飞祭奠
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
spring data jpa复杂查询
我们只要实现Specification<User>接口就可以用来复杂的查询 引入类 import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.Example; import org.springframework.stereotype....原创 2019-01-30 14:24:52 · 270 阅读 · 0 评论 -
spring data jpa分页
一、JpaRepository中定义方法 import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.data.jpa.domain.Specification; import org.springframewor...原创 2019-01-30 14:48:00 · 315 阅读 · 0 评论