public interface EntityGraphImplementor<T> extends EntityGraph<T>, GraphNodeImplementor
Modifier and Type | Method and Description |
---|---|
boolean |
appliesTo(EntityType<? super T> entityType) |
boolean |
appliesTo(String entityName) |
EntityGraphImplementor<T> |
makeImmutableCopy(String name)
Make an immutable copy of this entity graph, using the given name.
|
EntityGraphImplementor<T> |
makeMutableCopy()
Make a mutable copy of this entity graph
|
addAttributeNodes, addAttributeNodes, addKeySubgraph, addKeySubgraph, addKeySubgraph, addKeySubgraph, addSubclassSubgraph, addSubgraph, addSubgraph, addSubgraph, addSubgraph, getAttributeNodes, getName
attributeImplementorNodes, attributeNodes, containsAttribute
boolean appliesTo(String entityName)
boolean appliesTo(EntityType<? super T> entityType)
EntityGraphImplementor<T> makeMutableCopy()
EntityGraphImplementor<T> makeImmutableCopy(String name)
name
- The name to apply to the immutable copyCopyright © 2019 JBoss by Red Hat. All rights reserved.