QueryDSL

by Ilya Kuchmin
4.5
0
  • Latest Version 2.0.0
  • Updated 28 months ago
  • Supported Version v7.2
  • License Apache 2.0
  • Resources
  • Tags
    System
  • Component Coordinates
    Copy

Overview

The add-on provides QueryDSL integration for CUBA applications. QueryDSL enables the construction of unified type-safe database queries for Java. Instead of writing queries, you can use a fluent API.

See the demo project using this add-on.

Suggestions in IDE

QueryDSL provides suggestions in your IDE while writing queries in your CUBA application.

Compilation

QueryDSL guarantees that the compiler will check that your database queries are type-safe. It also helps you adapt better to refactoring changes.

Studio Compatibility

The add-on works with CUBA Studio 13.2 or later versions.

Links