9160b13c94
[maven-release-plugin] prepare for next development iteration
continuous-integration/drone/push Build is passing
2024-10-14 14:44:35 +03:00
6b99189f1d
[maven-release-plugin] prepare release v.1.4.0
continuous-integration/drone/tag Build is passing
2024-10-14 14:44:35 +03:00
c30bcfa3bb
Удалил лишние методы
2024-10-14 14:43:31 +03:00
601608998e
Merge remote-tracking branch 'mkorotkiy/feature/add-multi-join-field' into update
2024-10-14 14:30:46 +03:00
mkorotkiy
2f51b899be
Добавлена возможность указывать нескольких полей для join-а таблицы.
2024-10-11 11:04:47 +03:00
f11d7c9cad
[maven-release-plugin] prepare for next development iteration
continuous-integration/drone/push Build is passing
2024-06-24 15:51:40 +03:00
83a147537d
[maven-release-plugin] prepare release v.1.3.1
continuous-integration/drone/tag Build is passing
2024-06-24 15:51:40 +03:00
4748a86037
update dependencies version
continuous-integration/drone/push Build is passing
2024-06-24 15:50:11 +03:00
139db325a9
[maven-release-plugin] prepare for next development iteration
continuous-integration/drone/push Build is failing
2024-06-14 13:54:56 +03:00
ad20e9b882
[maven-release-plugin] prepare release v.1.3.0
continuous-integration/drone/tag Build is failing
2024-06-14 13:54:56 +03:00
f283075ce9
Добавлен Jsonb
continuous-integration/drone/push Build is failing
2024-06-14 13:50:23 +03:00
519a581615
[maven-release-plugin] prepare for next development iteration
continuous-integration/drone/push Build is passing
2024-03-13 13:26:01 +03:00
01b14d0034
[maven-release-plugin] prepare release v.1.2.4
2024-03-13 13:26:01 +03:00
274fbad537
fix cicd
2024-03-13 13:25:40 +03:00
1d0d5349e5
[maven-release-plugin] prepare for next development iteration
continuous-integration/drone/push Build is passing
2024-03-13 13:23:05 +03:00
b06af5c4b5
[maven-release-plugin] prepare release v.1.2.3
2024-03-13 13:23:05 +03:00
675a0f2beb
fix cicd
2024-03-13 13:22:49 +03:00
6d3156a6ba
[maven-release-plugin] prepare for next development iteration
continuous-integration/drone/push Build is passing
2024-03-13 13:21:16 +03:00
0d5fba747f
[maven-release-plugin] prepare release v.1.2.2
2024-03-13 13:21:16 +03:00
4d0a9df13e
fix cicd
2024-03-13 13:21:02 +03:00
8a0b0f7906
[maven-release-plugin] prepare for next development iteration
continuous-integration/drone/push Build is passing
2024-03-13 13:18:18 +03:00
cce9d720df
[maven-release-plugin] prepare release v.1.2.1
2024-03-13 13:18:18 +03:00
ae596abd66
fix cicd
continuous-integration/drone/push Build is passing
2024-03-13 13:17:47 +03:00
7152c683d4
[maven-release-plugin] prepare for next development iteration
continuous-integration/drone/push Build is passing
2024-03-13 13:11:58 +03:00
7be9508ffb
[maven-release-plugin] prepare release v.1.2.0
2024-03-13 13:11:58 +03:00
2e0039adcb
Add null order handling to SortContainer
...
A new enum NullOrderType was added and integrated into the SortContainer class to handle sorting nulls. The CriteriaJooqFilter's sorting methods were updated to use this new functionality as well, which enables the user to specify the nulls order (first or last) when sorting fields.
2024-03-13 13:10:24 +03:00
40302fb406
update cicd
continuous-integration/drone/push Build is passing
2023-12-03 09:55:09 +03:00
e774a9418a
update cicd
continuous-integration/drone/push Build is pending
2023-12-03 09:54:47 +03:00
9fb304e13c
[maven-release-plugin] prepare for next development iteration
continuous-integration/drone/push Build is passing
2023-05-17 23:08:25 +03:00
3aa37a27f2
[maven-release-plugin] prepare release v.1.1.0
2023-05-17 23:08:25 +03:00
2a5859d1c4
Переход на quarkus 3
2023-05-17 23:07:37 +03:00
6ffe36388f
[maven-release-plugin] prepare for next development iteration
continuous-integration/drone/push Build is passing
2023-05-11 12:52:42 +03:00
799db2897e
[maven-release-plugin] prepare release v.1.0.0
2023-05-11 12:52:41 +03:00
ffae50d28e
Настройка cicd
2023-05-11 12:48:51 +03:00
24df33a6b3
Добавил возможность использовать not операции
2023-05-11 10:43:13 +03:00
2b5d5ce9f6
Поправил seek пагинацию
2022-12-07 09:27:06 +03:00
3869a4f418
v.0.7.0
2022-11-30 21:07:16 +03:00
Struchkov Mark
1b89feade7
InitNextRelease
2022-04-02 11:19:44 +03:00
Struchkov Mark
424791ff47
release-0.5.0
2022-04-02 11:14:24 +03:00
Struchkov Mark
07b80e4cfb
Изменение поведения для matchPhrase с Set
...
Раньше, если приходила пустая коллекция, то при генерации фильтра это поле просто игнорировалось, как-будто оно null.
Теперь если приходит пустая коллекция, то вместо операции in выполняется проверка на null. То есть возвращаются сущности, у которых поле равно null.
2022-04-01 13:21:10 +03:00
Struchkov Mark
c0a779905b
next version
2022-02-18 17:12:05 +03:00
Struchkov Mark
0520342379
Сделал множественный groupBy
2022-02-18 17:11:48 +03:00
Struchkov Mark
8de98da22f
Удалил метод empty в SortContainer
...
Он не нужен, проще отправлять null. Изменил метод проверки в CriteriaJooqFilter
2022-02-18 17:10:55 +03:00
Struchkov Mark
0926725983
release-0.4.1
2022-02-17 19:31:04 +03:00
Struchkov Mark
6145286497
Добавил два новых метода likeIgnoreCase и просто like
2022-02-17 19:30:25 +03:00
Struchkov Mark
9c360c2900
Добавил алиасы для Join
2022-02-17 19:29:48 +03:00
Struchkov Mark
15f8bc25f8
next version
2022-02-17 16:43:38 +03:00
Struchkov Mark
03b5fd2e46
release-0.4.0
2022-02-17 16:22:48 +03:00
Struchkov Mark
31c31a22e1
Добавлена поддержка Join
2022-02-17 16:21:26 +03:00
Struchkov Mark
9fc7ba95fe
Перенос классов по пакетам
2022-02-15 10:56:59 +03:00