Query.uniqueResult

Convenience method to return a single instance that matches the query, or null if the query returns no results. Reusing existing buffer.

  1. T uniqueResult()
  2. T uniqueResult(T obj)
    class Query
    T
    uniqueResult
    (
    T : Object
    )
    (
    T obj
    )

Meta