Interface SingleResultQuery
-
- All Known Implementing Classes:
SingleResultQueryList
,SingleResultQueryResult
public interface SingleResultQuery
Marker interface for queries returning single results.- Since:
- EclipseLink 2.6.0.
- Author:
- Dmitry Kornilov
- See Also:
SingleResultQueryResult
,SingleResultQueryList
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<javax.xml.bind.JAXBElement>
getFields()
Gets a list fields.void
setFields(java.util.List<javax.xml.bind.JAXBElement> fields)
Sets a list of fields.
-