Uses of Class
org.eclipse.persistence.internal.jpa.metadata.mappings.BatchFetchMetadata
-
Packages that use BatchFetchMetadata Package Description org.eclipse.persistence.internal.jpa.metadata.accessors.mappings -
-
Uses of BatchFetchMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings that return BatchFetchMetadata Modifier and Type Method Description BatchFetchMetadataDirectCollectionAccessor. getBatchFetch()INTERNAL: Used for OX mapping.BatchFetchMetadataRelationshipAccessor. getBatchFetch()INTERNAL: Used for OX mapping.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings with parameters of type BatchFetchMetadata Modifier and Type Method Description voidDirectCollectionAccessor. setBatchFetch(BatchFetchMetadata batchFetch)INTERNAL: Used for OX mapping.voidRelationshipAccessor. setBatchFetch(BatchFetchMetadata batchFetch)INTERNAL: Used for OX mapping.
-