接口的使用
org.hibernate.graph.spi.RootGraphImplementor
-
使用RootGraphImplementor的程序包 程序包 说明 org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.spi org.hibernate.graph.internal 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.metamodel.internal org.hibernate.metamodel.spi -
-
org.hibernate.engine.query.spi中RootGraphImplementor的使用
返回RootGraphImplementor的org.hibernate.engine.query.spi中的方法 修饰符和类型 方法 说明 RootGraphImplementor<?>EntityGraphQueryHint. getGraph()参数类型为RootGraphImplementor的org.hibernate.engine.query.spi中的构造器 构造器 说明 EntityGraphQueryHint(RootGraphImplementor<?> graph, GraphSemantic semantic) -
org.hibernate.engine.spi中RootGraphImplementor的使用
返回RootGraphImplementor的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 <T> RootGraphImplementor<T>SessionDelegatorBaseImpl. createEntityGraph(Class<T> rootType)RootGraphImplementor<?>SessionDelegatorBaseImpl. createEntityGraph(String graphName)<T> RootGraphImplementor<T>SessionImplementor. createEntityGraph(Class<T> rootType)RootGraphImplementor<?>SessionImplementor. createEntityGraph(String graphName)RootGraphImplementorSessionFactoryDelegatingImpl. findEntityGraphByName(String name)RootGraphImplementor<?>SessionFactoryImplementor. findEntityGraphByName(String name)RootGraphImplementor<?>SessionDelegatorBaseImpl. getEntityGraph(String graphName)RootGraphImplementor<?>SessionImplementor. getEntityGraph(String graphName)RootGraphImplementor<?>EffectiveEntityGraph. getGraph()返回变量类型为RootGraphImplementor的类型的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 <T> List<RootGraphImplementor<? super T>>SessionFactoryDelegatingImpl. findEntityGraphsByJavaType(Class<T> entityClass)<T> List<RootGraphImplementor<? super T>>SessionFactoryImplementor. findEntityGraphsByJavaType(Class<T> entityClass)参数类型为RootGraphImplementor的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 voidEffectiveEntityGraph. applyGraph(RootGraphImplementor<?> graph, GraphSemantic semantic)Apply the graph and semantic. -
org.hibernate.graph.internal中RootGraphImplementor的使用
实现RootGraphImplementor的org.hibernate.graph.internal中的类 修饰符和类型 类 说明 classRootGraphImpl<J>The Hibernate implementation of the JPA EntityGraph contract.返回RootGraphImplementor的org.hibernate.graph.internal中的方法 修饰符和类型 方法 说明 RootGraphImplementor<J>RootGraphImpl. makeCopy(boolean mutable)RootGraphImplementor<J>AbstractGraph. makeRootGraph(String name, boolean mutable)RootGraphImplementor<J>RootGraphImpl. makeRootGraph(String name, boolean mutable) -
org.hibernate.graph.spi中RootGraphImplementor的使用
返回RootGraphImplementor的org.hibernate.graph.spi中的方法 修饰符和类型 方法 说明 RootGraphImplementor<?>AppliedGraph. getGraph()The applied graphdefault RootGraphImplementor<J>RootGraphImplementor. makeImmutableCopy(String name)Make an immutable copy of this entity graph, using the given name.RootGraphImplementor<J>GraphImplementor. makeRootGraph(String name, boolean mutable)RootGraphImplementor<J>RootGraphImplementor. makeRootGraph(String name, boolean mutable)RootGraphImplementor<J>SubGraphImplementor. makeRootGraph(String name, boolean mutable) -
org.hibernate.internal中RootGraphImplementor的使用
返回RootGraphImplementor的org.hibernate.internal中的方法 修饰符和类型 方法 说明 <T> RootGraphImplementor<T>SessionImpl. createEntityGraph(Class<T> rootType)RootGraphImplementor<?>SessionImpl. createEntityGraph(String graphName)RootGraphImplementorSessionFactoryImpl. findEntityGraphByName(String name)RootGraphImplementor<?>SessionImpl. getEntityGraph(String graphName)返回变量类型为RootGraphImplementor的类型的org.hibernate.internal中的方法 修饰符和类型 方法 说明 <T> List<RootGraphImplementor<? super T>>SessionFactoryImpl. findEntityGraphsByJavaType(Class<T> entityClass) -
org.hibernate.loader.plan.build.internal中RootGraphImplementor的使用
返回RootGraphImplementor的org.hibernate.loader.plan.build.internal中的方法 修饰符和类型 方法 说明 protected RootGraphImplementorFetchGraphLoadPlanBuildingStrategy. getRootEntityGraph()protected RootGraphImplementorLoadGraphLoadPlanBuildingStrategy. getRootEntityGraph()参数类型为RootGraphImplementor的org.hibernate.loader.plan.build.internal中的构造器 构造器 说明 FetchGraphLoadPlanBuildingStrategy(SessionFactoryImplementor sessionFactory, RootGraphImplementor graph, LoadQueryInfluencers loadQueryInfluencers, LockMode lockMode)LoadGraphLoadPlanBuildingStrategy(SessionFactoryImplementor factory, RootGraphImplementor<?> graph, LoadQueryInfluencers queryInfluencers, LockMode lockMode) -
org.hibernate.metamodel.internal中RootGraphImplementor的使用
返回RootGraphImplementor的org.hibernate.metamodel.internal中的方法 修饰符和类型 方法 说明 <T> RootGraphImplementor<T>MetamodelImpl. findEntityGraphByName(String name)返回变量类型为RootGraphImplementor的类型的org.hibernate.metamodel.internal中的方法 修饰符和类型 方法 说明 <T> List<RootGraphImplementor<? super T>>MetamodelImpl. findEntityGraphsByJavaType(Class<T> entityClass)参数类型为RootGraphImplementor的org.hibernate.metamodel.internal中的方法 修饰符和类型 方法 说明 <T> voidMetamodelImpl. addNamedEntityGraph(String graphName, RootGraphImplementor<T> entityGraph) -
org.hibernate.metamodel.spi中RootGraphImplementor的使用
返回RootGraphImplementor的org.hibernate.metamodel.spi中的方法 修饰符和类型 方法 说明 <T> RootGraphImplementor<T>MetamodelImplementor. findEntityGraphByName(String name)返回变量类型为RootGraphImplementor的类型的org.hibernate.metamodel.spi中的方法 修饰符和类型 方法 说明 <T> List<RootGraphImplementor<? super T>>MetamodelImplementor. findEntityGraphsByJavaType(Class<T> entityClass)参数类型为RootGraphImplementor的org.hibernate.metamodel.spi中的方法 修饰符和类型 方法 说明 <T> voidMetamodelImplementor. addNamedEntityGraph(String graphName, RootGraphImplementor<T> entityGraph)
-