Upon insert I want to trim strings going into the database. Is there an easy way to configure this?

I know I can override all of the appropriate functions for my settings and use StringUtils.trim(), then call super, but I would like an easier method that I'm less likely to forget to do.

Thanks,
Richard

Reply via email to