|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.persistence.queries.SQLResultSetMapping
public class SQLResultSetMapping
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
Field Summary | |
---|---|
protected java.lang.String |
name
Stores the name of this SQLResultSetMapping. |
protected java.util.List |
results
Stores the list of SQLResult in the order they were added to the Mapping |
Constructor Summary | |
---|---|
SQLResultSetMapping(java.lang.String name)
|
Method Summary | |
---|---|
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 |
getResults()
Accessor for the internally stored list of ColumnResult. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String name
protected java.util.List results
Constructor Detail |
---|
public SQLResultSetMapping(java.lang.String name)
Method Detail |
---|
public void convertClassNamesToClasses(java.lang.ClassLoader classLoader)
classLoader
- public java.lang.String getName()
public void addResult(SQLResult result)
public java.util.List getResults()
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |