-
How can i get pageable results with repository module (Cassandra)?
Dourm updated
9 years ago
-
## Observed vs. expected behavior
I try to use Query DSL in a Kotlin App and intend to query a relationnal database. I want to minimize my controller response using a DTO transformation using
` …
-
-
This issue was reported in dotnet https://github.com/Azure/autorest.csharp/issues/2905, but I expect JS RLC should also support this.
Below is an example TypeSpec with LRO POST action that generates …
-
**[David Linfield](https://jira.spring.io/secure/ViewProfile.jspa?name=david.linfield@softwire.com)** opened **[DATAJPA-945](https://jira.spring.io/browse/DATAJPA-945?redirect=false)** and commented
…
-
## Query dsl vs JPQL
- query dsl을 사용하기위해선 Q클래스를 생성해야한다 - 메이븐 컴파일 후 생성된것을 확인한다.
- jpql
```
String qlString =
"select m from Member m " +
"where m.username = :username";
Member findMember…
-
**[Niels Bech Nielsen](https://jira.spring.io/secure/ViewProfile.jspa?name=nielsbechnielsen@gmail.com)** opened **[BATCH-2697](https://jira.spring.io/browse/BATCH-2697?redirect=false)** and commented
…
-
E.g.:
https://requests-folio-dev.stanford.edu/requests/new?item_id=L284&origin=LANE-MED&origin_location=LANE-SAL3
https://requests-folio-dev.stanford.edu/requests/new?item_id=L13&origin=LANE-MED&origi…
cbeer updated
2 weeks ago
-
Hi,
I have added @Query annotation support. I will submit a pull request(need to follow company's process) soon.
Cheers,
Prem
> Sample repository with @Query annotation:
```
import…
-
See: https://graphql.org/learn/pagination/
The `edges->nodes` indirection advised on that doc may be too heavyweight for us. A simpler aproach like making pageable entities implement a `Pageable` i…
raulk updated
5 years ago