Class BatchFetchImpl
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.config.MetadataImpl<BatchFetchMetadata>
-
- org.eclipse.persistence.internal.jpa.config.mappings.BatchFetchImpl
-
- All Implemented Interfaces:
BatchFetch
public class BatchFetchImpl extends MetadataImpl<BatchFetchMetadata> implements BatchFetch
JPA scripting API implementation.- Since:
- EclipseLink 2.5.1
- Author:
- Guy Pelletier
-
-
Field Summary
-
Fields inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
metadata
-
-
Constructor Summary
Constructors Constructor Description BatchFetchImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchFetchsetSize(java.lang.Integer size)BatchFetchsetType(java.lang.String type)-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
-
-
-
Method Detail
-
setSize
public BatchFetch setSize(java.lang.Integer size)
- Specified by:
setSizein interfaceBatchFetch
-
setType
public BatchFetch setType(java.lang.String type)
- Specified by:
setTypein interfaceBatchFetch
-
-