1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
11:29:01,477 DEBUG SessionImpl:220 - opened session at timestamp: 11617685414
11:29:01,481 DEBUG QueryPlanCache:70 - unable to locate HQL query plan in cache; generating (select j from JugeBean j where j.juryJugeCollection.jury.id = ?)
11:29:01,509 DEBUG QueryTranslatorImpl:246 - parse() - HQL: select j from org.myorg.bean.JugeBean j where j.juryJugeCollection.jury.id = ?
11:29:01,533 DEBUG AST:266 - --- HQL AST ---
\-[QUERY] 'query'
+-[SELECT_FROM] 'SELECT_FROM'
| +-[FROM] 'from'
| | \-[RANGE] 'RANGE'
| | +-[DOT] '.'
| | | +-[DOT] '.'
| | | | +-[DOT] '.'
| | | | | +-[IDENT] 'org'
| | | | | \-[IDENT] 'myorg'
| | | | \-[IDENT] 'bean'
| | | \-[IDENT] 'JugeBean'
| | \-[ALIAS] 'j'
| \-[SELECT] 'select'
| \-[IDENT] 'j'
\-[WHERE] 'where'
\-[EQ] '='
+-[DOT] '.'
| +-[DOT] '.'
| | +-[DOT] '.'
| | | +-[IDENT] 'j'
| | | \-[IDENT] 'juryJugeCollection'
| | \-[IDENT] 'jury'
| \-[IDENT] 'id'
\-[PARAM] '?'
11:29:01,554 DEBUG ErrorCounter:68 - throwQueryException() : no errors
11:29:01,558 DEBUG HqlSqlBaseWalker:111 - select << begin [level=1, statement=select]
11:29:01,562 DEBUG FromElement:105 - FromClause{level=1} : org.myorg.bean.JugeBean (j) -> jugebean0_
11:29:01,585 DEBUG FromReferenceNode:51 - Resolved : j -> jugebean0_.id
11:29:01,597 DEBUG FromReferenceNode:51 - Resolved : j -> jugebean0_.id
11:29:01,601 DEBUG DotNode:541 - getDataType() : juryJugeCollection -> org.hibernate.type.BagType(org.myorg.bean.JugeBean.juryJugeCollection)
11:29:01,633 DEBUG FromElementFactory:360 - createEntityAssociation() : One to many - path = j.juryJugeCollection role = org.myorg.bean.JugeBean.juryJugeCollection associatedEntityName = org.myorg.bean.JuryJugeBean
11:29:01,643 DEBUG FromElement:105 - FromClause{level=1} : org.myorg.bean.JuryJugeBean (no alias) -> juryjugeco1_
11:29:01,648 DEBUG FromClause:233 - addJoinByPathMap() : j.juryJugeCollection -> jury_juge juryjugeco1_
11:29:01,673 DEBUG DotNode:265 - dereferenceCollection() : Created new FROM element for j.juryJugeCollection : jury_juge juryjugeco1_
11:29:01,677 DEBUG FromReferenceNode:51 - Resolved : j.juryJugeCollection -> .
11:29:01,691 DEBUG DotNode:541 - getDataType() : jury -> org.hibernate.type.ManyToOneType(org.myorg.bean.JuryBean)
11:29:01,699 ERROR PARSER:33 - illegal syntax near collection: jury
11:29:01,711 DEBUG ErrorCounter:28 - illegal syntax near collection: jury
illegal syntax near collection: jury
at org.hibernate.hql.ast.tree.DotNode.checkLhsIsNotCollection(DotNode.java:485) |
Partager