Modifier and Type | Required Element and Description |
---|---|
String |
name
The name given to the result set mapping, and used to refer to it in the methods of the Query API
|
Modifier and Type | Optional Element and Description |
---|---|
ColumnResult[] |
columns
Specifies the result set mapping to scalar values
|
EntityResult[] |
entities
Specifies the result set mapping to entities
|
public abstract String name
public abstract EntityResult[] entities
public abstract ColumnResult[] columns