//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.glossary.persistence.dao/GlossaryTermDao/getAllAssociated
getAllAssociated
[jvm]
abstract suspend fun getAllAssociated(model: GlossaryTermModel): List<GlossaryTermModel>
Get all terms associated with a given term no matter the language.
Return
list of associated terms
Parameters
jvm
model | Term (source) |