Search:

Type: Posts; User: amitabh_a; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    594

    Thanks for replying. I ended up using a decorator...

    Thanks for replying. I ended up using a decorator pattern to implement paging. Let's say I have the following:
    BaseServiceInterface
    BaseServiceImpl implements BaseServiceInterface (this contains...
  2. Replies
    2
    Views
    594

    @PreFilter and paging

    I have a method that calls Oracle db to return a subset of data - for example row 41-51 of a list of users. everytime I click next, the class calls oracle with for the next ten users. Basically...
Results 1 to 2 of 2