Class FetchAttributeImpl
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.config.MetadataImpl<FetchAttributeMetadata>
-
- org.eclipse.persistence.internal.jpa.config.queries.FetchAttributeImpl
-
- All Implemented Interfaces:
FetchAttribute
public class FetchAttributeImpl extends MetadataImpl<FetchAttributeMetadata> implements FetchAttribute
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 FetchAttributeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FetchAttributesetName(java.lang.String name)-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
-
-
-
Method Detail
-
setName
public FetchAttribute setName(java.lang.String name)
- Specified by:
setNamein interfaceFetchAttribute
-
-