Composite Data Objects - Implementation

Composite Data Objects - Neo4j.

License

License

GroupId

GroupId

com.buschmais.cdo
ArtifactId

ArtifactId

cdo.impl
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project Organization

buschmais GbR

Download cdo.impl

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.buschmais.cdo : cdo.api jar 0.2.1
com.buschmais.cdo : cdo.spi jar 0.2.1
commons-lang : commons-lang jar 2.4
org.slf4j : slf4j-api jar 1.7.5

provided (2)

Group / Artifact Type Version
org.osgi : org.osgi.core jar 4.3.1
org.osgi : org.osgi.compendium jar 4.3.1

test (3)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.5
junit : junit jar 4.11
org.hamcrest : hamcrest-library jar 1.3

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