Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Both framework and plugin2 have new versions. DeltaShell has to find to 1.2 to 1.3 mappings for framework and 1.1 to 1.2 mappings for plugin2. Since not all entity mappings change the logic is as follows.

Per mapping file: (file:*) file
1 Try to find exact match for the version that is in the db. So for entity River of Plugin2 try to find the mapping river.hbm.1.1.xml
2 If this is not found try to find the first earlier version and use this.
3 If none found use the 'normal' hbm.xml.

...