1. 03 6月, 2016 1 次提交
  2. 12 4月, 2016 1 次提交
  3. 22 7月, 2015 1 次提交
  4. 02 6月, 2015 1 次提交
  5. 10 5月, 2015 1 次提交
  6. 25 3月, 2015 1 次提交
  7. 01 11月, 2014 1 次提交
  8. 31 10月, 2014 1 次提交
  9. 30 10月, 2014 1 次提交
  10. 23 10月, 2014 1 次提交
  11. 21 10月, 2014 1 次提交
  12. 07 10月, 2014 2 次提交
  13. 01 10月, 2014 1 次提交
  14. 22 9月, 2014 1 次提交
  15. 11 8月, 2014 1 次提交
  16. 10 8月, 2014 1 次提交
  17. 09 8月, 2014 1 次提交
    • J
      HibernateJpaDialect prepares JDBC Connection by default if on Hibernate... · cbda7223
      Juergen Hoeller 提交于
      HibernateJpaDialect prepares JDBC Connection by default if on Hibernate EntityManager 4 (with its connection release mode ON_CLOSE)
      
      Analogous to HibernateTransactionManager, there is a "prepareConnection" flag on HibernateJpaDialect which allows for overriding the actual mode of operation. This is easily accessible from HibernateJpaVendorAdapter now which declares HibernateJpaDialect from its getJpaDialect() method.
      
      Issue: SPR-8959
      Issue: SPR-11942
      cbda7223
  18. 08 8月, 2014 1 次提交
  19. 24 6月, 2014 1 次提交
  20. 15 5月, 2014 1 次提交
  21. 08 2月, 2014 1 次提交
  22. 07 2月, 2014 2 次提交
  23. 29 1月, 2014 1 次提交
  24. 28 1月, 2014 4 次提交
    • S
      Polish Hibernate support and tests · 63e02317
      Sam Brannen 提交于
       - Fix Javadoc in HibernateTemplate so that it compiles in Eclipse.
       - Suppress generics warnings in HibernateTemplateTests.
       - Remove unnecessary deprecation warning suppression in constructor for
         LocalSessionFactoryBuilder.
      63e02317
    • J
      Polishing · 500d0da6
      Juergen Hoeller 提交于
      500d0da6
    • J
      Polishing · bf970229
      Juergen Hoeller 提交于
      Issue: SPR-11291
      bf970229
    • J
      Introduced HibernateTemplate for Hibernate 4 as a migration helper · 79e17dbf
      Juergen Hoeller 提交于
      Note that this variant of HibernateTemplate is stripped down in terms of Session management options and just provides a current-session style with a fallback to a temporary session-per-operation.  Furthermore, in the latter fallback mode, only read operations are supported, just like with a JPA EntityManager.
      
      Issue: SPR-11291
      79e17dbf
  25. 17 12月, 2013 1 次提交
  26. 10 12月, 2013 1 次提交
  27. 26 11月, 2013 1 次提交
    • P
      Fix remaining compiler warnings · 59002f24
      Phillip Webb 提交于
      Fix remaining Java compiler warnings, mainly around missing
      generics or deprecated code.
      
      Also add the `-Werror` compiler option to ensure that any future
      warnings will fail the build.
      
      Issue: SPR-11064
      59002f24
  28. 23 11月, 2013 1 次提交
  29. 02 11月, 2013 1 次提交
  30. 31 10月, 2013 1 次提交
  31. 04 9月, 2013 1 次提交
  32. 03 9月, 2013 1 次提交
    • J
      Compatibility with Hibernate 4.3 · a9e727cd
      Juergen Hoeller 提交于
      Due to key SPI interfaces such as ConnectionProvider and JtaPlatform changing their package location in Hibernate 4.3, we have to resort to reflection in a few places. Most importantly, the ConfigurableJtaPlatform used by the setJtaTransactionManager method has now been redesigned as a reflective proxy.
      
      Issue: SPR-10839
      a9e727cd
  33. 21 8月, 2013 1 次提交
  34. 02 8月, 2013 1 次提交
  35. 24 7月, 2013 1 次提交