接口的使用
org.hibernate.graph.spi.GraphNodeImplementor
-
使用GraphNodeImplementor的程序包 程序包 说明 org.hibernate.graph.internal org.hibernate.graph.spi -
-
org.hibernate.graph.internal中GraphNodeImplementor的使用
实现GraphNodeImplementor的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中GraphNodeImplementor的使用
org.hibernate.graph.spi中GraphNodeImplementor的子接口 修饰符和类型 接口 说明 interfaceAttributeNodeImplementor<J>Integration version of the AttributeNode contractinterfaceGraphImplementor<J>Integration version of the Graph contractinterfaceRootGraphImplementor<J>Integration version of the RootGraph contractinterfaceSubGraphImplementor<J>Integration version of the SubGraph contract返回GraphNodeImplementor的org.hibernate.graph.spi中的方法 修饰符和类型 方法 说明 GraphNodeImplementor<J>GraphNodeImplementor. makeCopy(boolean mutable)
-