Files
hawkbit/hawkbit-repository/hawkbit-repository-jpa
Avgustin Marinov fdd00623b5 Add insertable = false with updateable = false (#2027)
add insertable = false on same places where hibernate validatire requires

the purpose is that code become more less eclipselink bound and to be closer to potentially hibernate supported

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2024-11-14 14:30:10 +02:00
..

hawkBit JPA implementation

JPA implementation of the repository. Based on EclipseLink and Spring Data Jpa.