Registry / orm / neo4j-ogm-core

neo4j-ogm-core

JSON →
library5.0.5javamavenunverified

Neo4j-OGM is an Object Graph Mapping Library for Neo4j, providing a simple way to map Java objects to graph entities.

<dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j-ogm-core</artifactId> <version>5.0.5</version> </dependency>
INSTALL
IMPORT
SIG · NEO4J-OGM-CORE
N
neo4j-ogm-core
ormjavav5.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Session
org.neo4j.ogm.session.Session

Creates a Neo4j OGM session using SessionFactory.

import org.neo4j.ogm.session.Session; import org.neo4j.ogm.session.SessionFactory; public class Quickstart { public static void main(String[] args) { SessionFactory sessionFactory = new SessionFactory("com.example.domain"); Session session = sessionFactory.openSession(); System.out.println("Session created: " + session); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
OpenAI (training)
2
Resources
neo4j-ogm-core — mvn dependency:get neo4j-ogm-core · libregistry