You could also use custom templates or, if a web application, hit it with a big hammer and trim all form inputs every submit (that's what I did in a Tapestry application).
On Tue, Feb 11, 2014 at 2:31 PM, John Huss <[email protected]> wrote: > You can subclass CayenneDataObject and override writePropertyDirectly. > That should do it. > > > On Tue, Feb 11, 2014 at 1:10 PM, Richard Frovarp <[email protected] > >wrote: > > > 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 > > >
