Uses of Class
org.eclipse.persistence.internal.jpa.metadata.queries.FetchAttributeMetadata
-
Packages that use FetchAttributeMetadata Package Description org.eclipse.persistence.internal.jpa.metadata.queries -
-
Uses of FetchAttributeMetadata in org.eclipse.persistence.internal.jpa.metadata.queries
Methods in org.eclipse.persistence.internal.jpa.metadata.queries that return types with arguments of type FetchAttributeMetadata Modifier and Type Method Description List<FetchAttributeMetadata>FetchGroupMetadata. getFetchAttributes()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.queries with type arguments of type FetchAttributeMetadata Modifier and Type Method Description voidFetchGroupMetadata. setFetchAttributes(List<FetchAttributeMetadata> attributes)INTERNAL: Used for OX mapping.
-