Enum Class SessionCreationOption.PreferredFetchMethod

java.lang.Object
java.lang.Enum<SessionCreationOption.PreferredFetchMethod>
org.hibernate.SessionCreationOption.PreferredFetchMethod
All Implemented Interfaces:
EntityManager.CreationOption, Serializable, Comparable<SessionCreationOption.PreferredFetchMethod>, Constable
Enclosing interface:
SessionCreationOption

public static enum SessionCreationOption.PreferredFetchMethod extends Enum<SessionCreationOption.PreferredFetchMethod> implements EntityManager.CreationOption
Enables or disables the use of subselect fetching.
Since:
8.0
See Also: