On Oct 25, 2007, at 9:41 PM, Gilberto C Andrade wrote:
Will the cayenne modeler support the ability to add Persistent Types
(Entities, etc) to the ORM XML?
It does not at the moment, only Cayenne XML format. In the future -
possibly.
* It does NOT require annotations.
* It does require regular Cayenne mapping created with
CayenneModeler.
* It does require class enhancement.
But how can we change/customize the mapping, since we are dealing
with a
legacy database?
Via CayenneModeler, as the option I mentioned uses Cayenne XML
format, not JPA.
Andrus