Jinq Mini-ORM

Jinq legacy ORM for generating entity classes from XML

Лицензия

Лицензия

Категории

Категории

Jinq Данные Базы данных ORM
Группа

Группа

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

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

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

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

0.9
Дата

Дата

Тип

Тип

jar
Описание

Описание

Jinq Mini-ORM
Jinq legacy ORM for generating entity classes from XML

Скачать orm

Имя Файла Размер
orm-0.9.pom
orm-0.9.jar 20 KB
orm-0.9-sources.jar 19 KB
orm-0.9-javadoc.jar 23 KB
Обзор

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

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

Зависимости

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

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

Данный проект не имеет модулей.

JINQ: Easy Database Queries for Java 8

Jinq provides developers an easy and natural way to write database queries in Java. You can treat database data like normal Java objects stored in collections. You can iterate over them and filter them using normal Java commands, and all your code will be automatically translated into optimized database queries. Finally, LINQ-style queries are available for Java!

Jinq can also be used within Scala to provide database queries similar to Typesafe's Slick but using JPA ORMs like Hibernate.

Documentation about how to get started with Jinq and other information can be found on the Jinq project page

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

Версия
0.9
0.8
0.7
0.6
0.5
0.4
0.3.1
0.3
0.2.1