接口的使用
org.hibernate.graph.RootGraph
-
使用RootGraph的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.graph Hibernate's (extended) support for JPA's entity graphsorg.hibernate.graph.internal org.hibernate.graph.spi org.hibernate.query org.hibernate.query.criteria.internal.compile org.hibernate.query.internal -
-
org.hibernate中RootGraph的使用
返回RootGraph的org.hibernate中的方法 修饰符和类型 方法 说明 <T> RootGraph<T>Session. createEntityGraph(Class<T> rootType)RootGraph<?>Session. createEntityGraph(String graphName)RootGraph<?>Session. getEntityGraph(String graphName)参数类型为RootGraph的org.hibernate中的方法 修饰符和类型 方法 说明 default IdentifierLoadAccess<T>IdentifierLoadAccess. with(RootGraph<T> graph)IdentifierLoadAccess<T>IdentifierLoadAccess. with(RootGraph<T> graph, GraphSemantic semantic)default MultiIdentifierLoadAccess<T>MultiIdentifierLoadAccess. with(RootGraph<T> graph)MultiIdentifierLoadAccess<T>MultiIdentifierLoadAccess. with(RootGraph<T> graph, GraphSemantic semantic) -
org.hibernate.graph中RootGraph的使用
返回RootGraph的org.hibernate.graph中的方法 修饰符和类型 方法 说明 RootGraph<J>Graph. makeRootGraph(String name, boolean mutable)Create a named (if passed `name` !RootGraph<J>RootGraph. makeRootGraph(String name, boolean mutable)static <T> RootGraph<T>GraphParser. parse(Class<T> rootType, CharSequence graphText, javax.persistence.EntityManager entityManager)Creates a root graph based on the passed `rootType` and parses `graphText` into the generated root graph -
org.hibernate.graph.internal中RootGraph的使用
实现RootGraph的org.hibernate.graph.internal中的类 修饰符和类型 类 说明 classRootGraphImpl<J>The Hibernate implementation of the JPA EntityGraph contract. -
org.hibernate.graph.spi中RootGraph的使用
org.hibernate.graph.spi中RootGraph的子接口 修饰符和类型 接口 说明 interfaceRootGraphImplementor<J>Integration version of the RootGraph contract -
org.hibernate.query中RootGraph的使用
参数类型为RootGraph的org.hibernate.query中的方法 修饰符和类型 方法 说明 default Query<R>Query. applyFetchGraph(RootGraph graph)Apply the given graph using fetch semanticsQuery<R>Query. applyGraph(RootGraph graph, GraphSemantic semantic)Apply the given graph using the given semanticdefault Query<R>Query. applyLoadGraph(RootGraph graph)Apply the given graph using load semantics -
org.hibernate.query.criteria.internal.compile中RootGraph的使用
参数类型为RootGraph的org.hibernate.query.criteria.internal.compile中的方法 修饰符和类型 方法 说明 QueryImplementor<X>CriteriaQueryTypeQueryAdapter. applyGraph(RootGraph graph, GraphSemantic semantic) -
org.hibernate.query.internal中RootGraph的使用
参数类型为RootGraph的org.hibernate.query.internal中的方法 修饰符和类型 方法 说明 Query<R>AbstractProducedQuery. applyGraph(RootGraph graph, GraphSemantic semantic)Query<T>NativeQueryImpl. applyGraph(RootGraph graph, GraphSemantic semantic)
-