Interface BatchFetch
-
public interface BatchFetch
JPA scripting API implementation.- Since:
- EclipseLink 2.5.1
- Author:
- Guy Pelletier
-
-
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)
-
-