-
### Description
We used to use query DSL in our codes to build dynamic queries. As, some methods got deprecated since 5.0.0, from their [documentation](https://javadoc.io/doc/com.querydsl/query…
-
**[Sanghyuk Jung](https://jira.spring.io/secure/ViewProfile.jspa?name=benelog)** opened **[DATAJDBC-319](https://jira.spring.io/browse/DATAJDBC-319?redirect=false)** and commented
In MyBatis, Dynamic…
-
I always need to map type -> QEntity.entity.type, type.value -> QEntity.entity.type.value, etc.
Is there a way to not explicitly specify all mappings as I want this to work for all class properties a…
-
Using presto 0.214. Trying to create a prepared statement with limit ? and I get the following:
```
PREPARE statement1 FROM select ....
from ....
limit ?
```
```
com.facebook.presto.sql.pa…
-
## Problem Description
Re: Better Documentation #853 Querying
### What are you trying to accomplish?
- Create an entry-level guide/reference on how to do the most common querying tasks. The [Ac…
-
With the current API we need to provide a string for the field we want to query. This is suboptimal as refactoring tools might miss the string and create run time exceptions. In addition, the queries …
-
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** opened **[DATACMNS-293](https://jira.spring.io/browse/DATACMNS-293?redirect=false)** and commented
When working…
-
I forked the project and found that the configuration of the Embedded annotation is upstream, and since the upstream does not handle data-jdbc, this needs to be handled by infobip-querydsl-apt. I'm no…
-
## Problem statement
In traditional database systems, query planner and optimizer chooses the right indices and join order to ensure efficient execution of query. Opensearch does not have any such …
-
I created a springboot application, with **SB version 3.1.0, Openjdk 17**, that produces a rest web service and also use a soap and web client to consume external services.
The application dependenc…