接口的使用
org.hibernate.graph.AttributeNode
-
使用AttributeNode的程序包 程序包 说明 org.hibernate.graph Hibernate's (extended) support for JPA's entity graphsorg.hibernate.graph.internal org.hibernate.graph.spi -
-
org.hibernate.graph中AttributeNode的使用
返回AttributeNode的org.hibernate.graph中的方法 修饰符和类型 方法 说明 <AJ> AttributeNode<AJ>Graph. addAttributeNode(String attributeName)Add an AttributeNode (with no associated SubGraphNodes) to this container by attribute name<AJ> AttributeNode<AJ>Graph. addAttributeNode(javax.persistence.metamodel.Attribute<? extends J,AJ> attribute)Add an AttributeNode (with no associated SubGraphNode) to this container by Attribute reference<AJ> AttributeNode<AJ>Graph. findAttributeNode(String attributeName)Find an already existing AttributeNode by attributeName within this container<AJ> AttributeNode<AJ>Graph. findAttributeNode(javax.persistence.metamodel.Attribute<? extends J,AJ> attribute)Find an already existing AttributeNode by corresponding attribute reference, within this container返回变量类型为AttributeNode的类型的org.hibernate.graph中的方法 修饰符和类型 方法 说明 List<AttributeNode<?>>Graph. getAttributeNodeList()Get a list of all existing AttributeNodes within this containerList<AttributeNode<?>>Graph. getGraphAttributeNodes()Ultimately only needed for implementingEntityGraph.getAttributeNodes()andSubgraph.getAttributeNodes() -
org.hibernate.graph.internal中AttributeNode的使用
实现AttributeNode的org.hibernate.graph.internal中的类 修饰符和类型 类 说明 classAttributeNodeImpl<J>Hibernate implementation of the JPA AttributeNode contract返回变量类型为AttributeNode的类型的org.hibernate.graph.internal中的方法 修饰符和类型 方法 说明 List<AttributeNode<?>>AbstractGraph. getGraphAttributeNodes() -
org.hibernate.graph.spi中AttributeNode的使用
org.hibernate.graph.spi中AttributeNode的子接口 修饰符和类型 接口 说明 interfaceAttributeNodeImplementor<J>Integration version of the AttributeNode contract返回变量类型为AttributeNode的类型的org.hibernate.graph.spi中的方法 修饰符和类型 方法 说明 default List<AttributeNode<?>>GraphImplementor. getAttributeNodeList()
-