Merge branch 'master' into 'enhancement/7886'
re #7886 Assembly validator completed (validating sql query, parameter name in select and parameter location) + displaying temp error message.Added title for edit / add assembly forms.Added toString method for all domains.
re #7881 ability to create or edit a user configuration and set or edit its basic attributes, operator value and configuration name are validated, if operator value is wrong user is redirected to main page, auto increment functionality changed to IDENTITY
re #7886 Assembly validator in progress (validating assembly SQLQuery + locations for existing assembly, not tested for new assembly).Added comments.Removing unused imports.
re #7886 Adding + Editing parameters in assembly (only logic + pushing into database, which is not tested -> need JS implementation for adding new parameter).Updated hibernate dialect from oracle 10 to oracle 12c.Equals method comparing domain by id.
re #7881 loading of attributes of assembly on main page
re #7871 Displaying list of assemblies + displaying result table of selected assembly.
re #7779 Convert TableColumn -> ContingencyTableRow and send it to frontend. SQL query is now executed in specific class DatabaseInterface via SqlQueryManager.
re #7839 Repositories with basic methods created, domain class attributes mapped to names from database, services with basic methods created
re #7668 Project init with connecting to demo database