Interface FetchGroup
-
- All Known Implementing Classes:
FetchGroupImpl
public interface FetchGroupJPA scripting API implementation.- Since:
- EclipseLink 2.5.1
- Author:
- Guy Pelletier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FetchAttributeaddAttribute()FetchGroupsetLoad(java.lang.Boolean load)FetchGroupsetName(java.lang.String name)
-
-
-
Method Detail
-
addAttribute
FetchAttribute addAttribute()
-
setLoad
FetchGroup setLoad(java.lang.Boolean load)
-
setName
FetchGroup setName(java.lang.String name)
-
-