users@cargotracker.java.net

Re: Re: Re: How to deal with Filtering, Pagination and Sorting with DDD Repository-JAVAEE 7

From: reza_rahman <reza_rahman_at_lycos.com>
Date: Mon, 28 Mar 2016 15:07:44 -0400

Yes, that is accurate.
Sent via the Samsung Galaxy S7, an AT&T 4G LTE smartphone
-------- Original message --------From: iury.lira_at_gmail.com Date: 3/28/16 3:03 PM (GMT-05:00) To: reza_rahman_at_lycos.com Subject: Re: Re: Re: How to deal with Filtering, Pagination and Sorting with
  DDD Repository-JAVAEE 7
Dear Reza,

You mean, create a pagination helper class annotated with
@RequestScoped, so inside the rest resource's method populate the
pagination helper class and  on the JPA implementation repository get
the pagination class by @Inject. That is it?