Skip to content

Commit b11c8e5

Browse files
authored
Fix warning messages (#599)
1 parent 0996b8a commit b11c8e5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/build.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ Build with IntelliJ IDEA
4747
========================
4848

4949
Use a newer version of IntelliJ IDEA, and then import your project as a Gradle project.
50-
To know how to import project, see :ref:`idea-import-project`.
5150

5251
.. _eclipse-build:
5352

docs/criteria-api.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -471,11 +471,11 @@ The above query issues the following SQL statement:
471471
472472
select t0_.EMPLOYEE_ID, t0_.EMPLOYEE_NAME from EMPLOYEE t0_
473473
474-
.. _criteria_where:
475-
476474
Note that the select clause of the above SQL statement contains the primary key "EMPLOYEE_ID".
477475
The ``selectTo`` method always includes the id properties of the entity, even if you don't.
478476

477+
.. _criteria_where:
478+
479479
Where expression (Entityql, NativeSql)
480480
--------------------------------------
481481

@@ -960,7 +960,7 @@ The above query issues the following SQL statement:
960960
order by t0_.DEPARTMENT_ID asc, t0_.SALARY desc
961961
962962
Dynamic order by expression (NativeSql)
963-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
963+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
964964

965965
An order by expression uses only evaluated operators to build an ORDER BY clause.
966966

0 commit comments

Comments
 (0)