File tree 1 file changed +2
-2
lines changed
spring-data-jdbc/src/main/java/org/springframework/data/jdbc/core
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ class SqlGenerator {
106
106
}
107
107
108
108
/**
109
- * Returns a query for selecting all simple properties of an entitty , including those for one-to-one relationhships .
109
+ * Returns a query for selecting all simple properties of an entity , including those for one-to-one relationships .
110
110
* Results are filtered using an {@code IN}-clause on the id column.
111
111
*
112
112
* @return a SQL statement. Guaranteed to be not {@code null}.
@@ -116,7 +116,7 @@ String getFindAllInList() {
116
116
}
117
117
118
118
/**
119
- * Returns a query for selecting all simple properties of an entitty , including those for one-to-one relationhships .
119
+ * Returns a query for selecting all simple properties of an entity , including those for one-to-one relationships .
120
120
*
121
121
* @return a SQL statement. Guaranteed to be not {@code null}.
122
122
*/
You can’t perform that action at this time.
0 commit comments