toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.crm.repository
/
GroupRepository
/
findByIdWithContacts
find
By
Id
With
Contacts
@
Query
(
value
=
"SELECT DISTINCT g FROM ContactGroup g LEFT JOIN FETCH g.contacts WHERE g.id = :id AND g.tenantId = :tenantId AND g.deletedAt IS NULL"
)
abstract
fun
findByIdWithContacts
(
id
:
String
,
tenantId
:
String
)
:
ContactGroup
?
(
source
)