Releases: kbss-cvut/jopa
Releases · kbss-cvut/jopa
0.9.6
- Fixed issue with loading classes containing 'class' in name (Bug #5).
- Implemented support for
EntityListener
s.
- Escape string parameters in SPARQL native queries.
0.9.5
- 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
- Fixed issue with merge overwriting values of references in managed objects (Bug #2).
- Aligned merge implementation with the JPA specification semantics.
0.9.2
- Internal entity lifecycle callbacks support (Lifecycle callback methods declared directly in entity classes).
- Fixed major memory leak in persistence context management.