Uses of Class
org.eclipse.persistence.internal.jpa.metadata.queries.FetchGroupMetadata
-
Packages that use FetchGroupMetadata Package Description org.eclipse.persistence.internal.jpa.metadata.accessors.classes -
-
Uses of FetchGroupMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes that return types with arguments of type FetchGroupMetadata Modifier and Type Method Description List<FetchGroupMetadata>MappedSuperclassAccessor. getFetchGroups()INTERNAL: Used for OX mapping.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with parameters of type FetchGroupMetadata Modifier and Type Method Description protected voidMappedSuperclassAccessor. processFetchGroup(FetchGroupMetadata fetchGroup, Map<String,FetchGroupMetadata> fetchGroups)INTERNAL:Method parameters in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with type arguments of type FetchGroupMetadata Modifier and Type Method Description protected voidMappedSuperclassAccessor. processFetchGroup(FetchGroupMetadata fetchGroup, Map<String,FetchGroupMetadata> fetchGroups)INTERNAL:voidMappedSuperclassAccessor. setFetchGroups(List<FetchGroupMetadata> fetchGroups)INTERNAL: Used for OX mapping.
-