接口的使用
org.hibernate.graph.Graph
-
使用Graph的程序包 程序包 说明 org.hibernate.graph Hibernate's (extended) support for JPA's entity graphsorg.hibernate.graph.internal org.hibernate.graph.spi -
-
org.hibernate.graph中Graph的使用
org.hibernate.graph中Graph的子接口 修饰符和类型 接口 说明 interfaceRootGraph<J>Hibernate extension to the JPAEntityGraphcontract.interfaceSubGraph<J>Hibernate extension to the JPA entity-graph Subgraph contract.返回Graph的org.hibernate.graph中的方法 修饰符和类型 方法 说明 Graph<J>Graph. makeCopy(boolean mutable)参数类型为Graph的org.hibernate.graph中的方法 修饰符和类型 方法 说明 static <T> javax.persistence.EntityGraph<T>EntityGraphs. merge(Session session, Class<T> rootType, Graph<T>... graphs)static <T> voidGraphParser. parseInto(Graph<T> graph, CharSequence graphText, javax.persistence.EntityManager entityManager)Parses the textual graph representation into the specified graph.static <T> voidGraphParser. parseInto(Graph<T> graph, CharSequence graphText, javax.persistence.EntityManagerFactory entityManagerFactory)Parses the textual graph representation into the specified graph. -
org.hibernate.graph.internal中Graph的使用
实现Graph的org.hibernate.graph.internal中的类 修饰符和类型 类 说明 classAbstractGraph<J>classRootGraphImpl<J>The Hibernate implementation of the JPA EntityGraph contract.classSubGraphImpl<J> -
org.hibernate.graph.spi中Graph的使用
org.hibernate.graph.spi中Graph的子接口 修饰符和类型 接口 说明 interfaceGraphImplementor<J>Integration version of the Graph contractinterfaceRootGraphImplementor<J>Integration version of the RootGraph contractinterfaceSubGraphImplementor<J>Integration version of the SubGraph contract
-