TODO cleanup in HsOfficeContactRepository

This commit is contained in:
Michael Hoennig 2022-10-21 17:31:49 +02:00
parent 97fa23165c
commit 7d200efbb5

View File

@ -16,7 +16,6 @@ public interface HsOfficeContactRepository extends Repository<HsOfficeContactEnt
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);