接口的使用
org.hibernate.graph.spi.AttributeNodeImplementor
-
使用AttributeNodeImplementor的程序包 程序包 说明 org.hibernate.graph.internal org.hibernate.graph.internal.parse org.hibernate.graph.spi -
-
org.hibernate.graph.internal中AttributeNodeImplementor的使用
实现AttributeNodeImplementor的org.hibernate.graph.internal中的类 修饰符和类型 类 说明 classAttributeNodeImpl<J>Hibernate implementation of the JPA AttributeNode contract返回AttributeNodeImplementor的org.hibernate.graph.internal中的方法 修饰符和类型 方法 说明 <AJ> AttributeNodeImplementor<AJ>AbstractGraph. addAttributeNode(String attributeName)AttributeNodeImplementor<?>AbstractGraph. addAttributeNode(AttributeNodeImplementor<?> incomingAttributeNode)<AJ> AttributeNodeImplementor<AJ>AbstractGraph. addAttributeNode(PersistentAttributeDescriptor<? extends J,AJ> attribute)<AJ> AttributeNodeImplementor<AJ>SubGraphImpl. addAttributeNode(javax.persistence.metamodel.Attribute<? extends J,AJ> attribute)<AJ> AttributeNodeImplementor<AJ>AbstractGraph. findAttributeNode(String attributeName)<AJ> AttributeNodeImplementor<AJ>AbstractGraph. findAttributeNode(PersistentAttributeDescriptor<? extends J,AJ> attribute)<AJ> AttributeNodeImplementor<AJ>AbstractGraph. findOrCreateAttributeNode(PersistentAttributeDescriptor<? extends J,AJ> attribute)AttributeNodeImplementor<J>AttributeNodeImpl. makeCopy(boolean mutable)返回变量类型为AttributeNodeImplementor的类型的org.hibernate.graph.internal中的方法 修饰符和类型 方法 说明 List<AttributeNodeImplementor<?>>AbstractGraph. getAttributeNodeImplementors()参数类型为AttributeNodeImplementor的org.hibernate.graph.internal中的方法 修饰符和类型 方法 说明 AttributeNodeImplementor<?>AbstractGraph. addAttributeNode(AttributeNodeImplementor<?> incomingAttributeNode)voidAttributeNodeImpl. merge(AttributeNodeImplementor<?> attributeNode) -
org.hibernate.graph.internal.parse中AttributeNodeImplementor的使用
参数类型为AttributeNodeImplementor的org.hibernate.graph.internal.parse中的方法 修饰符和类型 方法 说明 SubGraphImplementor<?>SubGraphGenerator. createSubGraph(AttributeNodeImplementor<?> attributeNode, String subTypeName, SessionFactoryImplementor sessionFactory) -
org.hibernate.graph.spi中AttributeNodeImplementor的使用
返回AttributeNodeImplementor的org.hibernate.graph.spi中的方法 修饰符和类型 方法 说明 <AJ> AttributeNodeImplementor<AJ>GraphImplementor. addAttributeNode(String attributeName)default <AJ> AttributeNodeImplementor<AJ>GraphImplementor. addAttributeNode(javax.persistence.metamodel.Attribute<? extends J,AJ> attribute)AttributeNodeImplementor<?>GraphImplementor. addAttributeNode(AttributeNodeImplementor<?> makeCopy)<AJ> AttributeNodeImplementor<AJ>GraphImplementor. addAttributeNode(PersistentAttributeDescriptor<? extends J,AJ> attribute)<AJ> AttributeNodeImplementor<AJ>SubGraphImplementor. addAttributeNode(javax.persistence.metamodel.Attribute<? extends J,AJ> attribute)<AJ> AttributeNodeImplementor<AJ>GraphImplementor. findAttributeNode(String attributeName)default <AJ> AttributeNodeImplementor<AJ>GraphImplementor. findAttributeNode(javax.persistence.metamodel.Attribute<? extends J,AJ> attribute)<AJ> AttributeNodeImplementor<AJ>GraphImplementor. findAttributeNode(PersistentAttributeDescriptor<? extends J,AJ> attribute)default <AJ> AttributeNodeImplementor<AJ>GraphImplementor. findOrCreateAttributeNode(String name)<AJ> AttributeNodeImplementor<AJ>GraphImplementor. findOrCreateAttributeNode(PersistentAttributeDescriptor<? extends J,AJ> attribute)AttributeNodeImplementor<J>AttributeNodeImplementor. makeCopy(boolean mutable)返回变量类型为AttributeNodeImplementor的类型的org.hibernate.graph.spi中的方法 修饰符和类型 方法 说明 List<AttributeNodeImplementor<?>>GraphImplementor. getAttributeNodeImplementors()参数类型为AttributeNodeImplementor的org.hibernate.graph.spi中的方法 修饰符和类型 方法 说明 AttributeNodeImplementor<?>GraphImplementor. addAttributeNode(AttributeNodeImplementor<?> makeCopy)voidAttributeNodeImplementor. merge(AttributeNodeImplementor<?> attributeNode)类型变量类型为AttributeNodeImplementor的org.hibernate.graph.spi中的方法参数 修饰符和类型 方法 说明 default voidGraphImplementor. visitAttributeNodes(Consumer<AttributeNodeImplementor<?>> consumer)
-