https://github.com/line/kotlin-jdsl
Kotlin library that makes it easy to build and execute queries without generated metamodel
https://github.com/line/kotlin-jdsl
dsl jpa jpql kotlin
Last synced: 23 days ago
JSON representation
Kotlin library that makes it easy to build and execute queries without generated metamodel
- Host: GitHub
- URL: https://github.com/line/kotlin-jdsl
- Owner: line
- License: apache-2.0
- Created: 2021-12-29T02:04:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-25T16:46:13.000Z (11 months ago)
- Last Synced: 2025-04-25T17:50:22.689Z (11 months ago)
- Topics: dsl, jpa, jpql, kotlin
- Language: Kotlin
- Homepage: https://kotlin-jdsl.gitbook.io/docs/
- Size: 6.6 MB
- Stars: 763
- Watchers: 14
- Forks: 99
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Support: support/build.gradle.kts
Awesome Lists containing this project
- awesome-java - Kotlin JDSL
README
Visit [the gitbook](https://kotlin-jdsl.gitbook.io/docs/) for more information.
# Kotlin JDSL
Kotlin JDSL is a Kotlin library that makes query building and execution easy. You can create queries using your own
classes and Kotlin's built-in functions without an annotation processor, and easily execute them in your library.
## Requirements
- Java 8 or later if you are a user.
- Kotlin 1.7 or later if you are a user.
## How to reach us
- Join [our Discord server](https://discord.gg/7FH8c6npmg) to chat with us.
- Ask a question or start a discussion at [the discussion forum](https://github.com/line/kotlin-jdsl/discussions).
- File an issue in [the issue tracker](https://github.com/line/kotlin-jdsl/issues) to report a bug or suggest an idea.
## Hall of fame
See [the complete list of our contributors](https://github.com/line/kotlin-jdsl/contributors).