接口的使用
org.hibernate.graph.spi.GraphImplementor
-
使用GraphImplementor的程序包 程序包 说明 org.hibernate.engine.spi org.hibernate.graph Hibernate's (extended) support for JPA's entity graphsorg.hibernate.graph.internal org.hibernate.graph.internal.parse org.hibernate.graph.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.loader.plan.build.internal Contains the internal implementations used for building a metamodel-driven LoadPlan. -
-
org.hibernate.engine.spi中GraphImplementor的使用
返回GraphImplementor的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 default GraphImplementorSharedSessionContractImplementor. getFetchGraphLoadContext()Get the current fetch graph context (eitherRootGraphImplementororSubGraphImplementor.参数类型为GraphImplementor的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 default voidSharedSessionContractImplementor. setFetchGraphLoadContext(GraphImplementor fetchGraphLoadContext)Set the current fetch graph context (eitherRootGraphImplementororSubGraphImplementor. -
org.hibernate.graph中GraphImplementor的使用
参数类型为GraphImplementor的org.hibernate.graph中的方法 修饰符和类型 方法 说明 static <T> javax.persistence.EntityGraph<T>EntityGraphs. merge(SessionImplementor session, Class<T> rootType, GraphImplementor<T>... graphs) -
org.hibernate.graph.internal中GraphImplementor的使用
实现GraphImplementor的org.hibernate.graph.internal中的类 修饰符和类型 类 说明 classAbstractGraph<J>classRootGraphImpl<J>The Hibernate implementation of the JPA EntityGraph contract.classSubGraphImpl<J>参数类型为GraphImplementor的org.hibernate.graph.internal中的方法 修饰符和类型 方法 说明 voidAbstractGraph. merge(GraphImplementor<J>... others)参数类型为GraphImplementor的org.hibernate.graph.internal中的构造器 构造器 说明 AbstractGraph(boolean mutable, GraphImplementor<J> original)RootGraphImpl(String name, boolean mutable, GraphImplementor<J> original) -
org.hibernate.graph.internal.parse中GraphImplementor的使用
参数类型为GraphImplementor的org.hibernate.graph.internal.parse中的方法 修饰符和类型 方法 说明 static voidGraphParser. parseInto(GraphImplementor<?> targetGraph, CharSequence graphString, SessionFactoryImplementor sessionFactory)Parse the passed graph textual representation into the passed Graph. -
org.hibernate.graph.spi中GraphImplementor的使用
org.hibernate.graph.spi中GraphImplementor的子接口 修饰符和类型 接口 说明 interfaceRootGraphImplementor<J>Integration version of the RootGraph contractinterfaceSubGraphImplementor<J>Integration version of the SubGraph contract返回GraphImplementor的org.hibernate.graph.spi中的方法 修饰符和类型 方法 说明 GraphImplementor<J>GraphImplementor. makeCopy(boolean mutable)参数类型为GraphImplementor的org.hibernate.graph.spi中的方法 修饰符和类型 方法 说明 voidGraphImplementor. merge(GraphImplementor<J>... others) -
org.hibernate.internal中GraphImplementor的使用
返回GraphImplementor的org.hibernate.internal中的方法 修饰符和类型 方法 说明 GraphImplementorSessionImpl. getFetchGraphLoadContext()参数类型为GraphImplementor的org.hibernate.internal中的方法 修饰符和类型 方法 说明 voidSessionImpl. setFetchGraphLoadContext(GraphImplementor fetchGraphLoadContext) -
org.hibernate.loader.plan.build.internal中GraphImplementor的使用
返回GraphImplementor的org.hibernate.loader.plan.build.internal中的方法 修饰符和类型 方法 说明 protected abstract GraphImplementorAbstractEntityGraphVisitationStrategy. getRootEntityGraph()
-