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 >
