Helenus API

JPA-like syntax for annotating POJO classes for persistence via Cassandra's Java driver - API

License

License

GroupId

GroupId

org.helenus
ArtifactId

ArtifactId

helenus-api
Last Version

Last Version

3.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

Helenus API
JPA-like syntax for annotating POJO classes for persistence via Cassandra's Java driver - API

Download helenus-api

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.4
com.datastax.cassandra : cassandra-driver-core jar 3.1.3
com.datastax.cassandra : cassandra-driver-extras jar 3.1.3
org.glassfish : javax.json jar 1.0.4
org.helenus : helenus-commons jar 3.0.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

helenus

The Helenus Driver Project enables annotation of POJO classes and a driver layer to create statements (e.g. creating, updating, selecting from Cassandra tables, ...) by converting annotated POJO objects into actual CQL statements. It uses a JPA-like syntax for annotating POJO classes.

It defines a driver layer with a similar syntax to Cassandra's own Java driver.

It's current implementation actually sits on top of Cassandra Java layer.

Versions

Version
3.0.4
3.0.3
3.0.2
3.0.1
1.0.17
1.0.16
1.0.15
1.0.14
1.0.13
1.0.12