📘
Kotlin JDSL
Discord
en
en
  • Kotlin JDSL
  • JPQL with Kotlin JDSL
    • Statements
    • Entities
    • Paths
    • Expressions
    • Predicates
    • Sorts
    • Subqueries
    • Custom DSL
    • Spring supports
    • Migration 2.X to 3.X
  • Kotlin JDSL Roadmap
  • FAQ
    • How can I see the generated query?
    • How can I use Kotlin value class?
    • What is the difference between Kotlin JDSL and jOOQ and QueryDSL?
    • Why is there a support module that only has a nullable return type
Powered by GitBook
On this page
  • DSL
  • MySQL
  • Oracle
  • OpenSearch
  • Support
  • Jasync

Was this helpful?

Edit on GitHub

Kotlin JDSL Roadmap

PreviousMigration 2.X to 3.XNextHow can I see the generated query?

Last updated 1 year ago

Was this helpful?

DSL

MySQL

Kotlin JDSL provides a MySQL-specific DSL that makes it easy to build MySQL queries.

Oracle

Kotlin JDSL provides an Oracle-specific DSL that makes it easy to build Oracle queries.

OpenSearch

Kotlin JDSL provides an OpenSearch-specific DSL that makes it easy to build OpenSearch queries.

Support

Jasync

Kotlin JDSL supports to execute native queries for coroutine.

jasync