public interface DerivedTypeHandler
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Object |
convertToMapValue(HpDerivingSubQueryInfo derivingInfo,
Object selectedValue)
Convert the selected value to derived map value. e.g. to Option
|
Class<?> |
findMappingType(HpDerivingSubQueryInfo derivingInfo)
Find the mapping type of the derived column.
|
Class<?> findMappingType(HpDerivingSubQueryInfo derivingInfo)
derivingInfo - The information of deriving sub-query. (NotNull)Object convertToMapValue(HpDerivingSubQueryInfo derivingInfo, Object selectedValue)
derivingInfo - The information of deriving sub-query. (NotNull)selectedValue - The selected value from database. (NullAllowed)Copyright © 2014–2015 The DBFlute Project. All rights reserved.