Package org.genesys.blocks.model
Interface SelfCleaning
-
public interface SelfCleaningAutomatically trims all strings down to null on persist or merge.- Author:
- Matija Obreza
-
-
Field Summary
Fields Modifier and Type Field Description static org.springframework.util.ReflectionUtils.FieldFilterSTRING_FIELDSFieldFilter that matches all non-static, non-final, strings fields.
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidtrimStringsToNull()Trim strings to null.
-