When I was reading the user guide of Hibernate 5.2, I found some minor typos.
In Example 2. Example PhysicalNamingStrategy implementation, under toPhysicalSchemaName method, it must be "return name" not "return null".
In 2.3.26. @JoinColumnOrFormula mapping, "take" is misspelt as "tak" and there are two "the" in the paragraph before Example 91.
I would like to fix these typos.
|
|