|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) B32476-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.toplink.queryframework.SQLResult
oracle.toplink.queryframework.EntityResult
public class EntityResult
Purpose: Concrete class to represent the EntityResult structure as defined by the EJB 3.0 Persistence specification. This class is a subcompent of the SQLResultSetMapping
SQLResultSetMapping| Constructor Summary | |
|---|---|
EntityResult(java.lang.Class entityClass)
|
|
EntityResult(java.lang.String entityClassName)
|
|
| Method Summary | |
|---|---|
void |
addFieldResult(FieldResult fieldResult)
|
java.lang.String |
getDiscriminatorColumn()
Returns the column name for the column that will store the value used to determine the subclass type if applicable. |
java.util.Map |
getFieldResults()
Accessor for the internally stored list of FieldResult. |
boolean |
isEntityResult()
|
void |
setDiscriminatorColumn(java.lang.String column)
Sets the column name for the column that will store the value used to determine the subclass type if applicable. |
| Methods inherited from class oracle.toplink.queryframework.SQLResult |
|---|
isColumnResult |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EntityResult(java.lang.Class entityClass)
public EntityResult(java.lang.String entityClassName)
| Method Detail |
|---|
public void addFieldResult(FieldResult fieldResult)
public java.util.Map getFieldResults()
public java.lang.String getDiscriminatorColumn()
public void setDiscriminatorColumn(java.lang.String column)
public boolean isEntityResult()
isEntityResult in class SQLResult
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||