ENTITY - The type of entity.public interface GroupingListDeterminer<ENTITY>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
isBreakRow(GroupingListRowResource<ENTITY> rowResource,
ENTITY nextEntity)
Determine whether the grouped row is break.
|
boolean isBreakRow(GroupingListRowResource<ENTITY> rowResource, ENTITY nextEntity)
rowResource - The row resource of grouping list. (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.