|
EclipseLink 2.4.2, build 'v20130514-5956486' 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.SQLResult
public abstract class SQLResult
Purpose: An abstract superclass that represents the commonalities between the main result types of the SQLResultSetMapping
EntityResult
,
ColumnResult
,
ConstructorResult
Field Summary | |
---|---|
protected SQLResultSetMapping |
sqlResultSetMapping
|
Constructor Summary | |
---|---|
SQLResult()
|
Method Summary | |
---|---|
void |
convertClassNamesToClasses(java.lang.ClassLoader classLoader)
INTERNAL: Convert all the class-name-based settings in this SQLResult to actual class-based settings. |
SQLResultSetMapping |
getSQLResultMapping()
INTERNAL: Return the SQLResultSetMapping this SQLResult is part of. |
abstract java.lang.Object |
getValueFromRecord(DatabaseRecord record,
ResultSetMappingQuery query)
INTERNAL: This method is a convenience method for extracting values from Results |
boolean |
isColumnResult()
Return true if this is a column result. |
boolean |
isConstructorResult()
Return true if this is a constructor result. |
boolean |
isEntityResult()
Return true if this is an entity result. |
void |
setSQLResultMapping(SQLResultSetMapping mapping)
INTERNAL: Set the SQLResultSetMapping this SQLResult is part of. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected SQLResultSetMapping sqlResultSetMapping
Constructor Detail |
---|
public SQLResult()
Method Detail |
---|
public void convertClassNamesToClasses(java.lang.ClassLoader classLoader)
classLoader
- public SQLResultSetMapping getSQLResultMapping()
public boolean isColumnResult()
public boolean isConstructorResult()
public boolean isEntityResult()
public void setSQLResultMapping(SQLResultSetMapping mapping)
public abstract java.lang.Object getValueFromRecord(DatabaseRecord record, ResultSetMappingQuery query)
|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |