Documentation Request: Add javax.persistence API to the > Navigation > Reference

19 views
Skip to first unread message

Brandon Donnelson

unread,
Oct 6, 2011, 1:59:54 PM10/6/11
to google-we...@googlegroups.com

It would be nice to be able to quickly reference the javax.persistence Api in the left navigation list. In writing Request factory code, it would be nice to reference the things that go along with it. 

For example the RequestFactory > expenses example, what is setFirstResult(int) refer to?

package com.google.gwt.sample.expenses.server.domain.Employee

List<Employee> resultList = em.createQuery("select o from Employee o").setFirstResult(

          firstResult).setMaxResults(maxResults).getResultList();

Brandon Donnelson

Kritic

unread,
Oct 7, 2011, 3:50:10 AM10/7/11
to google-we...@googlegroups.com
+1
Reply all
Reply to author
Forward
0 new messages