Skip to content

Releases: kbss-cvut/jopa

0.9.6

27 May 13:12
Compare
Choose a tag to compare
  • Fixed issue with loading classes containing 'class' in name (Bug #5).
  • Implemented support for EntityListeners.
  • Escape string parameters in SPARQL native queries.

0.9.5

22 Mar 16:17
Compare
Choose a tag to compare
  • Fixed issue with mapped superclass referencing its descendants (Bug #3).
  • Fixed issue with cloning content of singleton collections elements.
  • Upgraded Sesame driver from Sesame API 2.8.9 to RDF4J 2.2.
  • Mark transaction for rollback when exception is thrown in persistence context-related operations.

0.9.4

10 Mar 10:30
Compare
Choose a tag to compare
  • Fixed issue with merge overwriting values of references in managed objects (Bug #2).
  • Aligned merge implementation with the JPA specification semantics.

0.9.2

23 Feb 09:32
Compare
Choose a tag to compare
  • Internal entity lifecycle callbacks support (Lifecycle callback methods declared directly in entity classes).
  • Fixed major memory leak in persistence context management.