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 44 */
55package org .hibernate .query .hql .internal ;
66
7- import org .hibernate .query .hql .HqlLogging ;
87import org .hibernate .query .hql .spi .SemanticPathPart ;
98import org .hibernate .query .hql .spi .SqmCreationState ;
109import org .hibernate .query .sqm .tree .domain .SqmPath ;
@@ -32,11 +31,11 @@ public SemanticPathPart resolvePathPart(
3231 String name ,
3332 boolean isTerminal ,
3433 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+ // );
4039 currentPath = currentPath .resolvePathPart ( name , isTerminal , creationState );
4140 if ( isTerminal ) {
4241 return currentPath ;
You can’t perform that action at this time.
0 commit comments