ENTITY - The type of entity.public interface PagingHandler<ENTITY>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
count()
Execute SQL for count.
|
PagingBean |
getPagingBean()
Get the bean of paging.
|
List<ENTITY> |
paging()
Execute SQL for paging.
|
PagingBean getPagingBean()
int count()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.