Class SqlResultSetMappingImpl
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.config.MetadataImpl<SQLResultSetMappingMetadata>
-
- org.eclipse.persistence.internal.jpa.config.queries.SqlResultSetMappingImpl
-
- All Implemented Interfaces:
SqlResultSetMapping
public class SqlResultSetMappingImpl extends MetadataImpl<SQLResultSetMappingMetadata> implements SqlResultSetMapping
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 SqlResultSetMappingImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColumnResultaddColumnResult()ConstructorResultaddConstructorResult()EntityResultaddEntityResult()SqlResultSetMappingsetName(java.lang.String name)-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
-
-
-
Method Detail
-
addColumnResult
public ColumnResult addColumnResult()
- Specified by:
addColumnResultin interfaceSqlResultSetMapping
-
addConstructorResult
public ConstructorResult addConstructorResult()
- Specified by:
addConstructorResultin interfaceSqlResultSetMapping
-
addEntityResult
public EntityResult addEntityResult()
- Specified by:
addEntityResultin interfaceSqlResultSetMapping
-
setName
public SqlResultSetMapping setName(java.lang.String name)
- Specified by:
setNamein interfaceSqlResultSetMapping
-
-