mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 17:15:02 +00:00
HHH-15613 remove 'lateral' from fromRoot rule
it means the same thing as 'join lateral', and is currently ignored by HQL
This commit is contained in:
parent
8f23e16a35
commit
a42c52615e
@ -176,8 +176,8 @@ entityWithJoins
|
|||||||
* A root entity declaration in the 'from' clause, with optional identification variable
|
* A root entity declaration in the 'from' clause, with optional identification variable
|
||||||
*/
|
*/
|
||||||
fromRoot
|
fromRoot
|
||||||
: entityName variable? # RootEntity
|
: entityName variable? # RootEntity
|
||||||
| LATERAL? LEFT_PAREN subquery RIGHT_PAREN variable? # RootSubquery
|
| LEFT_PAREN subquery RIGHT_PAREN variable? # RootSubquery
|
||||||
;
|
;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user