ERP 2.50:Developers Guide/Reference
This section of the Developers Guide contains reference manuals for both the database model, entity model and the Java api.
The Database Model reference gives a complete overview of all tables and columns (and their relations).
The Entity Model is used by the Data Access Layer and the REST webservices. This reference is usefull when creating HQL or Criteria queries for Hibernate.
The REST XML Schema reference contains the formal definition of the XML which is produced and consumed by the REST webservices.
The Hibernate Mapping contains a link to the complete hibernate mapping file as it is generated by Openbravo.
The Java API contains the Java doc for main parts of Openbravo which are of interest for application developers.
The Extension Points contains the list of core's available Extension Points.
Finally the Java Coding Conventions reference gives an overview of the coding practices followed by the Openbravo development team.
Languages: |
Subordinate pages:
- ERP 2.50:Developers Guide/Database Model
- ERP 2.50:Developers Guide/Reference/Entity Model
- ERP 2.50:Developers Guide/Reference/REST XML Schema Definition
- ERP 2.50:Developers Guide/Reference/Hibernate Mapping
- ERP 2.50:Developers Guide/Reference/JavaAPI
- ERP 2.50:Developers Guide/Reference/ExtensionPoints
- ERP 2.50:Developers Guide/Java Coding Conventions
- ERP 2.50:Developers Guide/Openbravo.properties
- ERP 2.50:Developers Guide/Format xml
ERP 2.50:Developers Guide/Concepts/JSON REST Web Services | ERP 2.50:Developers Guide/Database Model