History log of /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/ext/element_ext.kt
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a3a639f77c2d82b09b5cbcd4125b1d3b2a8ed252 18-Sep-2017 Yigit Boyar <yboyar@google.com> Ignore transient fields while processing Pojos

Bug: 62600692
Test: PojoProcessorTest#ignoreTransient
Change-Id: I5e8753543dacdccc99ca7154b04bcd196993f087
/frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/ext/element_ext.kt
b2bfd37e6320e795bffafe24cfdc6a1d1b3da035 21-Jul-2017 Yuichi Araki <yaraki@google.com> NOT NULL constraint by @NonNull

NonNull entity fields automatically have NOT NULL constraint in SQLite.

A field is regarded as NonNull when it is either one of these:
- A primitive type
- Annotated with @android.support.annotation.NonNull
- Annotated with @org.jetbrains.annotations.NotNull

Bug: 62007004
Test: SimpleEntityReadWriteTest, EntityProcessorTest
Change-Id: I1d06a89874e8804cca87736573eb0b81166bbab0
/frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/ext/element_ext.kt
64db0cc15b78b62a1d44a70fc8b4552e660d952c 17-Apr-2017 Yigit Boyar <yboyar@google.com> Mass package renaming from android.support to android.arch

Bug: 37429162
Test: ./gradlew check passes

Change-Id: I911766254b6a9f957ef90429a1efc01c209d693a
/frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/ext/element_ext.kt