Skip to content

Db schema

amikryukov edited this page Sep 14, 2016 · 6 revisions

Content

  • Entities and relations
  • DB Api model

Can be used MySQL and H2 data bases. Schema generates by hibernate.

Entities and relations

Below you can find diagram with entities which are used to store test data into the database.

Entities relations

DB API model

DB API, implemented with DatabaseService provides ability to fetch all information about test execution.

Dto objects contain all information

DTO objects

Node objects add additional relations

Node objects