Files
hawkbit/hawkbit-repository/hawkbit-repository-jpa-eclipselink
Stanislav Trailov 5e72ea4522 Set old sql translator as a fallback in eclipseLink (#2387)
* Set old sql translator as a fallback in eclipseLink

Signed-off-by: strailov <Stanislav.Trailov@bosch.io>

* small refactor

Signed-off-by: strailov <Stanislav.Trailov@bosch.io>

* fix minor code smell

Signed-off-by: strailov <Stanislav.Trailov@bosch.io>

---------

Signed-off-by: strailov <Stanislav.Trailov@bosch.io>
2025-05-02 12:18:00 +03:00
..
2025-02-11 12:50:51 +02:00
2025-02-11 12:50:51 +02:00

hawkBit JPA EclipseLink Vendor integration

Implementation of EclipseLink JPA vendor.

Since there seem to be bug in eclipselink static weaver or eclipselink-maven-plugin - don't weave properly the abstract classes when no non-abstract entity into the maven module - we use to have fake entity in the module to make it work.