Client API

Introduction

Quadrige3 Core :: Client is an API used for client software:

  • Manage an embedded database: schema update, Hibernate mapping, DAO;

  • Connection with a central database

Documentation

Available documentation on local (HsqlDB) database:

  • Tables of the database schema;

  • Entities used by the Hibernate mapping;

  • Queries (HQL format) used by source code.