Searched defs:getSingleResult (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/common/container-common/src/main/java/com/sun/enterprise/container/common/impl/
H A DTypedQueryWrapper.java134 public X getSingleResult() { method in class:TypedQueryWrapper
137 return (X) super.getSingleResult();
H A DQueryWrapper.java75 * are closed/discarded after each call to getSingleResult/getResultList.
204 public Object getSingleResult() { method in class:QueryWrapper
210 return delegate.getSingleResult();

Completed in 16 milliseconds