Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
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
11 changes: 6 additions & 5 deletions docs/criteria-api.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
============
Criteria API
============
====================
Classic Criteria API
====================

.. contents::
:depth: 4
Expand All @@ -10,8 +10,9 @@ 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.
Please use the Query DSL introduced on the :doc:`query-dsl` page instead of the Entityql and NativeSql
DSLs explained here.
The Query DSL is a new, unified interface that combines both Entityql and NativeSql DSLs.

.. note::

Expand Down
Loading