Skip to content

0.9.11

Compare
Choose a tag to compare
@ledsoft ledsoft released this 14 Nov 16:35
· 1728 commits to master since this release
  • Finished implementation of support for result set mapping - EntityResult (Feature #7).
  • Fixed issue with PostLoad lifecycle callbacks and listeners not being called for referenced entities (Bug #10).
  • Improved performance of the getter/setter Aspect. This also caused smaller memory requirements for tracking persistence context of entities.
  • Rewrote persistence provider discovery to work the same as in JPA.
  • Better support of the isLoaded methods.