Skip to content

Commit

Permalink
IVIS-46: - Updated Database layer chapter.
Browse files Browse the repository at this point in the history
  • Loading branch information
RuslanPopenko committed Oct 21, 2016
1 parent a8a50eb commit 11740b4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/basic_concepts/database_layer.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
Database Layer
==============

* `Database information`_
* `Integrity`_

Database information
--------------------

Currently iVIS database represented by `MySQL <http://www.mysql.com/>`_.

You can change it in properties (*JdbcDriver*, *JdbcUrl*, *Hibernate.dialect*).

.. note::
Using something other database instead MySQL not tested.

Integrity
---------

Reporting about changing of information storing in DB something other way (e.g. manually run sql script) instead
Hibernate is missing.

If database has not mapped on entity columns, they are ignored by Hibernate.

0 comments on commit 11740b4

Please sign in to comment.