com.khubla.pragmatach.framework.dao
Interface Pager<T>

All Known Implementing Classes:
PagerImpl

public interface Pager<T>

an iterator for objects, produced by a DAO

Author:
tome

Method Summary
 boolean hasNext()
           
 List<T> next()
           
 

Method Detail

hasNext

boolean hasNext()

next

List<T> next()
             throws PragmatachException
Throws:
PragmatachException


Copyright © 2014 khubla.com. All rights reserved.