Searched refs:ENTITY (Results 1 – 4 of 4) sorted by relevance
53 val ENTITY = XClassName.get("foo.bar", "MyEntity") in toSource() constant243 return XTypeSpec.classBuilder(ENTITY) in createEntity()245 addAnnotation(XAnnotationSpec.builder(RoomAnnotationTypeNames.ENTITY).build()) in createEntity()320 addMember("entities", XCodeBlock.of("{%T.class}", ENTITY)) in createDatabase()372 returns(ENTITY) in createDao()
33 import androidx.room.processor.ProcessorErrors.AmbiguousColumnLocation.ENTITY in <lambda>()91 is EntityRowAdapter.EntityMapping -> ENTITY to it.entity.typeName in <lambda>()
1215 AmbiguousColumnLocation.ENTITY -> { in <lambda>()1230 ENTITY, in <lambda>()
104 val ENTITY = XClassName.get(ROOM_PACKAGE, "Entity") constant