Zybercik00 / DataSyncExcel

The Excel File Handling Application is a tool designed for efficient data management from Excel files. It provides capabilities to read, save data to a database, and search for specific information within the Excel files.
0 stars 0 forks source link

Store attributes in the database #11

Closed acebanenco closed 1 year ago

acebanenco commented 1 year ago

Currently attributes that can be used for mapping are stored in Java code. Application should keep metainfo in database so when new DB changes are added it should be available for mapping.

Zybercik00 commented 1 year ago

Need to get knowledge about Hibernate inheritance, SuperBuilder, @EqualsAndHashCode(callSuper = true, onlyExplicitlyIncluded = true) and also understand how to get attributes from the database.

acebanenco commented 1 year ago

Kindly follow below script:

Zybercik00 commented 1 year ago

I don't understand why in the attributes.json and mappings.json files we only have a few cases (instances) of attribute types or mappings.

acebanenco commented 1 year ago

I don't understand why in the attributes.json and mappings.json files we only have a few cases (instances) of attribute types or mappings.

It wasn't important to have all attributes and mappings to test the concept.