接口的使用
org.hibernate.graph.GraphNode
-
使用GraphNode的程序包 程序包 说明 org.hibernate.graph Hibernate's (extended) support for JPA's entity graphsorg.hibernate.graph.internal org.hibernate.graph.spi -
-
org.hibernate.graph中GraphNode的使用
org.hibernate.graph中GraphNode的子接口 修饰符和类型 接口 说明 interfaceAttributeNode<J>Hibernate extension to the JPA entity-graph AttributeNode contract.interfaceGraph<J>A container forAttributeNodes.interfaceRootGraph<J>Hibernate extension to the JPAEntityGraphcontract.interfaceSubGraph<J>Hibernate extension to the JPA entity-graph Subgraph contract.返回GraphNode的org.hibernate.graph中的方法 修饰符和类型 方法 说明 GraphNode<J>GraphNode. makeCopy(boolean mutable) -
org.hibernate.graph.internal中GraphNode的使用
实现GraphNode的org.hibernate.graph.internal中的类 修饰符和类型 类 说明 classAbstractGraph<J>classAbstractGraphNode<J>classAttributeNodeImpl<J>Hibernate implementation of the JPA AttributeNode contractclassRootGraphImpl<J>The Hibernate implementation of the JPA EntityGraph contract.classSubGraphImpl<J> -
org.hibernate.graph.spi中GraphNode的使用
org.hibernate.graph.spi中GraphNode的子接口 修饰符和类型 接口 说明 interfaceAttributeNodeImplementor<J>Integration version of the AttributeNode contractinterfaceGraphImplementor<J>Integration version of the Graph contractinterfaceGraphNodeImplementor<J>Integration version of the GraphNode contractinterfaceRootGraphImplementor<J>Integration version of the RootGraph contractinterfaceSubGraphImplementor<J>Integration version of the SubGraph contract
-