Searched defs:getResultList (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.java126 public List<X> getResultList() { method in class:TypedQueryWrapper
129 return (List<X>) super.getResultList();
H A DQueryWrapper.java75 * are closed/discarded after each call to getSingleResult/getResultList.
189 public List getResultList() { method in class:QueryWrapper
195 return delegate.getResultList();

Completed in 26 milliseconds