Interface FetchGroup
-
public interface FetchGroup
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 FetchAttribute
addAttribute()
FetchGroup
setLoad(java.lang.Boolean load)
FetchGroup
setName(java.lang.String name)
-
-
-
Method Detail
-
addAttribute
FetchAttribute addAttribute()
-
setLoad
FetchGroup setLoad(java.lang.Boolean load)
-
setName
FetchGroup setName(java.lang.String name)
-
-