ENTITY - The type of entity.public interface GroupingRowEndDeterminer<ENTITY>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
determine(GroupingRowResource<ENTITY> rowResource,
ENTITY nextEntity)
Determine whether the grouping row is end.
|
boolean determine(GroupingRowResource<ENTITY> rowResource, ENTITY nextEntity)
rowResource - The resource of grouping row. (NotNull and the property 'groupingRowList' is not empty and the property 'currentEntity' is not null)nextEntity - The entity of next element. (NotNull and the rowResource does not contain yet)Copyright © 2014–2015 The DBFlute Project. All rights reserved.