re #8014 Login into app + session for user.
re #7981 re #7979 re #7974 default table name added, assembly order implemented, parameter order in configuration implemented
re #7988 Parameters are now deleted from assembly + deleted parametersInConfiguration, which was created by deleted parameter.re #7989 Added / deleted parameters are now instantly showed in page (refreshing not needed).
re #7887 Deleting configurations and assemblies, Minor restructuralization.
Merge branch 'master' into 'enhancement/7886'
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 #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