Helenus

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

Лицензия

Лицензия

Группа

Группа

org.helenus
Идентификатор

Идентификатор

helenus
Последняя версия

Последняя версия

3.0.4
Дата

Дата

Тип

Тип

pom
Описание

Описание

Helenus
JPA-like syntax for annotating POJO classes for persistence via Cassandra's Java driver
Система контроля версий

Система контроля версий

http://github.com/helenusdriver/helenus/tree/master/

Скачать helenus

Имя Файла Размер
helenus-3.0.4.pom 23 KB
Обзор

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • commons
  • commons-test
  • api
  • impl
  • tomcat
  • examples
  • junit

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.

Версии библиотеки

Версия
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