I'm using Apache Cayenne as an ORM in my web application and I want to get a list of all entity classes that are managed by Cayenne (for example [Person.class,Account.class,...]).
My goal is to register these classes in an Object<->PrimaryKey Converter for easy parameter handling.
How would I do that?
Thanks.
EDIT: I'm using Cayenne 3.0