|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SqlResultSetMapping
| Method Summary | |
|---|---|
List<ColumnResult> |
getColumnResult()
Gets the value of the columnResult property. |
List<EntityResult> |
getEntityResult()
Gets the value of the entityResult property. |
String |
getName()
Gets the value of the name property. |
void |
setName(String value)
Sets the value of the name property. |
| Method Detail |
|---|
List<EntityResult> getEntityResult()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the entityResult property.
For example, to add a new item, do as follows:
getEntityResult().add(newItem);
Objects of the following type(s) are allowed in the list
EntityResult
List<ColumnResult> getColumnResult()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the columnResult property.
For example, to add a new item, do as follows:
getColumnResult().add(newItem);
Objects of the following type(s) are allowed in the list
ColumnResult
String getName()
Stringvoid setName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||