Searched refs:RELATION_IN_ENTITY (Results 1 – 3 of 3) sorted by relevance
344 val RELATION_IN_ENTITY = "Entities cannot have relations." constant
27 import androidx.room.processor.ProcessorErrors.RELATION_IN_ENTITY in <lambda>()69 context.checker.check(pojo.relations.isEmpty(), element, RELATION_IN_ENTITY) in <lambda>()
21 import androidx.room.processor.ProcessorErrors.RELATION_IN_ENTITY in <lambda>()1474 }.failsToCompile().withErrorContaining(RELATION_IN_ENTITY) in <lambda>()