Files
hawkbit/hawkbit-repository/hawkbit-repository-jpa
Alexander Dobler 8c0bd2ffd2 Replace NoCountPagingRepository by interface with dedicated findAllWithoutCount (#1146)
* Replace NoCountPagingRepository by enhanced BaseRepository

Signed-off-by: Alexander Dobler <alexander.dobler3@bosch.io>

* Add missed withoutcount call in distributionsettype find all

Signed-off-by: Alexander Dobler <alexander.dobler3@bosch.io>

* Add missing overrides to NoCountRepository implementation

Signed-off-by: Alexander Dobler <alexander.dobler3@bosch.io>

* Remove need of repository by referencing base class directly in configuration

Signed-off-by: Alexander Dobler <alexander.dobler3@bosch.io>
2021-08-04 17:46:31 +02:00
..
2021-02-12 08:22:26 +01:00
2016-06-04 21:42:04 +02:00

hawkBit JPA implementation

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