public interface EntityGraphImplementor<T> extends javax.persistence.EntityGraph<T>, GraphNodeImplementor
Modifier and Type | Method and Description |
---|---|
boolean |
appliesTo(javax.persistence.metamodel.EntityType<? super T> entityType) |
boolean |
appliesTo(java.lang.String entityName) |
EntityGraphImplementor<T> |
makeImmutableCopy(java.lang.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(java.lang.String entityName)
boolean appliesTo(javax.persistence.metamodel.EntityType<? super T> entityType)
EntityGraphImplementor<T> makeMutableCopy()
EntityGraphImplementor<T> makeImmutableCopy(java.lang.String name)
name
- The name to apply to the immutable copyCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.