You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dao.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ Implementation classes for the DAO interfaces are automatically generated by the
14
14
15
15
## Query definition
16
16
17
-
[](query/index.md) can be defined using annotations.
17
+
[Queries](query/index.md) can be defined using annotations.
18
18
19
-
You can use [](query-builder/index.md) or [](query-dsl.md) in a [](#dao-default-method) when you need to build queries dynamically in Java code.
19
+
You can use [Query builders](query-builder/index.md) or [Unified Criteria API](query-dsl.md) in a [Dao Default Method](#dao-default-method) when you need to build queries dynamically in Java code.
0 commit comments