差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
下次修改 Both sides next revision
java:spring [2019/04/01 23:59]
tony [Hibernate]
java:spring [2020/05/02 17:56]
tony [Hibernate]
行 20: 行 20:
   * [[https://​www.jianshu.com/​p/​659e9715d01d|Spring Data JPA使用Specification动态构建多表查询、复杂查询及排序示例]]   * [[https://​www.jianshu.com/​p/​659e9715d01d|Spring Data JPA使用Specification动态构建多表查询、复杂查询及排序示例]]
   * [[https://​stackoverflow.com/​questions/​16800976/​differences-between-query-object-and-specification-patterns|Differences Between Query Object and Specification Patterns]]   * [[https://​stackoverflow.com/​questions/​16800976/​differences-between-query-object-and-specification-patterns|Differences Between Query Object and Specification Patterns]]
 +  * [[https://​sites.google.com/​site/​stevenattw/​java/​jdbc/​spring-transaction-management|spring transaction management]]
 +  * [[https://​www.ibm.com/​developerworks/​cn/​java/​j-master-spring-transactional-use/​index.html|透彻的掌握 Spring 中@transactional 的使用]]
 +  * [[http://​www.heartthinkdo.com/?​p=910|事务超时]]
 ==== Rest ==== ==== Rest ====
   * [[https://​github.com/​spring-projects/​spring-data-commons/​commit/​cc4a4de892314ed656a5329625905c0e756ca2d7|page and size的驗證 - 1]]   * [[https://​github.com/​spring-projects/​spring-data-commons/​commit/​cc4a4de892314ed656a5329625905c0e756ca2d7|page and size的驗證 - 1]]
行 25: 行 28:
   * [[https://​github.com/​spring-projects/​spring-data-commons/​commit/​d5de27146eff6e73ee52674ebc649415b04f05f6|page and size的驗證 - 3]]   * [[https://​github.com/​spring-projects/​spring-data-commons/​commit/​d5de27146eff6e73ee52674ebc649415b04f05f6|page and size的驗證 - 3]]
   * [[https://​github.com/​spring-projects/​spring-data-commons/​commit/​d5de27146eff6e73ee52674ebc649415b04f05f6#​diff-0753fd5eee2bdc2077cb8d0f9208b6fa|page and size的驗證 - 4]]   * [[https://​github.com/​spring-projects/​spring-data-commons/​commit/​d5de27146eff6e73ee52674ebc649415b04f05f6#​diff-0753fd5eee2bdc2077cb8d0f9208b6fa|page and size的驗證 - 4]]
 +  * [[https://​github.com/​wnameless/​spring-bulk-api|spring bulk api]]