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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Kotlin JDSL!