接口的使用
org.hibernate.loader.plan.exec.spi.AliasResolutionContext
-
使用AliasResolutionContext的程序包 程序包 说明 org.hibernate.loader.plan.build.spi Defines the SPI for building a metamodel-driven LoadPlanorg.hibernate.loader.plan.exec.internal Provides the internal implementations for generating the load query from the LoadPlan and the ResultSet processor.org.hibernate.loader.plan.exec.process.internal -
-
org.hibernate.loader.plan.build.spi中AliasResolutionContext的使用
参数类型为AliasResolutionContext的org.hibernate.loader.plan.build.spi中的方法 修饰符和类型 方法 说明 StringQuerySpaceTreePrinter. asString(QuerySpaces spaces, int depth, AliasResolutionContext aliasResolutionContext)Returns a String containing theQuerySpacesgraph as a tree structure, starting at a particular depth.StringQuerySpaceTreePrinter. asString(QuerySpaces spaces, AliasResolutionContext aliasResolutionContext)Returns a String containing theQuerySpacesgraph as a tree structure.voidLoadPlanTreePrinter. logTree(LoadPlan loadPlan, AliasResolutionContext aliasResolutionContext)Logs the specifiedLoadPlangraph and itsQuerySpacesgraph as tree structures.voidQuerySpaceTreePrinter. write(QuerySpaces spaces, int depth, AliasResolutionContext aliasResolutionContext, PrintStream printStream)Returns a String containing theQuerySpacesgraph as a tree structure, starting at a particular depth.voidQuerySpaceTreePrinter. write(QuerySpaces spaces, int depth, AliasResolutionContext aliasResolutionContext, PrintWriter printWriter)Returns a String containing theQuerySpacesgraph as a tree structure, starting at a particular depth. -
org.hibernate.loader.plan.exec.internal中AliasResolutionContext的使用
实现AliasResolutionContext的org.hibernate.loader.plan.exec.internal中的类 修饰符和类型 类 说明 classAliasResolutionContextImplProvides aliases that are used by load queries and ResultSet processors.返回AliasResolutionContext的org.hibernate.loader.plan.exec.internal中的方法 修饰符和类型 方法 说明 protected AliasResolutionContextAbstractLoadQueryDetails. getAliasResolutionContext()AliasResolutionContextLoadQueryJoinAndFetchProcessor. getAliasResolutionContext() -
org.hibernate.loader.plan.exec.process.internal中AliasResolutionContext的使用
参数类型为AliasResolutionContext的org.hibernate.loader.plan.exec.process.internal中的构造器 构造器 说明 ResultSetProcessingContextImpl(ResultSet resultSet, SharedSessionContractImplementor session, LoadPlan loadPlan, AliasResolutionContext aliasResolutionContext, boolean readOnly, boolean shouldUseOptionalEntityInformation, boolean shouldReturnProxies, QueryParameters queryParameters, NamedParameterContext namedParameterContext, boolean hadSubselectFetches)Builds a ResultSetProcessingContextImplResultSetProcessorImpl(LoadPlan loadPlan, AliasResolutionContext aliasResolutionContext, RowReader rowReader, boolean shouldUseOptionalEntityInstance, boolean hadSubselectFetches)
-