Class StructImpl
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.config.MetadataImpl<StructMetadata>
-
- org.eclipse.persistence.internal.jpa.config.structures.StructImpl
-
- All Implemented Interfaces:
Struct
public class StructImpl extends MetadataImpl<StructMetadata> implements Struct
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 StructImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StructaddField(java.lang.String field)StructsetName(java.lang.String name)-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
-