kotlin-jdsl icon indicating copy to clipboard operation
kotlin-jdsl copied to clipboard

Kotlin library that makes it easy to build and execute queries without generated metamodel

Results 17 kotlin-jdsl issues
Sort by recently updated
recently updated
newest added

## JPA 3.0 (Jakarta), Hibernate 6 fork I created a fork so you can use this great network with JPA 3.0 that usually comes with Hibernate 6: [https://github.com/Tankonyako/kotlin-jdsl-jakarta](https://github.com/Tankonyako/kotlin-jdsl-jakarta) ⚠️ This...

enhancement

-- english [BlockHound](https://github.com/reactor/BlockHound) is a library that can detect blocking that should not happen inside Reactor, Coroutine, and RxJava methods. We need to apply this library to all tests in...

enhancement

Hi guys. We are using "spring-data-mongodb" library. Can I use kotlin-jdsl with mongodb (nosql)? THX.

enhancement

In QueryDSL we can use parameters like `{0}`, `{1}` to parse parameters. But JDSL only supports varargs style functions. ### Example (QueryDSL) Simple example using QueryDSL ```kotlin Expressions.dateTemplate(Date::class.java, "CAST({0} AS...

enhancement

JPA 3.0 is a specification created to avoid patent disputes with Java, and compared to 2.2, there is no difference except for package and name. Comparing the case of Hibernate,...

enhancement

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.hibernate:hibernate-core](https://hibernate.org/orm) ([source](https://togithub.com/hibernate/hibernate-orm)) | `5.6.12.Final` -> `6.1.4.Final` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.eclipse.persistence:org.eclipse.persistence.jpa](http://www.eclipse.org/eclipselink) ([source](https://togithub.com/eclipse-ee4j/eclipselink)) | `2.7.11` -> `4.0.0` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ch.qos.logback:logback-classic](http://logback.qos.ch) ([source](https://togithub.com/qos-ch/logback)) | `1.2.11` -> `1.4.4` |...

안녕하세요, 제공해주신 라이브러리를 유용하게 사용하고 있는 개발자입니다 :) 현재 QueryDSL을 대신하여 JDSL로 쿼리를 구성하고 있는데, '연관관계가 없는 엔티티 간에 on 절을 이용하여 left join'을 해야하는 경우가 있습니다. 이렇게 조인해서 얻은...

enhancement
question