- 01:整体认识JPA
- 02:Jpa基础查询方法JpaRepository详解
- 03:定义查询方法(Defining Query Methods
- 04:注解式查询方法
- 05:@Entity实例里面常用注解详解
- 06:JpaRepository扩展之QueryByExampleExecutor
- 07:JpaRepository扩展之JpaSpecificationExecutor
- 08 : JpaRepository扩展之自定义Repositor
- 09:Auditing与@version
- 10:对MvcWeb的支持分页和排序的支持
- 11:Spring Data Jpa的配置之SpringBoot2.0加载详解
- 12:DataSource的配置与事务详解、多数据源
- 13:Spring Data Jpa之QueryDSL支持
源码太分散不利于大家查找,所以就给大家放在一起了,可以根据需要自取。
- 1.5.9对应的文件夹 是《Spring Data JPA入门到精通》书上对应的源码
- 2.0.0对应的文件夹是《Spring Data JPA实战》书上对应的源码
- Java并发编程入门到精通是《Java并发编程入门到精通》书上对应的源码
- 提issue或者mr都可以 https://github.com/zhangzhenhuajack/spring-data-jpa-guide
- 同时注意issue和wiki的更新 https://github.com/zhangzhenhuajack/spring-data-jpa-guide
1. SpringDataJPA:https://docs.spring.io/spring-data/jpa/docs/current/reference/html/
3. Hibernate文档:https://docs.jboss.org/hibernate/orm/5.2/userguide/html_single/Hibernate_User_Guide.htm
4. JPA详细协议:https://github.com/eclipse-ee4j/jpa-api
https://github.com/eugenp/tutorials/tree/master/persistence-modules/spring-data-jpa
https://github.com/eugenp/tutorials/tree/master/persistence-modules/spring-data-jpa-2
https://github.com/eugenp/tutorials/tree/master/persistence-modules/spring-data-jpa-3
https://github.com/eugenp/tutorials/tree/master/persistence-modules/spring-data-jpa-4
https://dzone.com/articles/50-best-performance-practices-for-hibernate-5-amp
https://dzone.com/articles/best-performance-practices-for-hibernate-5-and-spr
https://vladmihalcea.com/how-to-implement-equals-and-hashcode-using-the-jpa-entity-identifier/
- https://github.com/eclipse-ee4j/jpa-api
- https://github.com/eugenp/tutorials/tree/master/persistence-modules/spring-data-jpa
- https://docs.spring.io/spring-data/data-jpa/docs/
- https://docs.jboss.org/hibernate/orm/5.2/userguide/html_single/Hibernate_User_Guide.html#architecture-overview
- https://www.docs4dev.com/docs/zh/hibernate-orm/5.4/reference/hibernate_user_guide.html
- https://github.com/zhangzhenhuajack/spring-data-jpa-guide/blob/master/doc/High-Performance.Java.Persistence.pdf
- https://github.com/zhangzhenhuajack/spring-data-jpa-guide/blob/master/doc/JavaPersistence2.2.0.pdf
- https://github.com/zhangzhenhuajack/spring-data-jpa-guide/blob/master/doc/SpringDataJPA%E5%85%A8%E9%9D%A2%E8%AE%A4%E8%AF%86.key