Hi all, if you’d like to drop the “get"-prefix from your DataObject accessor methods, here’s a pom-file and a template to help. The pom/template combination generates a BeanInfo class for each entity that java reads to check the names of getter and setter methods. If you use this, Cayenne will function perfectly with getter methods that don’t include the “get”-prefix. I included the wosuperclass-template which generate EOF style DataObject classes, just to make the example complete.
https://gist.github.com/hugith/377ed698b6966d25bcd65ccd9970aa7c - hugi