Interface BatchFetch
-
- All Known Implementing Classes:
BatchFetchImpl
public interface BatchFetchJPA scripting API implementation.- Since:
- EclipseLink 2.5.1
- Author:
- Guy Pelletier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchFetchsetSize(java.lang.Integer size)BatchFetchsetType(java.lang.String type)
-
-
-
Method Detail
-
setSize
BatchFetch setSize(java.lang.Integer size)
-
setType
BatchFetch setType(java.lang.String type)
-
-