File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ Criteria API
88Introduction
99============
1010
11- There are two kind of DSLs in the Criteria API:
11+ There are two kinds of DSLs in the Criteria API:
1212
1313* The Entityql DSL
1414* The NativeSql DSL
1515
16- Both require predefined Entity classes and the metamodel classes.
16+ Both require predefined Entity classes and metamodel classes.
1717
1818We use the following Entity classes to show you some examples:
1919
@@ -170,7 +170,7 @@ The above query issues the following SQL statement:
170170 The difference between two DSLs
171171-------------------------------
172172
173- The biggest difference between two DSLs is that the Entityql DSL remove duplicated data
173+ The biggest difference between two DSLs is that the Entityql DSL removes duplicated data
174174from the fetched results, but the NativeSQL DSL doesn't.
175175
176176See the following example:
You can’t perform that action at this time.
0 commit comments