Uses of Class
org.eclipse.persistence.annotations.JoinFetchType
-
Packages that use JoinFetchType Package Description org.eclipse.persistence.annotations -
-
Uses of JoinFetchType in org.eclipse.persistence.annotations
Methods in org.eclipse.persistence.annotations that return JoinFetchType Modifier and Type Method Description JoinFetchTypevalue()(Optional) The type of join-fetch to use.static JoinFetchTypeJoinFetchType. valueOf(String name)Returns the enum constant of this type with the specified name.static JoinFetchType[]JoinFetchType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-