Home
last modified time | relevance | path

Searched refs:junctionAnnotation (Results 1 – 1 of 1) sorted by relevance

/room/room-compiler/src/main/kotlin/androidx/room/processor/
DDataClassProcessor.kt557 val junctionAnnotation = annotation["associateBy"]?.asAnnotation() in <lambda>() constant
558 val junctionClassInput = junctionAnnotation?.getAsType("value") in <lambda>()
570 if (junctionAnnotation != null && junctionElement != null) { in <lambda>()
604 val junctionParentColumnName = junctionAnnotation["parentColumn"]?.asString() ?: "" in <lambda>()
627 val junctionEntityColumnName = junctionAnnotation["entityColumn"]?.asString() ?: "" in <lambda>()