Enum Class GraphSemantic

java.lang.Object
java.lang.Enum<GraphSemantic>
org.hibernate.graph.GraphSemantic
All Implemented Interfaces:
Serializable, Comparable<GraphSemantic>, Constable

public enum GraphSemantic extends Enum<GraphSemantic>
JPA specifies two distinct ways to apply an EntityGraph - as a "fetch graph" or as a "load graph".