HHH-12716 - Sample code is required for documentation of disabling polymorphism in queries

Fix typo
This commit is contained in:
Vlad Mihalcea 2018-07-05 12:19:03 +03:00
parent 9b0c3ba600
commit aeb2f9e0b0
1 changed files with 1 additions and 1 deletions

View File

@ -979,7 +979,7 @@ This behavior can be altered in two ways:
[NOTE]
====
The HQL query `from java.lang.Object` is totally valid (although not very practical from a performance perspetive)!
The HQL query `from java.lang.Object` is totally valid (although not very practical from a performance perspective)!
It returns every object of every entity type defined by your application mappings.
====