类 AbstractLoadPlanBuildingAssociationVisitationStrategy.PropertyPathStack
- java.lang.Object
-
- org.hibernate.loader.plan.build.internal.AbstractLoadPlanBuildingAssociationVisitationStrategy.PropertyPathStack
-
public static class AbstractLoadPlanBuildingAssociationVisitationStrategy.PropertyPathStack extends Object
Maintains stack information for the property paths we are processing for logging purposes. Because of the recursive calls it is often useful (while debugging) to be able to see the "property path" as part of the logging output.
-
-
方法详细资料
-
push
public void push(PropertyPath path)
-
pop
public void pop()
-
-