HHH-12716 - Sample code is required for documentation of disabling polymorphism in queries
Fix typo
This commit is contained in:
parent
9b0c3ba600
commit
aeb2f9e0b0
|
@ -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