Uses of Interface
org.eclipse.persistence.jpa.config.FetchGroup
-
Packages that use FetchGroup Package Description org.eclipse.persistence.internal.jpa.config.classes org.eclipse.persistence.internal.jpa.config.queries org.eclipse.persistence.jpa.config -
-
Uses of FetchGroup in org.eclipse.persistence.internal.jpa.config.classes
Methods in org.eclipse.persistence.internal.jpa.config.classes that return FetchGroup Modifier and Type Method Description FetchGroupAbstractMappedClassImpl. addFetchGroup() -
Uses of FetchGroup in org.eclipse.persistence.internal.jpa.config.queries
Classes in org.eclipse.persistence.internal.jpa.config.queries that implement FetchGroup Modifier and Type Class Description classFetchGroupImplJPA scripting API implementation.Methods in org.eclipse.persistence.internal.jpa.config.queries that return FetchGroup Modifier and Type Method Description FetchGroupFetchGroupImpl. setLoad(Boolean load)FetchGroupFetchGroupImpl. setName(String name) -
Uses of FetchGroup in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return FetchGroup Modifier and Type Method Description FetchGroupEntity. addFetchGroup()FetchGroupMappedSuperclass. addFetchGroup()FetchGroupFetchGroup. setLoad(Boolean load)FetchGroupFetchGroup. setName(String name)
-