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
Fully Managed MySQL, PostgreSQL, and SQL Server
Cloud SQL handles your database ops end to end, so you can focus on your app.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Kotlin JDSL!