HHH-12716 - Sample code is required for documentation of disabling polymorphism in queries
Fix typo
This commit is contained in:
parent
c8bc082891
commit
8f48bbe2bb
|
@ -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.
|
||||
====
|
||||
|
|
Loading…
Reference in New Issue