Composite Data Objects - Neo4j Binding

Composite Data Objects - Neo4j.

License

License

Categories

Categories

Neo4J Data Databases
GroupId

GroupId

com.buschmais.cdo
ArtifactId

ArtifactId

cdo.neo4j
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

Composite Data Objects - Neo4j Binding
Composite Data Objects - Neo4j.
Project Organization

Project Organization

buschmais GbR

Download cdo.neo4j

How to add to project

<!-- https://jarcasting.com/artifacts/com.buschmais.cdo/cdo.neo4j/ -->
<dependency>
    <groupId>com.buschmais.cdo</groupId>
    <artifactId>cdo.neo4j</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.buschmais.cdo/cdo.neo4j/
implementation 'com.buschmais.cdo:cdo.neo4j:0.2.1'
// https://jarcasting.com/artifacts/com.buschmais.cdo/cdo.neo4j/
implementation ("com.buschmais.cdo:cdo.neo4j:0.2.1")
'com.buschmais.cdo:cdo.neo4j:jar:0.2.1'
<dependency org="com.buschmais.cdo" name="cdo.neo4j" rev="0.2.1">
  <artifact name="cdo.neo4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buschmais.cdo', module='cdo.neo4j', version='0.2.1')
)
libraryDependencies += "com.buschmais.cdo" % "cdo.neo4j" % "0.2.1"
[com.buschmais.cdo/cdo.neo4j "0.2.1"]

Dependencies

compile (7)

Group / Artifact Type Version
com.buschmais.cdo : cdo.api jar 0.2.1
com.buschmais.cdo : cdo.spi jar 0.2.1
org.neo4j : neo4j jar 2.0.1
org.neo4j » neo4j-rest-graphdb Optional jar 2.0.0
org.neo4j : neo4j-kernel Optional jar 2.0.1
commons-lang : commons-lang jar 2.4
org.slf4j : slf4j-api jar 1.7.5

runtime (1)

Group / Artifact Type Version
com.buschmais.cdo : cdo.impl jar 0.2.1

test (6)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-library jar 1.3
org.hibernate : hibernate-validator jar 5.0.1.Final
org.slf4j : slf4j-simple jar 1.7.5
org.neo4j.app : neo4j-server jar 2.0.1
org.neo4j.app : neo4j-server jar 2.0.1

Project Modules

There are no modules declared in this project.

XO: eXtended Objects

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

Continuous Build

Build Status

com.buschmais.cdo

BUSCHMAIS GbR

Versions

Version
0.2.1
0.1.0