TODO cleanup in HsOfficeContactRepository
This commit is contained in:
parent
97fa23165c
commit
7d200efbb5
@ -16,7 +16,6 @@ public interface HsOfficeContactRepository extends Repository<HsOfficeContactEnt
|
|||||||
WHERE :label is null
|
WHERE :label is null
|
||||||
OR c.label like concat(:label, '%')
|
OR c.label like concat(:label, '%')
|
||||||
""")
|
""")
|
||||||
// TODO.feat: join tables missing
|
|
||||||
List<HsOfficeContactEntity> findContactByOptionalLabelLike(String label);
|
List<HsOfficeContactEntity> findContactByOptionalLabelLike(String label);
|
||||||
|
|
||||||
HsOfficeContactEntity save(final HsOfficeContactEntity entity);
|
HsOfficeContactEntity save(final HsOfficeContactEntity entity);
|
||||||
|
Loading…
Reference in New Issue
Block a user