1. 10 9月, 2015 1 次提交
  2. 04 9月, 2015 1 次提交
    • J
      Refactoring the persistence: splitting of persistence specific code in the... · 240fa4dd
      Joram Barrez 提交于
      Refactoring the persistence: splitting of persistence specific code in the EntityManager classes into a DataManager class.
      The EntityManager -> EntityManagerImpl  now each have a dedicated DataManagerImpl that contains all the MyBatis specific code,
      effectively making it possible to plug that layer with some other implementation.
      
      Note: Still need to check the usages of DbSqlSession in the behaviors/commands, but those should be easily portable too.
      240fa4dd
  3. 02 9月, 2015 2 次提交
  4. 01 9月, 2015 1 次提交
    • J
      Refactoring entity manager usage: making the entity manager instances... · 0461a49d
      Joram Barrez 提交于
      Refactoring entity manager usage: making the entity manager instances engine-scoped instead of a Session implementation (ie command scoped).
      This way, all the previous Context.getXXX calls can be replaced by direct invocations. Won't influence performance that much, but still nicer from an architectural point of view.
      0461a49d
  5. 29 8月, 2015 1 次提交
  6. 25 8月, 2015 1 次提交
  7. 24 8月, 2015 1 次提交
  8. 24 4月, 2015 1 次提交
  9. 10 4月, 2015 1 次提交
  10. 18 3月, 2014 1 次提交
  11. 03 9月, 2013 1 次提交
  12. 23 8月, 2013 1 次提交
  13. 12 6月, 2013 1 次提交
  14. 11 6月, 2013 1 次提交
  15. 08 6月, 2013 2 次提交
  16. 06 6月, 2013 2 次提交