* 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>
hawkBit JPA implementation
JPA implementation of the repository. Based on EclipseLink and Spring Data Jpa.