* Extend current SQL translator in EclipseLink * Initialize translator in static block Signed-off-by: strailov <Stanislav.Trailov@bosch.io> * translation methods to static Signed-off-by: strailov <Stanislav.Trailov@bosch.io> * handle DataIntegrityViolation in rest core Signed-off-by: strailov <Stanislav.Trailov@bosch.io> --------- Signed-off-by: strailov <Stanislav.Trailov@bosch.io>
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.