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 @@ -63,7 +63,7 @@ Examples
6363
6464### Type-safe Criteria API
6565
66- This code uses a type-safe Criteria API to fetch employees from a specific department
66+ This code uses a type-safe Criteria API to fetch employees from a specific department
6767while establishing associations between the related entities:
6868
6969``` java
@@ -118,12 +118,12 @@ public interface EmployeeDao {
118118 e. setDepartment(d);
119119 d. getEmployees(). add(e);
120120 return e;
121- };
121+ };
122122 }
123123}
124124```
125125
126- See [ SQL templates] ( https://doma.readthedocs.io/en/latest/sql/ ) and
126+ See [ SQL templates] ( https://doma.readthedocs.io/en/latest/sql/ ) and
127127[ Aggregate strategies] ( https://doma.readthedocs.io/en/latest/aggregate-strategy/ )
128128for more information.
129129
You can’t perform that action at this time.
0 commit comments