TypedQuery

Undocumented in source.

Constructors

this
this(CriteriaQuery!(T, F) query, EntityManager manager)
Undocumented in source.

Members

Functions

getResultAs
R getResultAs()
Undocumented in source. Be warned that the author may not have intended to support it.
getResultList
T[] getResultList()
Undocumented in source. Be warned that the author may not have intended to support it.
getSingleResult
Object getSingleResult()
Undocumented in source. Be warned that the author may not have intended to support it.
setFirstResult
TypedQuery!(T, F) setFirstResult(int startPosition)
Undocumented in source. Be warned that the author may not have intended to support it.
setMaxResults
TypedQuery!(T, F) setMaxResults(int maxResult)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta