Class FetchGroupImpl
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.config.MetadataImpl<FetchGroupMetadata>
-
- org.eclipse.persistence.internal.jpa.config.queries.FetchGroupImpl
-
- All Implemented Interfaces:
FetchGroup
public class FetchGroupImpl extends MetadataImpl<FetchGroupMetadata> implements FetchGroup
JPA scripting API implementation.- Since:
- EclipseLink 2.5.1
- Author:
- Guy Pelletier
-
-
Field Summary
-
Fields inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
metadata
-
-
Constructor Summary
Constructors Constructor Description FetchGroupImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FetchAttributeaddAttribute()FetchGroupsetLoad(java.lang.Boolean load)FetchGroupsetName(java.lang.String name)-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
-
-
-
Method Detail
-
addAttribute
public FetchAttribute addAttribute()
- Specified by:
addAttributein interfaceFetchGroup
-
setLoad
public FetchGroup setLoad(java.lang.Boolean load)
- Specified by:
setLoadin interfaceFetchGroup
-
setName
public FetchGroup setName(java.lang.String name)
- Specified by:
setNamein interfaceFetchGroup
-
-