Company
Date Published
Author
Michael Hunger
Word count
548
Language
English
Hacker News points
None

Summary

The Object Graph Mapping library, developed by Spring Data in collaboration with GraphAware, has released version 1.1.0, which allows users to map Java objects to Neo4j graph databases without any additional dependencies. The library is designed for high-performance transactional operations and uses Cypher queries to interact with the Neo4j server. It features fast bytecode scanning, tunable read and write depths, session-based delta tracking, simple configuration, and support for authentication. Users can annotate their entities or use default mappings, and create concrete services to provide persistence. The library is licensed under Apache License v2.0 and can be used in any Java or JVM-based application.