Kotlin JDSL is a Kotlin library that makes it easy to build a query without a generated metamodel. There are many libraries that use an annotation processing tool (APT) to do the job. However, with the APT, you have to recompile whenever the name or type of field in an entity or a table class is changed. Kotlin JDSL provides a domain-specific language (DSL) based on KClass and KProperty to help you easily build queries without such inconveniences from the APT. Kotlin JDSL does not provide an executor or a wrapper class as it is designed to help you build and execute queries with the library you are using.
Features
- Requires Java 8 or later if you are a user
- Documentation available
- Examples available
- Supports JPQL
- Kotlin JDSL provides a domain-specific language (DSL) based on KClass and KProperty
- Build queries without such inconveniences from the APT
Categories
LibrariesLicense
Apache License V2.0Follow Kotlin JDSL
Other Useful Business Software
The full-stack observability platform that protects your dataLayer, tags and conversion data
Code-Cube.io detects issues instantly, alerts you in real time and helps you resolve them fast.
No manual QA. No unreliable data. Just data you can trust and act on.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Kotlin JDSL!