Michael Hoennig
2022-10-21 7d200efbb530ec67011376eda3646f8059c1fc35
TODO cleanup in HsOfficeContactRepository
1 files modified
1 ■■■■ changed files
src/main/java/net/hostsharing/hsadminng/hs/office/contact/HsOfficeContactRepository.java 1 ●●●● patch | view | raw | blame | history
src/main/java/net/hostsharing/hsadminng/hs/office/contact/HsOfficeContactRepository.java
@@ -16,7 +16,6 @@
                WHERE :label is null
                    OR c.label like concat(:label, '%')
               """)
        // TODO.feat: join tables missing
    List<HsOfficeContactEntity> findContactByOptionalLabelLike(String label);
    HsOfficeContactEntity save(final HsOfficeContactEntity entity);