public class SQLResultSetMapping
extends java.lang.Object
implements java.io.Serializable
Purpose: Concrete class to represent the SQLResultSetMapping structure as defined by the EJB 3.0 Persistence specification. This class is used by the ResultSetMappingQuery and is a component of the EclipsepLink Project
Project
, Serialized FormConstructor and Description |
---|
SQLResultSetMapping(java.lang.Class resultClass)
Defaulting constructor.
|
SQLResultSetMapping(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
addResult(SQLResult result) |
void |
convertClassNamesToClasses(java.lang.ClassLoader classLoader)
INTERNAL: Convert all the class-name-based settings in this SQLResultSetMapping to actual class-based settings.
|
java.lang.String |
getName() |
java.util.List<SQLResult> |
getResults()
Accessor for the internally stored list of ColumnResult.
|
public SQLResultSetMapping(java.lang.Class resultClass)
public SQLResultSetMapping(java.lang.String name)
public void convertClassNamesToClasses(java.lang.ClassLoader classLoader)
classLoader
-public java.lang.String getName()
public void addResult(SQLResult result)
public java.util.List<SQLResult> getResults()