//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.glossary.persistence.dao/DefaultGlossaryTermDao/areAssociated
areAssociated
[jvm]
open suspend override fun areAssociated(sourceId: Int, targetId: Int): Boolean
Determine whether two terms are associated.
Return
true if the terms are associated, false otherwise
Parameters
jvm
sourceId | Source term ID |
targetId | Target term ID |