DATAJDBC-361 - Fix minor typos in SqlGenerator.

Original pull request: #148.
This commit is contained in:
Michael Simons
2019-04-12 12:29:35 +02:00
committed by Jens Schauder
parent c80a334d56
commit eb90efc24a

View File

@@ -106,7 +106,7 @@ class SqlGenerator {
}
/**
* Returns a query for selecting all simple properties of an entitty, including those for one-to-one relationhships.
* Returns a query for selecting all simple properties of an entity, including those for one-to-one relationships.
* Results are filtered using an {@code IN}-clause on the id column.
*
* @return a SQL statement. Guaranteed to be not {@code null}.
@@ -116,7 +116,7 @@ class SqlGenerator {
}
/**
* Returns a query for selecting all simple properties of an entitty, including those for one-to-one relationhships.
* Returns a query for selecting all simple properties of an entity, including those for one-to-one relationships.
*
* @return a SQL statement. Guaranteed to be not {@code null}.
*/