Skip to content

Add documentation on the Query DSL #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/criteria-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Criteria API
Introduction
============

.. warning::

Please use the :doc:`query-dsl` instead of the Entityql DSL or NativeSql DSL described on this page.
The Query DSL integrates both the Entityql DSL and NativeSql DSL.

.. note::

In Kotlin environment, use Kotlin specific DSLs instead of the following DSLs.
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ User Documentation
query/index
query-builder/index
criteria-api
query-dsl
sql
expression
transaction
Expand Down
Loading