| /room/room-compiler/src/test/kotlin/androidx/room/util/ |
| D | SchemaDifferTest.kt | 21 import androidx.room.migration.bundle.EntityBundle in <lambda>() 280 EntityBundle( in <lambda>() 306 EntityBundle( in <lambda>() 357 EntityBundle( in <lambda>() 370 EntityBundle( in <lambda>() 398 EntityBundle( in <lambda>() 411 EntityBundle( in <lambda>() 437 EntityBundle( in <lambda>() 463 EntityBundle( in <lambda>() 478 EntityBundle( in <lambda>() [all …]
|
| /room/room-migration/src/commonTest/kotlin/androidx/room/migration/bundle/ |
| D | EntityBundleTest.kt | 26 EntityBundle( in schemaEquality_same_equal() 36 EntityBundle( in schemaEquality_same_equal() 51 EntityBundle( in schemaEquality_reorderedFields_equal() 61 EntityBundle( in schemaEquality_reorderedFields_equal() 76 EntityBundle( in schemaEquality_diffFields_notEqual() 86 EntityBundle( in schemaEquality_diffFields_notEqual() 101 EntityBundle( in schemaEquality_reorderedForeignKeys_equal() 112 EntityBundle( in schemaEquality_reorderedForeignKeys_equal() 128 EntityBundle( in schemaEquality_diffForeignKeys_notEqual() 138 EntityBundle( in schemaEquality_diffForeignKeys_notEqual() [all …]
|
| D | DatabaseBundleTest.kt | 27 EntityBundle( in buildCreateQueries_noFts() 36 EntityBundle( in buildCreateQueries_noFts() 59 EntityBundle( in buildCreateQueries_withFts() 78 EntityBundle( in buildCreateQueries_withFts() 101 EntityBundle( in buildCreateQueries_withExternalContentFts() 120 EntityBundle( in buildCreateQueries_withExternalContentFts() 143 EntityBundle( in schemaEquality_missingView_notEqual()
|
| /room/room-migration/src/commonMain/kotlin/androidx/room/migration/bundle/ |
| D | EntityBundle.kt | 27 open class EntityBundle( in <lambda>() class 34 ) : BaseEntityBundle(), SchemaEquality<EntityBundle> { in <lambda>() 40 this@EntityBundle.indices.forEach { indexBundle -> add(indexBundle.create(tableName)) } in <lambda>() 44 override fun isSchemaEqual(other: EntityBundle): Boolean { in <lambda>()
|
| D | DatabaseBundle.kt | 55 entitiesByTableName.filterValuesInstance<String, EntityBundle>(), in <lambda>() 56 other.entitiesByTableName.filterValuesInstance<String, EntityBundle>() in <lambda>()
|
| D | SchemaBundle.kt | 66 else -> serializer<EntityBundle>() in selectDeserializer()
|
| /room/room-testing/src/commonMain/kotlin/androidx/room/testing/ |
| D | BundleUtil.kt | 25 import androidx.room.migration.bundle.EntityBundle in <lambda>() 35 internal fun EntityBundle.toTableInfo(): TableInfo { in <lambda>() 95 private fun EntityBundle.toColumnMap(): Map<String, TableInfo.Column> { in toColumnMap() method 104 private fun FieldBundle.toColumn(ownerEntity: EntityBundle): TableInfo.Column { in FieldBundle() 115 private fun findPrimaryKeyPosition(entity: EntityBundle, field: FieldBundle): Int { in findPrimaryKeyPosition()
|
| /room/room-compiler/src/test/kotlin/androidx/room/processor/ |
| D | AutoMigrationProcessorTest.kt | 22 import androidx.room.migration.bundle.EntityBundle in <lambda>() 159 EntityBundle( in <lambda>() 185 EntityBundle( in <lambda>()
|
| /room/room-migration/api/ |
| D | restricted_2.1.0-beta02.txt | 11 …aseBundle(int, String!, java.util.List<androidx.room.migration.bundle.EntityBundle!>!, java.util.L… 13 method public java.util.List<androidx.room.migration.bundle.EntityBundle!>! getEntities(); 14 …method public java.util.Map<java.lang.String!,androidx.room.migration.bundle.EntityBundle!>! getEn… 29 @RestrictTo(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public class EntityBundle { 30 …ctor public EntityBundle(String!, String!, java.util.List<androidx.room.migration.bundle.FieldBund… 42 method public boolean isSchemaEqual(androidx.room.migration.bundle.EntityBundle!); 65 …RY_GROUP_PREFIX) public class FtsEntityBundle extends androidx.room.migration.bundle.EntityBundle {
|
| D | restricted_2.1.0-beta01.txt | 11 …aseBundle(int, String!, java.util.List<androidx.room.migration.bundle.EntityBundle!>!, java.util.L… 13 method public java.util.List<androidx.room.migration.bundle.EntityBundle!>! getEntities(); 14 …method public java.util.Map<java.lang.String!,androidx.room.migration.bundle.EntityBundle!>! getEn… 29 @RestrictTo(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public class EntityBundle { 30 …ctor public EntityBundle(String!, String!, java.util.List<androidx.room.migration.bundle.FieldBund… 42 method public boolean isSchemaEqual(androidx.room.migration.bundle.EntityBundle!); 65 …RY_GROUP_PREFIX) public class FtsEntityBundle extends androidx.room.migration.bundle.EntityBundle {
|
| D | restricted_2.3.0-beta02.txt | 11 …aseBundle(int, String!, java.util.List<androidx.room.migration.bundle.EntityBundle!>!, java.util.L… 13 method public java.util.List<androidx.room.migration.bundle.EntityBundle!>! getEntities(); 14 …method public java.util.Map<java.lang.String!,androidx.room.migration.bundle.EntityBundle!>! getEn… 29 @RestrictTo(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public class EntityBundle { 30 …ctor public EntityBundle(String!, String!, java.util.List<androidx.room.migration.bundle.FieldBund… 42 method public boolean isSchemaEqual(androidx.room.migration.bundle.EntityBundle!); 67 …RY_GROUP_PREFIX) public class FtsEntityBundle extends androidx.room.migration.bundle.EntityBundle {
|
| D | restricted_2.2.0-beta01.txt | 11 …aseBundle(int, String!, java.util.List<androidx.room.migration.bundle.EntityBundle!>!, java.util.L… 13 method public java.util.List<androidx.room.migration.bundle.EntityBundle!>! getEntities(); 14 …method public java.util.Map<java.lang.String!,androidx.room.migration.bundle.EntityBundle!>! getEn… 29 @RestrictTo(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public class EntityBundle { 30 …ctor public EntityBundle(String!, String!, java.util.List<androidx.room.migration.bundle.FieldBund… 42 method public boolean isSchemaEqual(androidx.room.migration.bundle.EntityBundle!); 67 …RY_GROUP_PREFIX) public class FtsEntityBundle extends androidx.room.migration.bundle.EntityBundle {
|
| D | restricted_2.3.0-beta01.txt | 11 …aseBundle(int, String!, java.util.List<androidx.room.migration.bundle.EntityBundle!>!, java.util.L… 13 method public java.util.List<androidx.room.migration.bundle.EntityBundle!>! getEntities(); 14 …method public java.util.Map<java.lang.String!,androidx.room.migration.bundle.EntityBundle!>! getEn… 29 @RestrictTo(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public class EntityBundle { 30 …ctor public EntityBundle(String!, String!, java.util.List<androidx.room.migration.bundle.FieldBund… 42 method public boolean isSchemaEqual(androidx.room.migration.bundle.EntityBundle!); 67 …RY_GROUP_PREFIX) public class FtsEntityBundle extends androidx.room.migration.bundle.EntityBundle {
|
| D | restricted_2.4.0-beta02.txt | 11 …aseBundle(int, String!, java.util.List<androidx.room.migration.bundle.EntityBundle!>!, java.util.L… 13 method public java.util.List<androidx.room.migration.bundle.EntityBundle!>! getEntities(); 14 …method public java.util.Map<java.lang.String!,androidx.room.migration.bundle.EntityBundle!>! getEn… 29 @RestrictTo(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public class EntityBundle { 30 …ctor public EntityBundle(String!, String!, java.util.List<androidx.room.migration.bundle.FieldBund… 42 method public boolean isSchemaEqual(androidx.room.migration.bundle.EntityBundle!); 67 …RY_GROUP_PREFIX) public class FtsEntityBundle extends androidx.room.migration.bundle.EntityBundle {
|
| D | restricted_2.4.0-beta03.txt | 11 …aseBundle(int, String!, java.util.List<androidx.room.migration.bundle.EntityBundle!>!, java.util.L… 13 method public java.util.List<androidx.room.migration.bundle.EntityBundle!>! getEntities(); 14 …method public java.util.Map<java.lang.String!,androidx.room.migration.bundle.EntityBundle!>! getEn… 29 @RestrictTo(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public class EntityBundle { 30 …ctor public EntityBundle(String!, String!, java.util.List<androidx.room.migration.bundle.FieldBund… 42 method public boolean isSchemaEqual(androidx.room.migration.bundle.EntityBundle!); 67 …RY_GROUP_PREFIX) public class FtsEntityBundle extends androidx.room.migration.bundle.EntityBundle {
|
| D | restricted_2.4.0-beta01.txt | 11 …aseBundle(int, String!, java.util.List<androidx.room.migration.bundle.EntityBundle!>!, java.util.L… 13 method public java.util.List<androidx.room.migration.bundle.EntityBundle!>! getEntities(); 14 …method public java.util.Map<java.lang.String!,androidx.room.migration.bundle.EntityBundle!>! getEn… 29 @RestrictTo(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public class EntityBundle { 30 …ctor public EntityBundle(String!, String!, java.util.List<androidx.room.migration.bundle.FieldBund… 42 method public boolean isSchemaEqual(androidx.room.migration.bundle.EntityBundle!); 67 …RY_GROUP_PREFIX) public class FtsEntityBundle extends androidx.room.migration.bundle.EntityBundle {
|
| D | restricted_2.3.0-beta03.txt | 11 …aseBundle(int, String!, java.util.List<androidx.room.migration.bundle.EntityBundle!>!, java.util.L… 13 method public java.util.List<androidx.room.migration.bundle.EntityBundle!>! getEntities(); 14 …method public java.util.Map<java.lang.String!,androidx.room.migration.bundle.EntityBundle!>! getEn… 29 @RestrictTo(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public class EntityBundle { 30 …ctor public EntityBundle(String!, String!, java.util.List<androidx.room.migration.bundle.FieldBund… 42 method public boolean isSchemaEqual(androidx.room.migration.bundle.EntityBundle!); 67 …RY_GROUP_PREFIX) public class FtsEntityBundle extends androidx.room.migration.bundle.EntityBundle {
|
| D | restricted_2.6.0-beta01.txt | 13 …identityHash, java.util.List<? extends androidx.room.migration.bundle.EntityBundle> entities, java… 15 method public java.util.List<androidx.room.migration.bundle.EntityBundle> getEntities(); 16 …method public java.util.Map<java.lang.String,androidx.room.migration.bundle.EntityBundle> getEntit… 22 property public java.util.List<androidx.room.migration.bundle.EntityBundle> entities; 23 …property public java.util.Map<java.lang.String,androidx.room.migration.bundle.EntityBundle> entiti… 30 …tityCreateComparator implements java.util.Comparator<androidx.room.migration.bundle.EntityBundle> { 32 …nt compare(androidx.room.migration.bundle.EntityBundle firstEntity, androidx.room.migration.bundle… 45 …REFIX) public class EntityBundle implements androidx.room.migration.bundle.SchemaEquality<androidx… 46 …ctor public EntityBundle(@com.google.gson.annotations.SerializedName("tableName") String tableName… 58 method public boolean isSchemaEqual(androidx.room.migration.bundle.EntityBundle other); [all …]
|
| D | restricted_2.6.0-beta02.txt | 13 …identityHash, java.util.List<? extends androidx.room.migration.bundle.EntityBundle> entities, java… 15 method public java.util.List<androidx.room.migration.bundle.EntityBundle> getEntities(); 16 …method public java.util.Map<java.lang.String,androidx.room.migration.bundle.EntityBundle> getEntit… 22 property public java.util.List<androidx.room.migration.bundle.EntityBundle> entities; 23 …property public java.util.Map<java.lang.String,androidx.room.migration.bundle.EntityBundle> entiti… 30 …tityCreateComparator implements java.util.Comparator<androidx.room.migration.bundle.EntityBundle> { 32 …nt compare(androidx.room.migration.bundle.EntityBundle firstEntity, androidx.room.migration.bundle… 45 …REFIX) public class EntityBundle implements androidx.room.migration.bundle.SchemaEquality<androidx… 46 …ctor public EntityBundle(@com.google.gson.annotations.SerializedName("tableName") String tableName… 58 method public boolean isSchemaEqual(androidx.room.migration.bundle.EntityBundle other); [all …]
|
| D | restricted_2.5.0-beta02.txt | 13 …identityHash, java.util.List<? extends androidx.room.migration.bundle.EntityBundle> entities, java… 15 method public java.util.List<androidx.room.migration.bundle.EntityBundle> getEntities(); 16 …method public java.util.Map<java.lang.String,androidx.room.migration.bundle.EntityBundle> getEntit… 22 property public java.util.List<androidx.room.migration.bundle.EntityBundle> entities; 23 …property public java.util.Map<java.lang.String,androidx.room.migration.bundle.EntityBundle> entiti… 30 …tityCreateComparator implements java.util.Comparator<androidx.room.migration.bundle.EntityBundle> { 32 …nt compare(androidx.room.migration.bundle.EntityBundle firstEntity, androidx.room.migration.bundle… 45 …REFIX) public class EntityBundle implements androidx.room.migration.bundle.SchemaEquality<androidx… 46 …ctor public EntityBundle(@com.google.gson.annotations.SerializedName("tableName") String tableName… 58 method public boolean isSchemaEqual(androidx.room.migration.bundle.EntityBundle other); [all …]
|
| D | restricted_2.5.0-beta01.txt | 13 …identityHash, java.util.List<? extends androidx.room.migration.bundle.EntityBundle> entities, java… 15 method public java.util.List<androidx.room.migration.bundle.EntityBundle> getEntities(); 16 …method public java.util.Map<java.lang.String,androidx.room.migration.bundle.EntityBundle> getEntit… 22 property public java.util.List<androidx.room.migration.bundle.EntityBundle> entities; 23 …property public java.util.Map<java.lang.String,androidx.room.migration.bundle.EntityBundle> entiti… 30 …tityCreateComparator implements java.util.Comparator<androidx.room.migration.bundle.EntityBundle> { 32 …nt compare(androidx.room.migration.bundle.EntityBundle firstEntity, androidx.room.migration.bundle… 45 …REFIX) public class EntityBundle implements androidx.room.migration.bundle.SchemaEquality<androidx… 46 …ctor public EntityBundle(@com.google.gson.annotations.SerializedName("tableName") String tableName… 58 method public boolean isSchemaEqual(androidx.room.migration.bundle.EntityBundle other); [all …]
|
| /room/room-migration/bcv/native/ |
| D | current.txt | 303 …EntityBundle : androidx.room.migration.bundle/BaseEntityBundle, androidx.room.migration.bundle/Sch… 304 …al/SerializationConstructorMarker?) // androidx.room.migration.bundle/EntityBundle.<init>|<init>(k… 305 …ion.bundle/ForeignKeyBundle> = ...) // androidx.room.migration.bundle/EntityBundle.<init>|<init>(k… 307 open val createSql // androidx.room.migration.bundle/EntityBundle.createSql|{}createSql[0] 308 …open fun <get-createSql>(): kotlin/String // androidx.room.migration.bundle/EntityBundle.createSql… 309 open val fields // androidx.room.migration.bundle/EntityBundle.fields|{}fields[0] 310 ….room.migration.bundle/FieldBundle> // androidx.room.migration.bundle/EntityBundle.fields.<get-fie… 311 open val foreignKeys // androidx.room.migration.bundle/EntityBundle.foreignKeys|{}foreignKeys[0] 312 ….migration.bundle/ForeignKeyBundle> // androidx.room.migration.bundle/EntityBundle.foreignKeys.<ge… 313 open val indices // androidx.room.migration.bundle/EntityBundle.indices|{}indices[0] [all …]
|
| D | 2.7.0-beta01.txt | 303 …EntityBundle : androidx.room.migration.bundle/BaseEntityBundle, androidx.room.migration.bundle/Sch… 304 …al/SerializationConstructorMarker?) // androidx.room.migration.bundle/EntityBundle.<init>|<init>(k… 305 …ion.bundle/ForeignKeyBundle> = ...) // androidx.room.migration.bundle/EntityBundle.<init>|<init>(k… 307 open val createSql // androidx.room.migration.bundle/EntityBundle.createSql|{}createSql[0] 308 …open fun <get-createSql>(): kotlin/String // androidx.room.migration.bundle/EntityBundle.createSql… 309 open val fields // androidx.room.migration.bundle/EntityBundle.fields|{}fields[0] 310 ….room.migration.bundle/FieldBundle> // androidx.room.migration.bundle/EntityBundle.fields.<get-fie… 311 open val foreignKeys // androidx.room.migration.bundle/EntityBundle.foreignKeys|{}foreignKeys[0] 312 ….migration.bundle/ForeignKeyBundle> // androidx.room.migration.bundle/EntityBundle.foreignKeys.<ge… 313 open val indices // androidx.room.migration.bundle/EntityBundle.indices|{}indices[0] [all …]
|
| /room/room-compiler/src/main/kotlin/androidx/room/vo/ |
| D | Entity.kt | 22 import androidx.room.migration.bundle.EntityBundle in <lambda>() 88 EntityBundle( in <lambda>()
|
| /room/room-compiler/src/main/kotlin/androidx/room/writer/ |
| D | AutoMigrationWriter.kt | 31 import androidx.room.migration.bundle.EntityBundle in <lambda>() 194 if (newEntityBundle is EntityBundle) { in <lambda>() 355 table: EntityBundle, in <lambda>() 425 if (addedTable.entityBundle is EntityBundle) { in <lambda>()
|