com.ibm.websphere.sdo.mediator.jdbc
Interface PagerFactory
- public interface PagerFactory
Field Summary
Modifier and Type | Field and Description |
---|---|
|
soleInstance
|
Method Summary
Modifier and Type | Method and Description |
---|---|
createCountingPager(int pageSize)
Create a CountingPager with the specified page size
|
|
createCountingPager(int pageSize,commonj.sdo.DataObject arguments)
Create a CountingPager with the specified page size and arguments
|
|
createPager(int pageSize)
Create a Pager with the specified page size
|
|
createPager(int pageSize,commonj.sdo.DataObject arguments)
Create a pager with the specified page size and arguments
|
Field Detail
soleInstance
- static final PagerFactory soleInstance
Method Detail
createPager
- Pager createPager(int pageSize)
- throws MediatorException
Create a Pager with the specified page size
createPager
- Pager createPager(int pageSize,
- commonj.sdo.DataObject arguments)
- throws MediatorException
Create a pager with the specified page size and arguments
createCountingPager
- CountingPager createCountingPager( int pageSize)
- throws MediatorException
Create a CountingPager with the specified page size
createCountingPager
- CountingPager createCountingPager( int pageSize,
- commonj.sdo.DataObject arguments)
- throws MediatorException
Create a CountingPager with the specified page size and arguments