Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm21 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
NamedAttributeNode<NamedEntityGraph<T>> |
NamedEntityGraph.createNamedAttributeNode()
Creates a new
named-attribute-node element |
NamedAttributeNode<NamedSubgraph<T>> |
NamedSubgraph.createNamedAttributeNode()
Creates a new
named-attribute-node element |
NamedAttributeNode<NamedEntityGraph<T>> |
NamedEntityGraph.getOrCreateNamedAttributeNode()
If not already created, a new
named-attribute-node element will be created and returned. |
NamedAttributeNode<NamedSubgraph<T>> |
NamedSubgraph.getOrCreateNamedAttributeNode()
If not already created, a new
named-attribute-node element will be created and returned. |
NamedAttributeNode<T> |
NamedAttributeNode.keySubgraph(String keySubgraph)
Sets the
key-subgraph attribute |
NamedAttributeNode<T> |
NamedAttributeNode.name(String name)
Sets the
name attribute |
NamedAttributeNode<T> |
NamedAttributeNode.removeKeySubgraph()
Removes the
key-subgraph attribute |
NamedAttributeNode<T> |
NamedAttributeNode.removeName()
Removes the
name attribute |
NamedAttributeNode<T> |
NamedAttributeNode.removeSubgraph()
Removes the
subgraph attribute |
NamedAttributeNode<T> |
NamedAttributeNode.subgraph(String subgraph)
Sets the
subgraph attribute |
Modifier and Type | Method and Description |
---|---|
List<NamedAttributeNode<NamedEntityGraph<T>>> |
NamedEntityGraph.getAllNamedAttributeNode()
Returns all
named-attribute-node elements |
List<NamedAttributeNode<NamedSubgraph<T>>> |
NamedSubgraph.getAllNamedAttributeNode()
Returns all
named-attribute-node elements |
Copyright © 2019 JBoss by Red Hat. All rights reserved.