Jonghyon Seo

Results 11 comments of Jonghyon Seo

Hi, asomethings. I checked how QueryDSL provides the above form of code. It converts the template to JPQL String and creates javax.persistence.Query through JPQL String. When I checked the Criteria...

I saw the mail too late, so I am leaving an answer now. Thank you for suggestion first. When I checked the repo, support for the jakarat package is as...

@stella6767 맞습니다. 연관 관계가 없는 Entity 간의 left join은 지원하지 않습니다. 이는 Criteria API의 한계이며 추후 kotlin-jdsl 3.0으로 이관되면서 JPQL 기반으로 변경되면 해소될 예정입니다. 하지만 kotlin-jdsl 3.0을 위핸 개발 리소스가...

Based on what cj848 said, it is difficult in multiple modules to release new versions at the same time due to hibernate-reactive. I don't want to choose a strategy to...

Hi henkosch! Unfortunately, Kotlin JDSL only supports JPQL in version 3.0.X. As far as I can find, R2DBC does not support JPA. Therefore, asynchronous cannot be supported. Kotlin JDSL has...

I assume you are using Coroutine because you asked for the CoroutineCrudRepository. Since Kotlin JDSL generates a JPQL, you can run that JPQL with Hibernate Reactive. Kotlin JDSL also supports...

For these reasons, I'm not looking for a way to run JPA asynchronously, but rather how I can easily create native queries to integrate with R2DBC.

Hi @asomethings Kotlin JDSL 3.0.0-SNAPSHOT has been released in snapshot repository. With 3.0.0, custom expression is now possible. If you are still using Kotlin JDSL, please test it. We apologize...

I think the following docs will help you get started with Kotlin JDSL 3.0.0. https://kotlin-jdsl.gitbook.io/docs/