-
Notifications
You must be signed in to change notification settings - Fork 0
Domain model
NestorRomeroUAndes edited this page Jun 25, 2020
·
2 revisions

Keep in mind the following while working with the model on Spring Boot and JHipster
- The model keeps track of HDFS files locations by means of a string array on Sampling and SubSet. Each entry on this array is the URL of one the file on HDFS.
- JHipster does not support the scaffolding of Array list members, you must create them manually directly on Spring Boot.
if you recreate the model from scratch using jhipster, this array list will be lost and you must re create this functionality.
- 0..2 subset relation with algorithm is enforced on the business logic, again Jhipster does not support this type of relation.
- WARNING! take special care if you need to update the model, jhipster will try to overwrite files and carelessly doing so will result in the loss of business logic functionality.