| java.lang.Object com.bm.utils.NullableSetter
NullableSetter | final public class NullableSetter (Code) | | Sets nullable fields to null.
author: Daniel Wiese since: 16.10.2005 |
setFieldsToNull | public static void setFieldsToNull(List<T> beans, Introspector<T> intro)(Code) | | Sets nullable fields to null.
author: Daniel Wiese since: 16.10.2005< Parameters: T - > -the type of the bean Parameters: beans - -collection of beans Parameters: intro - -the introspector of the bean class |
setFieldsToNull | public static void setFieldsToNull(T bean, Introspector<T> intro)(Code) | | Sets nullable fields to null.
author: Daniel Wiese since: 16.10.2005< Parameters: T - > -the type of the bean Parameters: bean - -the bean Parameters: intro - -the introspector of the bean class |
|
|