Composite Data Objects - API

Composite Data Objects - Neo4j.

License

License

GroupId

GroupId

com.buschmais.cdo
ArtifactId

ArtifactId

cdo.api
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project Organization

buschmais GbR

Download cdo.api

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
javax.validation : validation-api jar 1.1.0.Final

test (2)

Group / Artifact Type Version
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