1
1
# rsql-jpa-specification
2
2
3
- [ ![ Sonatype Nexus (Releases)] ( https://img.shields.io/nexus/r/io.github.perplexhub/rsql?label=Release&logo=Release&server=https%3A%2F%2Foss.sonatype.org )] ( https://oss.sonatype.org/#nexus-search;gav~io.github.perplexhub~rsql* )
4
- [ ![ Sonatype Nexus (Snapshots)] ( https://img.shields.io/nexus/s/io.github.perplexhub/rsql?label=Snapshot&logo=Snapshot&server=https%3A%2F%2Foss.sonatype.org )] ( https://oss.sonatype.org/#nexus-search;gav~io.github.perplexhub~rsql~~~ )
5
-
6
- [ ![ Release Workflow Status] ( https://img.shields.io/github/workflow/status/perplexhub/rsql-jpa-specification/Maven%20Release?label=Release&logo=Release )] ( https://github.com/perplexhub/rsql-jpa-specification/actions?query=workflow%3A%22Maven+Release%22 )
7
- [ ![ Snapshot Workflow Status] ( https://img.shields.io/github/workflow/status/perplexhub/rsql-jpa-specification/Java%20CI?label=Snapshot&logo=Snapshot )] ( https://github.com/perplexhub/rsql-jpa-specification/actions?query=workflow%3A%22Java+CI%22 )
8
- [ ![ PR Workflow Status] ( https://img.shields.io/github/workflow/status/perplexhub/rsql-jpa-specification/Java%20Pull%20Request%20CI?label=Pull+Request&logo=PR )] ( https://github.com/perplexhub/rsql-jpa-specification/actions?query=workflow%3A%22Java+Pull+Request+CI%22 )
3
+ [ ![ Maven Central (Releases)] ( https://img.shields.io/maven-central/v/io.github.perplexhub/rsql )] ( https://central.sonatype.com/search?q=io.github.perplexhub+rsql )
4
+ [ ![ Release Workflow Status] ( https://img.shields.io/github/actions/workflow/status/perplexhub/rsql-jpa-specification/release.yml?label=Release&style=plastic )] ( https://github.com/perplexhub/rsql-jpa-specification/actions/workflows/release.yml )
5
+ [ ![ Snapshot Workflow Status] ( https://img.shields.io/github/actions/workflow/status/perplexhub/rsql-jpa-specification/snapshot.yml?label=Snapshot&style=plastic )] ( https://github.com/perplexhub/rsql-jpa-specification/actions/workflows/snapshot.yml )
6
+ [ ![ PR Workflow Status] ( https://img.shields.io/github/actions/workflow/status/perplexhub/rsql-jpa-specification/pull_request.yml?label=Pull%20Request&style=plastic )] ( https://github.com/perplexhub/rsql-jpa-specification/actions/workflows/pull_request.yml )
9
7
10
8
Translate RSQL query into org.springframework.data.jpa.domain.Specification or com.querydsl.core.types.Predicate and support entities association query.
11
9
@@ -15,11 +13,11 @@ Translate RSQL query into org.springframework.data.jpa.domain.Specification or c
15
13
16
14
## Maven Repository
17
15
18
- < https://oss .sonatype.org/#nexus- search;gav~ io.github.perplexhub~ rsql* >
16
+ < https://central .sonatype.com/ search?q= io.github.perplexhub+ rsql >
19
17
20
18
## Add rsql-jpa-spring-boot-starter for RSQL to Spring JPA translation
21
19
22
- ### Maven dependency for rsql-jpa-spring-boot-starter [ ![ ] ( https://img.shields.io/nexus/r /io.github.perplexhub/rsql-jpa-spring-boot-starter?color=black& label=%20&server=https%3A%2F%2Foss.sonatype.org )] ( https://oss .sonatype.org/#nexus-search;gav~ io.github.perplexhub~ rsql-jpa-spring-boot-starter* )
20
+ ### Maven dependency for rsql-jpa-spring-boot-starter [ ![ ] ( https://img.shields.io/maven-central/v /io.github.perplexhub/rsql-jpa-spring-boot-starter?label=%20&color=black )] ( https://central .sonatype.com/artifact/ io.github.perplexhub/ rsql-jpa-spring-boot-starter/versions )
23
21
24
22
``` xml
25
23
<dependency >
@@ -45,7 +43,7 @@ public interface UserRepository extends JpaRepository<User, String>, JpaSpecific
45
43
46
44
## Add rsql-querydsl-spring-boot-starter for RSQL to Spring JPA and QueryDSL translation
47
45
48
- ### Maven dependency for rsql-querydsl-spring-boot-starter [ ![ ] ( https://img.shields.io/nexus/r /io.github.perplexhub/rsql-querydsl-spring-boot-starter?color=black& label=%20&server=https%3A%2F%2Foss.sonatype.org )] ( https://oss .sonatype.org/#nexus-search;gav~ io.github.perplexhub~ rsql-querydsl-spring-boot-starter* )
46
+ ### Maven dependency for rsql-querydsl-spring-boot-starter [ ![ ] ( https://img.shields.io/maven-central/v /io.github.perplexhub/rsql-querydsl-spring-boot-starter?label=%20&color=black )] ( https://central .sonatype.com/artifact/ io.github.perplexhub/ rsql-querydsl-spring-boot-starter/versions )
49
47
50
48
``` xml
51
49
<dependency >
0 commit comments