XO: eXtended Objects
Table of Contents
Overview
-
A lightweight persistence framework for Java
-
Support for Neo4j as embedded database or remote connections via bolt protocol
-
Entities and relations are defined as interfaces allowing multiple inheritance.
-
Developed as part of jQAssistant
Please refer to the documentation for getting started
Changelog
1.1.0 (not released yet)
-
Added support for connecting to Neo4j 4.x via bolt/neo4j protocol schemes
-
Improved caching of of node/relationship states after flush or transaction commit
1.0.0
-
First "official" 1.0 release