default <AJ> AttributeNodeImplementor<AJ> |
GraphImplementor.addAttributeNode(javax.persistence.metamodel.Attribute<? extends J,AJ> attribute) |
<AJ> AttributeNodeImplementor<AJ> |
SubGraphImplementor.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> |
GraphImplementor.addAttributeNode(java.lang.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) |
<AJ> AttributeNodeImplementor<AJ> |
GraphImplementor.findAttributeNode(java.lang.String attributeName) |
<AJ> AttributeNodeImplementor<AJ> |
GraphImplementor.findOrCreateAttributeNode(PersistentAttributeDescriptor<? extends J,AJ> attribute) |
default <AJ> AttributeNodeImplementor<AJ> |
GraphImplementor.findOrCreateAttributeNode(java.lang.String name) |
AttributeNodeImplementor<J> |
AttributeNodeImplementor.makeCopy(boolean mutable) |