File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
hibernate-core/src/main/java/org/hibernate/query/hql/internal Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 4
4
*/
5
5
package org .hibernate .query .hql .internal ;
6
6
7
- import org .hibernate .query .hql .HqlLogging ;
8
7
import org .hibernate .query .hql .spi .SemanticPathPart ;
9
8
import org .hibernate .query .hql .spi .SqmCreationState ;
10
9
import org .hibernate .query .sqm .tree .domain .SqmPath ;
@@ -32,11 +31,11 @@ public SemanticPathPart resolvePathPart(
32
31
String name ,
33
32
boolean isTerminal ,
34
33
SqmCreationState creationState ) {
35
- HqlLogging .QUERY_LOGGER .tracef (
36
- "Resolving DomainPathPart(%s) sub-part : %s" ,
37
- currentPath ,
38
- name
39
- );
34
+ // HqlLogging.QUERY_LOGGER.tracef(
35
+ // "Resolving DomainPathPart(%s) sub-part : %s",
36
+ // currentPath,
37
+ // name
38
+ // );
40
39
currentPath = currentPath .resolvePathPart ( name , isTerminal , creationState );
41
40
if ( isTerminal ) {
42
41
return currentPath ;
You can’t perform that action at this time.
0 commit comments