Searched refs:MISSING_PRIMARY_KEY (Results 1 – 3 of 3) sorted by relevance
72 val MISSING_PRIMARY_KEY = "An entity must have at least 1 field annotated with @PrimaryKey" constant
246 context.checker.check(candidates.isNotEmpty(), element, ProcessorErrors.MISSING_PRIMARY_KEY) in <lambda>()
271 .withErrorContaining(ProcessorErrors.MISSING_PRIMARY_KEY) in <lambda>()