Class EntityGraphImpl<X>

java.lang.Object
org.eclipse.persistence.internal.jpa.AttributeNodeImpl<X>
org.eclipse.persistence.internal.jpa.EntityGraphImpl<X>
All Implemented Interfaces:
AttributeNode<X>, EntityGraph<X>, Subgraph<X>

public class EntityGraphImpl<X> extends AttributeNodeImpl<X> implements EntityGraph<X>, Subgraph<X>
Concrete JPA EntityGraph class. For this implementation the EntityGraphImpl wraps the EclipseLink AttributeGroup type.