EqlQuery

Undocumented in source.

Constructors

this
this(string eql, EntityManager em)
Undocumented in source.
this
this(string query_eql, Pageable page, EntityManager em)
Undocumented in source.

Members

Aliases

ResultObj
alias ResultObj = T[0]
Undocumented in source.
executeUpdate
alias executeUpdate = exec
Undocumented in source.

Functions

affectedRows
int affectedRows()
Undocumented in source. Be warned that the author may not have intended to support it.
exec
int exec()
Undocumented in source. Be warned that the author may not have intended to support it.
getExecSql
string getExecSql()
Undocumented in source. Be warned that the author may not have intended to support it.
getNativeResult
RowSet getNativeResult()
Undocumented in source. Be warned that the author may not have intended to support it.
getPageResult
Page!ResultObj getPageResult()
Undocumented in source. Be warned that the author may not have intended to support it.
getResultList
ResultObj[] getResultList()
Undocumented in source. Be warned that the author may not have intended to support it.
getSingleResult
ResultObj getSingleResult()
Undocumented in source. Be warned that the author may not have intended to support it.
lastInsertId
int lastInsertId()
Undocumented in source. Be warned that the author may not have intended to support it.
setFirstResult
EqlQuery setFirstResult(long startPosition)
Undocumented in source. Be warned that the author may not have intended to support it.
setMaxResults
EqlQuery setMaxResults(long maxResult)
Undocumented in source. Be warned that the author may not have intended to support it.
setParameter
EqlQuery setParameter(int idx, R param)

idx: It starts from 1.

setParameter
EqlQuery setParameter(string idx, R param)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta