Hi all, I have some logic in a Listener that uses @PrePersist to populate the value of a required attribute before committing changes. Turns out this doesn’t work, since Cayenne invokes validateForInsert() before running @PrePersist.
Any suggestions for where I can invoke logic populates required values before validation? Cheers, - hugi