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, getNameattributeImplementorNodes, attributeNodes, containsAttributeboolean 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 © 2001-2018 Red Hat, Inc. All Rights Reserved.