Searched refs:autoGenerate (Results 1 – 16 of 16) sorted by relevance
37 public PrimaryKeyBundle(boolean autoGenerate, List<String> columnNames) { in PrimaryKeyBundle() argument39 mAutoGenerate = autoGenerate; in PrimaryKeyBundle()
114 @PrimaryKey(autoGenerate = true)137 @PrimaryKey(autoGenerate = true)153 @PrimaryKey(autoGenerate = true)170 @PrimaryKey(autoGenerate = true)187 @PrimaryKey(autoGenerate = true)
76 @PrimaryKey(autoGenerate = true)148 @PrimaryKey(autoGenerate = true)
315 @PrimaryKey(autoGenerate = true)330 @PrimaryKey(autoGenerate = true)
24 @PrimaryKey(autoGenerate = true)
26 @PrimaryKey(autoGenerate = true)
27 @PrimaryKey(autoGenerate = true)
31 @PrimaryKey(autoGenerate = true)
57 boolean autoGenerate() default false; in autoGenerate() method
58 @PrimaryKey(autoGenerate = true)
30 @PrimaryKey(autoGenerate = true)
55 @PrimaryKey(autoGenerate = true)
80 @PrimaryKey(autoGenerate = true)
354 val autoGenerate = AnnotationMirrors in <lambda>() constant356 context.checker.check(!autoGenerate || embeddedField.pojo.fields.size == 1, in <lambda>()361 autoGenerateId = autoGenerate) in <lambda>()