类 LoadPlanTreePrinter
- java.lang.Object
-
- org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter
-
public class LoadPlanTreePrinter extends Object
Prints aLoadPlangraph and itsQuerySpacesgraph as tree structures. Intended for use in debugging, logging, etc. Aggregates calls to theQuerySpaceTreePrinterandReturnGraphTreePrinter- 作者:
- Steve Ebersole
-
-
字段概要
字段 修饰符和类型 字段 说明 static LoadPlanTreePrinterINSTANCESingleton access
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidlogTree(LoadPlan loadPlan, AliasResolutionContext aliasResolutionContext)Logs the specifiedLoadPlangraph and itsQuerySpacesgraph as tree structures.
-
-
-
字段详细资料
-
INSTANCE
public static final LoadPlanTreePrinter INSTANCE
Singleton access
-
-
方法详细资料
-
logTree
public void logTree(LoadPlan loadPlan, AliasResolutionContext aliasResolutionContext)
Logs the specifiedLoadPlangraph and itsQuerySpacesgraph as tree structures.- 参数:
loadPlan- The load plan.aliasResolutionContext- The context for resolving table and column aliases/
-
-