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 |
---|---|
NamedEntityGraph<Entity<T>> |
Entity.createNamedEntityGraph()
Creates a new
named-entity-graph element |
NamedEntityGraph<Entity<T>> |
Entity.getOrCreateNamedEntityGraph()
If not already created, a new
named-entity-graph element will be created and returned. |
NamedEntityGraph<T> |
NamedEntityGraph.includeAllAttributes(Boolean includeAllAttributes)
Sets the
include-all-attributes attribute |
NamedEntityGraph<T> |
NamedEntityGraph.name(String name)
Sets the
name attribute |
NamedEntityGraph<T> |
NamedEntityGraph.removeAllNamedAttributeNode()
Removes all
named-attribute-node elements |
NamedEntityGraph<T> |
NamedEntityGraph.removeAllSubclassSubgraph()
Removes all
subclass-subgraph elements |
NamedEntityGraph<T> |
NamedEntityGraph.removeAllSubgraph()
Removes all
subgraph elements |
NamedEntityGraph<T> |
NamedEntityGraph.removeIncludeAllAttributes()
Removes the
include-all-attributes attribute |
NamedEntityGraph<T> |
NamedEntityGraph.removeName()
Removes the
name attribute |
Modifier and Type | Method and Description |
---|---|
NamedAttributeNode<NamedEntityGraph<T>> |
NamedEntityGraph.createNamedAttributeNode()
Creates a new
named-attribute-node element |
NamedSubgraph<NamedEntityGraph<T>> |
NamedEntityGraph.createSubclassSubgraph()
Creates a new
subclass-subgraph element |
NamedSubgraph<NamedEntityGraph<T>> |
NamedEntityGraph.createSubgraph()
Creates a new
subgraph element |
List<NamedAttributeNode<NamedEntityGraph<T>>> |
NamedEntityGraph.getAllNamedAttributeNode()
Returns all
named-attribute-node elements |
List<NamedEntityGraph<Entity<T>>> |
Entity.getAllNamedEntityGraph()
Returns all
named-entity-graph elements |
List<NamedSubgraph<NamedEntityGraph<T>>> |
NamedEntityGraph.getAllSubclassSubgraph()
Returns all
subclass-subgraph elements |
List<NamedSubgraph<NamedEntityGraph<T>>> |
NamedEntityGraph.getAllSubgraph()
Returns all
subgraph elements |
NamedAttributeNode<NamedEntityGraph<T>> |
NamedEntityGraph.getOrCreateNamedAttributeNode()
If not already created, a new
named-attribute-node element will be created and returned. |
NamedSubgraph<NamedEntityGraph<T>> |
NamedEntityGraph.getOrCreateSubclassSubgraph()
If not already created, a new
subclass-subgraph element will be created and returned. |
NamedSubgraph<NamedEntityGraph<T>> |
NamedEntityGraph.getOrCreateSubgraph()
If not already created, a new
subgraph element will be created and returned. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.