Jinq for Mini-ORM

Jinq functional-style queries for its legacy mini-ORM

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

0.9
Дата

Дата

Тип

Тип

jar
Описание

Описание

Jinq for Mini-ORM
Jinq functional-style queries for its legacy mini-ORM

Скачать queryll2

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.ow2.asm : asm-all jar 5.0.1
org.jinq : api jar 0.9
org.jinq : analysis jar 0.9

test (1)

Идентификатор библиотеки Тип Версия
junit : junit-dep jar 4.11

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

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

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