ENTITY - The type of entity.COLUMN - The type of column.@FunctionalInterface public interface EntityColumnExtractor<ENTITY,COLUMN>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
COLUMN |
extract(ENTITY entity)
Extract the column value from the entity.
|
Copyright © 2014–2015 The DBFlute Project. All rights reserved.