<X> is the query result type. TypedQuery<Customer> q = em.createQuery("Select c FROM Customer c" , Customer.class);
Thanks, Rick On Thu, Apr 11, 2013 at 3:24 PM, Chris Wolf <cwolf.a...@gmail.com> wrote: > ... in this interface? > > public interface OpenJPAQuery<X> extends TypedQuery<X> > > (an example would be good also) > > Thanks, > > Chris > -- *Rick Curtis*