nalu

An ORM class library is used to create, read, update and delete single table data in the database. All these operations are completed by lambda. nalu translate lambda expressions into SQL statements, then execute queries, and then map data to entity objects, which is very different from traditional ORM such as mybatis.

Лицензия

Лицензия

Группа

Группа

io.github.eeroom
Идентификатор

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

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

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

2.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

nalu
An ORM class library is used to create, read, update and delete single table data in the database. All these operations are completed by lambda. nalu translate lambda expressions into SQL statements, then execute queries, and then map data to entity objects, which is very different from traditional ORM such as mybatis.
Ссылка на сайт

Ссылка на сайт

https://github.com/eeroom/hw.core
Система контроля версий

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

https://github.com/eeroom/hw.core/tree/master

Скачать nalu

Имя Файла Размер
nalu-2.4.pom
nalu-2.4.jar 63 KB
nalu-2.4-sources.jar 23 KB
nalu-2.4-javadoc.jar 595 KB
Обзор

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.springframework : spring-context jar 4.3.25.RELEASE

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

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

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

Версия
2.4
2.3
2.2
2.1
2.0
1.0