Skip to content

0.22.0

Compare
Choose a tag to compare
@ledsoft ledsoft released this 26 Apr 11:55
· 533 commits to master since this release
e4c2ad5
  • Allow selecting entities by identifier in SOQL/Criteria API (Enhancement #138).
  • Extend SOQL/Criteria API with additional functions - lower, upper, length, abs, ceil, floor (Enhancement #152).
  • Fix an issue with interaction of lazy loading with inferred-valued attributes (Bug #150).
  • Fix a possible NPX when unpersisted empty entity is referenced in another entity's equals/hashCode.