File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ Build with IntelliJ IDEA
4747========================
4848
4949Use 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
Original file line number Diff line number Diff 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".
477475The ``selectTo `` method always includes the id properties of the entity, even if you don't.
478476
477+ .. _criteria_where :
478+
479479Where 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
965965An order by expression uses only evaluated operators to build an ORDER BY clause.
966966
You can’t perform that action at this time.
0 commit comments