Axelor Doc

Managing Objects

Objects are defined using an XML syntax validated by XSD schema. This XML definition is transformed into JPA entity by the eclipse plugin Axelor. The deployment of the application, the ORM, namely Hibernate uses this definition to create a table for the object and columns corresponding to the attributes of the object.

The entities of a module is defined in the directory src/main/resources/domains . This directory will be used by the code generator to generate the corresponding classes.