Searched refs:Update (Results 1 – 25 of 49) sorted by relevance
12
26 @Update28 @Update30 @Update32 @Update(onConflict=OnConflictStrategy.NONE)35 @Update37 @Update39 @Update42 @Update45 @Update47 @Update[all …]
22 import androidx.room.Update35 @Update(onConflict = OnConflictStrategy.REPLACE) fun updateOrReplace(toy: Toy): Int37 @Update(onConflict = OnConflictStrategy.IGNORE) fun updateOrIgnore(toy: Toy): Int
23 import androidx.room.Update38 @Update fun update(t: T)44 @Update suspend fun suspendUpdate(t: T)
30 import androidx.room.Update88 @Update fun updatePublishers(vararg publishers: Publisher) in addPublishers()90 @Update fun updatePublishersCompletable(vararg publishers: Publisher): Completable in addPublishers()92 @Update fun updatePublishersMaybe(vararg publishers: Publisher): Maybe<Int> in addPublishers()94 @Update fun updatePublishersSingle(vararg publishers: Publisher): Single<Int> in addPublishers()96 @Update fun updatePublishersCount(vararg publishers: Publisher): Int in addPublishers()217 @Update suspend fun updateBookSuspend(book: Book) in addPublishers()219 @Update suspend fun updateBookWithResultSuspend(book: Book): Int in addPublishers()
23 import androidx.room.Update;40 @Update(onConflict = OnConflictStrategy.REPLACE)43 @Update(onConflict = OnConflictStrategy.IGNORE)
30 import androidx.room.Update;114 @Update117 @Update(entity = User.class)120 @Update123 @Update126 @Update129 @Update340 @Update343 @Update
27 import androidx.room.Update;39 @Update
27 import androidx.room.Update;126 @Update
19 import androidx.room.Update in <lambda>()35 DeleteOrUpdateShortcutFunctionProcessorTest<UpdateFunction>(Update::class) { in <lambda>()
20 import androidx.room.Update in <lambda>()36 delegate.extractAnnotation(Update::class, ProcessorErrors.MISSING_UPDATE_ANNOTATION) in <lambda>()
25 import androidx.room.Update in <lambda>()51 Update::class, in <lambda>()119 } else if (function.hasAnnotation(Update::class)) { in <lambda>()120 Update::class in <lambda>()182 functions[Update::class]?.map { in <lambda>()
24 import androidx.room.Update in <lambda>()
78 public annotation class Update( class
31 import androidx.room.Update;44 @Update
28 import androidx.room.Update in <lambda>()58 @Update fun update(vararg item: QueryInterceptorEntity) in <lambda>()
41 import androidx.room.Update229 @Update suspend fun update(entity: SampleEntity) in getSingleItemWithColumn()
419 open annotation class androidx.room/Update : kotlin/Annotation { // androidx.room/Update|null[0]420 …constructor <init>(kotlin.reflect/KClass<*> = ..., kotlin/Int = ...) // androidx.room/Update.<init…422 final val entity // androidx.room/Update.entity|{}entity[0]423 …final fun <get-entity>(): kotlin.reflect/KClass<*> // androidx.room/Update.entity.<get-entity>|<ge…424 final val onConflict // androidx.room/Update.onConflict|{}onConflict[0]425 …final fun <get-onConflict>(): kotlin/Int // androidx.room/Update.onConflict.<get-onConflict>|<get-…
140 …va.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.CLASS) public @interface Update {
191 …va.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.CLASS) public @interface Update {
189 …va.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.CLASS) public @interface Update {
180 …va.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.CLASS) public @interface Update {
209 …va.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.CLASS) public @interface Update {