Uses of Class
com.pyranid.CustomColumnMapper.MappingResult
-
Uses of CustomColumnMapper.MappingResult in com.pyranid
Methods in com.pyranid that return CustomColumnMapper.MappingResultModifier and TypeMethodDescriptionCustomColumnMapper.MappingResult.fallback()
Indicates that this mapper did not map a custom value and prefers to fall back to the behavior of the registeredResultSetMapper
.CustomColumnMapper.map
(StatementContext<?> statementContext, ResultSet resultSet, Object resultSetValue, TargetType targetType, Integer columnIndex, String columnLabel, InstanceProvider instanceProvider) Perform custom mapping of aResultSet
column: given aresultSetValue
, optionally return an instance oftargetType
instead.Indicates a successfully-mapped custom value.