Uses of Interface
org.eclipse.persistence.jpa.config.BatchFetch
-
Packages that use BatchFetch Package Description org.eclipse.persistence.internal.jpa.config.mappings org.eclipse.persistence.jpa.config -
-
Uses of BatchFetch in org.eclipse.persistence.internal.jpa.config.mappings
Classes in org.eclipse.persistence.internal.jpa.config.mappings that implement BatchFetch Modifier and Type Class Description classBatchFetchImplJPA scripting API implementation.Methods in org.eclipse.persistence.internal.jpa.config.mappings that return BatchFetch Modifier and Type Method Description BatchFetchAbstractRelationshipMappingImpl. setBatchFetch()BatchFetchElementCollectionImpl. setBatchFetch()BatchFetchBatchFetchImpl. setSize(Integer size)BatchFetchBatchFetchImpl. setType(String type) -
Uses of BatchFetch in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return BatchFetch Modifier and Type Method Description BatchFetchElementCollection. setBatchFetch()BatchFetchManyToMany. setBatchFetch()BatchFetchManyToOne. setBatchFetch()BatchFetchOneToMany. setBatchFetch()BatchFetchOneToOne. setBatchFetch()BatchFetchBatchFetch. setSize(Integer size)BatchFetchBatchFetch. setType(String type)
-