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