Small JPA improvements & test code style (#2122)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2024-12-06 13:03:48 +02:00
committed by GitHub
parent efc6d051f7
commit 2a476d1268
17 changed files with 243 additions and 324 deletions

View File

@@ -14,14 +14,7 @@ package org.eclipse.hawkbit.repository.model;
*/
public interface TenantMetaData extends BaseEntity {
/**
* @return default {@link DistributionSetType}.
*/
DistributionSetType getDefaultDsType();
/**
* @return tenant name
*/
String getTenant();
}
}