spring-framework / org.springframework.jdbc.core / BeanPropertyRowMapper / setCheckFullyPopulated

setCheckFullyPopulated

open fun setCheckFullyPopulated(checkFullyPopulated: Boolean): Unit

Set whether we're strictly validating that all bean properties have been mapped from corresponding database fields.

Default is false, accepting unpopulated properties in the target bean.