android项目迁移到androidX:类映射(android.arch.*)

2023-10-30

android.arch.core

 

支持库类

AndroidX 类
core.executor.AppToolkitTaskExecutor androidx.arch.core.executor.AppToolkitTaskExecutor
core.executor.ArchTaskExecutor androidx.arch.core.executor.ArchTaskExecutor
core.executor.DefaultTaskExecutor androidx.arch.core.executor.DefaultTaskExecutor
core.executor.JunitTaskExecutorRule androidx.arch.core.executor.JunitTaskExecutorRule
core.executor.TaskExecutor androidx.arch.core.executor.TaskExecutor
core.executor.TaskExecutorWithFakeMainThread androidx.arch.core.executor.TaskExecutorWithFakeMainThread
core.executor.testing.CountingTaskExecutorRule androidx.arch.core.executor.testing.CountingTaskExecutorRule
core.executor.testing.InstantTaskExecutorRule androidx.arch.core.executor.testing.InstantTaskExecutorRule
core.internal.FastSafeIterableMap androidx.arch.core.internal.FastSafeIterableMap
core.internal.SafeIterableMap androidx.arch.core.internal.SafeIterableMap
core.util.Function androidx.arch.core.util.Function

 

android.arch.lifecycle

支持库类 AndroidX 类
lifecycle.AndroidViewModel androidx.lifecycle.AndroidViewModel
lifecycle.ClassesInfoCache androidx.lifecycle.ClassesInfoCache
lifecycle.CompositeGeneratedAdaptersObserver androidx.lifecycle.CompositeGeneratedAdaptersObserver
lifecycle.ComputableLiveData androidx.lifecycle.ComputableLiveData
lifecycle.DefaultLifecycleObserver androidx.lifecycle.DefaultLifecycleObserver
lifecycle.Elements_extKt androidx.lifecycle.Elements_extKt
lifecycle.EmptyActivityLifecycleCallbacks androidx.lifecycle.EmptyActivityLifecycleCallbacks
lifecycle.ErrorMessages androidx.lifecycle.ErrorMessages
lifecycle.FullLifecycleObserver androidx.lifecycle.FullLifecycleObserver
lifecycle.FullLifecycleObserverAdapter androidx.lifecycle.FullLifecycleObserverAdapter
lifecycle.GeneratedAdapter androidx.lifecycle.GeneratedAdapter
lifecycle.GenericLifecycleObserver androidx.lifecycle.GenericLifecycleObserver
lifecycle.HolderFragment androidx.lifecycle.HolderFragment
lifecycle.Input_collectorKt androidx.lifecycle.Input_collectorKt
lifecycle.Lifecycle androidx.lifecycle.Lifecycle
lifecycle.LifecycleDispatcher androidx.lifecycle.LifecycleDispatcher
lifecycle.LifecycleObserver androidx.lifecycle.LifecycleObserver
lifecycle.LifecycleOwner androidx.lifecycle.LifecycleOwner
lifecycle.LifecycleProcessor androidx.lifecycle.LifecycleProcessor
lifecycle.LifecycleRegistry androidx.lifecycle.LifecycleRegistry
lifecycle.LifecycleRegistryOwner androidx.lifecycle.LifecycleRegistryOwner
lifecycle.LifecycleService androidx.lifecycle.LifecycleService
lifecycle.Lifecycling androidx.lifecycle.Lifecycling
lifecycle.LiveData androidx.lifecycle.LiveData
lifecycle.LiveDataReactiveStreams androidx.lifecycle.LiveDataReactiveStreams
lifecycle.MediatorLiveData androidx.lifecycle.MediatorLiveData
lifecycle.MethodCallsLogger androidx.lifecycle.MethodCallsLogger
lifecycle.model.AdapterClass androidx.lifecycle.model.AdapterClass
lifecycle.model.AdapterClassKt androidx.lifecycle.model.AdapterClassKt
lifecycle.model.EventMethod androidx.lifecycle.model.EventMethod
lifecycle.model.EventMethodCall androidx.lifecycle.model.EventMethodCall
lifecycle.model.InputModel androidx.lifecycle.model.InputModel
lifecycle.model.LifecycleObserverInfo androidx.lifecycle.model.LifecycleObserverInfo
lifecycle.MutableLiveData androidx.lifecycle.MutableLiveData
lifecycle.Observer androidx.lifecycle.Observer
lifecycle.ObserversCollector androidx.lifecycle.ObserversCollector
lifecycle.OnLifecycleEvent androidx.lifecycle.OnLifecycleEvent
lifecycle.ProcessLifecycleOwner androidx.lifecycle.ProcessLifecycleOwner
lifecycle.ProcessLifecycleOwnerInitializer androidx.lifecycle.ProcessLifecycleOwnerInitializer
lifecycle.ReflectiveGenericLifecycleObserver androidx.lifecycle.ReflectiveGenericLifecycleObserver
lifecycle.ReportFragment androidx.lifecycle.ReportFragment
lifecycle.ServiceLifecycleDispatcher androidx.lifecycle.ServiceLifecycleDispatcher
lifecycle.SingleGeneratedAdapterObserver androidx.lifecycle.SingleGeneratedAdapterObserver
lifecycle.TransformationKt androidx.lifecycle.TransformationKt
lifecycle.Transformations androidx.lifecycle.Transformations
lifecycle.Validator androidx.lifecycle.Validator
lifecycle.ViewModel androidx.lifecycle.ViewModel
lifecycle.ViewModelProvider androidx.lifecycle.ViewModelProvider
lifecycle.ViewModelProviders androidx.lifecycle.ViewModelProviders
lifecycle.ViewModelStore androidx.lifecycle.ViewModelStore
lifecycle.ViewModelStoreOwner androidx.lifecycle.ViewModelStoreOwner
lifecycle.ViewModelStores androidx.lifecycle.ViewModelStores
lifecycle.WriterKt androidx.lifecycle.WriterKt

 

android.arch.paging

支持库类 AndroidX 类
paging.AsyncPagedListDiffer androidx.paging.AsyncPagedListDiffer
paging.ContiguousDataSource androidx.paging.ContiguousDataSource
paging.ContiguousPagedList androidx.paging.ContiguousPagedList
paging.DataSource androidx.paging.DataSource
paging.ItemKeyedDataSource androidx.paging.ItemKeyedDataSource
paging.ListDataSource androidx.paging.ListDataSource
paging.LivePagedListBuilder androidx.paging.LivePagedListBuilder
paging.LivePagedListProvider androidx.paging.LivePagedListProvider
paging.PagedList androidx.paging.PagedList
paging.PagedListAdapter androidx.paging.PagedListAdapter
paging.PagedStorage androidx.paging.PagedStorage
paging.PagedStorageDiffHelper androidx.paging.PagedStorageDiffHelper
paging.PageKeyedDataSource androidx.paging.PageKeyedDataSource
paging.PageResult androidx.paging.PageResult
paging.PositionalDataSource androidx.paging.PositionalDataSource
paging.RxPagedListBuilder androidx.paging.RxPagedListBuilder
paging.SnapshotPagedList androidx.paging.SnapshotPagedList
paging.TiledDataSource androidx.paging.TiledDataSource
paging.TiledPagedList androidx.paging.TiledPagedList
paging.WrapperItemKeyedDataSource androidx.paging.WrapperItemKeyedDataSource
paging.WrapperPageKeyedDataSource androidx.paging.WrapperPageKeyedDataSource
paging.WrapperPositionalDataSource androidx.paging.WrapperPositionalDataSource

 

android.arch.persistence

支持库类 AndroidX 类
persistence.db.framework.FrameworkSQLiteDatabase androidx.sqlite.db.framework.FrameworkSQLiteDatabase
persistence.db.framework.FrameworkSQLiteOpenHelper androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper
persistence.db.framework.FrameworkSQLiteOpenHelperFactory androidx.sqlite.db.framework.FrameworkSQLiteOpenHelperFactory
persistence.db.framework.FrameworkSQLiteProgram androidx.sqlite.db.framework.FrameworkSQLiteProgram
persistence.db.framework.FrameworkSQLiteStatement androidx.sqlite.db.framework.FrameworkSQLiteStatement
persistence.db.SimpleSQLiteQuery androidx.sqlite.db.SimpleSQLiteQuery
persistence.db.SupportSQLiteDatabase androidx.sqlite.db.SupportSQLiteDatabase
persistence.db.SupportSQLiteOpenHelper androidx.sqlite.db.SupportSQLiteOpenHelper
persistence.db.SupportSQLiteProgram androidx.sqlite.db.SupportSQLiteProgram
persistence.db.SupportSQLiteQuery androidx.sqlite.db.SupportSQLiteQuery
persistence.db.SupportSQLiteQueryBuilder androidx.sqlite.db.SupportSQLiteQueryBuilder
persistence.db.SupportSQLiteStatement androidx.sqlite.db.SupportSQLiteStatement
persistence.room.ColumnInfo androidx.room.ColumnInfo
persistence.room.Dao androidx.room.Dao
persistence.room.Database androidx.room.Database
persistence.room.DatabaseConfiguration androidx.room.DatabaseConfiguration
persistence.room.Delete androidx.room.Delete
persistence.room.Embedded androidx.room.Embedded
persistence.room.EmptyResultSetException androidx.room.EmptyResultSetException
persistence.room.Entity androidx.room.Entity
persistence.room.EntityDeletionOrUpdateAdapter androidx.room.EntityDeletionOrUpdateAdapter
persistence.room.EntityInsertionAdapter androidx.room.EntityInsertionAdapter
persistence.room.ext.AndroidTypeNames androidx.room.ext.AndroidTypeNames
persistence.room.ext.ArchTypeNames androidx.room.ext.ArchTypeNames
persistence.room.ext.CommonTypeNames androidx.room.ext.CommonTypeNames
persistence.room.ext.Element_extKt androidx.room.ext.Element_extKt
persistence.room.ext.GuavaBaseTypeNames androidx.room.ext.GuavaBaseTypeNames
persistence.room.ext.GuavaUtilConcurrentTypeNames androidx.room.ext.GuavaUtilConcurrentTypeNames
persistence.room.ext.Javapoet_extKt androidx.room.ext.Javapoet_extKt
persistence.room.ext.KotlinMetadataProcessor androidx.room.ext.KotlinMetadataProcessor
persistence.room.ext.LifecyclesTypeNames androidx.room.ext.LifecyclesTypeNames
persistence.room.ext.PagingTypeNames androidx.room.ext.PagingTypeNames
persistence.room.ext.ReactiveStreamsTypeNames androidx.room.ext.ReactiveStreamsTypeNames
persistence.room.ext.RoomGuavaTypeNames androidx.room.ext.RoomGuavaTypeNames
persistence.room.ext.RoomRxJava2TypeNames androidx.room.ext.RoomRxJava2TypeNames
persistence.room.ext.RoomTypeNames androidx.room.ext.RoomTypeNames
persistence.room.ext.RxJava2TypeNames androidx.room.ext.RxJava2TypeNames
persistence.room.ext.SupportDbTypeNames androidx.room.ext.SupportDbTypeNames
persistence.room.ForeignKey androidx.room.ForeignKey
persistence.room.guava.GuavaRoom androidx.room.guava.GuavaRoom
persistence.room.Ignore androidx.room.Ignore
persistence.room.Index androidx.room.Index
persistence.room.Insert androidx.room.Insert
persistence.room.InvalidationTracker androidx.room.InvalidationTracker
persistence.room.log.RLog androidx.room.log.RLog
persistence.room.migration.bundle.BundleUtil androidx.room.migration.bundle.BundleUtil
persistence.room.migration.bundle.DatabaseBundle androidx.room.migration.bundle.DatabaseBundle
persistence.room.migration.bundle.EntityBundle androidx.room.migration.bundle.EntityBundle
persistence.room.migration.bundle.FieldBundle androidx.room.migration.bundle.FieldBundle
persistence.room.migration.bundle.ForeignKeyBundle androidx.room.migration.bundle.ForeignKeyBundle
persistence.room.migration.bundle.IndexBundle androidx.room.migration.bundle.IndexBundle
persistence.room.migration.bundle.PrimaryKeyBundle androidx.room.migration.bundle.PrimaryKeyBundle
persistence.room.migration.bundle.SchemaBundle androidx.room.migration.bundle.SchemaBundle
persistence.room.migration.bundle.SchemaEquality androidx.room.migration.bundle.SchemaEquality
persistence.room.migration.bundle.SchemaEqualityUtil androidx.room.migration.bundle.SchemaEqualityUtil
persistence.room.migration.Migration androidx.room.migration.Migration
persistence.room.OnConflictStrategy androidx.room.OnConflictStrategy
persistence.room.paging.LimitOffsetDataSource androidx.room.paging.LimitOffsetDataSource
persistence.room.parser.Collate androidx.room.parser.Collate
persistence.room.parser.ParsedQuery androidx.room.parser.ParsedQuery
persistence.room.parser.ParserErrors androidx.room.parser.ParserErrors
persistence.room.parser.QueryType androidx.room.parser.QueryType
persistence.room.parser.QueryVisitor androidx.room.parser.QueryVisitor
persistence.room.parser.Section androidx.room.parser.Section
persistence.room.parser.SectionType androidx.room.parser.SectionType
persistence.room.parser.SQLiteBaseListener androidx.room.parser.SQLiteBaseListener
persistence.room.parser.SQLiteBaseVisitor androidx.room.parser.SQLiteBaseVisitor
persistence.room.parser.SQLiteLexer androidx.room.parser.SQLiteLexer
persistence.room.parser.SQLiteListener androidx.room.parser.SQLiteListener
persistence.room.parser.SQLiteParser androidx.room.parser.SQLiteParser
persistence.room.parser.SQLiteVisitor androidx.room.parser.SQLiteVisitor
persistence.room.parser.SqlParser androidx.room.parser.SqlParser
persistence.room.parser.SQLTypeAffinity androidx.room.parser.SQLTypeAffinity
persistence.room.parser.Table androidx.room.parser.Table
persistence.room.preconditions.Checks androidx.room.preconditions.Checks
persistence.room.PrimaryKey androidx.room.PrimaryKey
persistence.room.processor.cache.Cache androidx.room.processor.cache.Cache
persistence.room.processor.Context androidx.room.processor.Context
persistence.room.processor.CustomConverterProcessor androidx.room.processor.CustomConverterProcessor
persistence.room.processor.DaoProcessor androidx.room.processor.DaoProcessor
persistence.room.processor.DatabaseProcessor androidx.room.processor.DatabaseProcessor
persistence.room.processor.DeletionMethodProcessor androidx.room.processor.DeletionMethodProcessor
persistence.room.processor.EntityProcessor androidx.room.processor.EntityProcessor
persistence.room.processor.FieldProcessor androidx.room.processor.FieldProcessor
persistence.room.processor.InsertionMethodProcessor androidx.room.processor.InsertionMethodProcessor
persistence.room.processor.OnConflictProcessor androidx.room.processor.OnConflictProcessor
persistence.room.processor.PojoMethodProcessor androidx.room.processor.PojoMethodProcessor
persistence.room.processor.PojoProcessor androidx.room.processor.PojoProcessor
persistence.room.processor.ProcessorErrors androidx.room.processor.ProcessorErrors
persistence.room.processor.QueryMethodProcessor androidx.room.processor.QueryMethodProcessor
persistence.room.processor.QueryParameterProcessor androidx.room.processor.QueryParameterProcessor
persistence.room.processor.RawQueryMethodProcessor androidx.room.processor.RawQueryMethodProcessor
persistence.room.processor.ShortcutMethodProcessor androidx.room.processor.ShortcutMethodProcessor
persistence.room.processor.ShortcutAramecutProcessor androidx.room.processor.ShortcutAramecutProcessor
persistence.room.processor.SuppressWarningProcessor androidx.room.processor.SuppressWarningProcessor
persistence.room.processor.TransactionMethodProcessor androidx.room.processor.TransactionMethodProcessor
persistence.room.processor.UpdateMethodProcessor androidx.room.processor.UpdateMethodProcessor
persistence.room.Query androidx.room.Query
persistence.room.RawQuery androidx.room.RawQuery
persistence.room.Relation androidx.room.Relation
persistence.room.Room androidx.room.Room
persistence.room.RoomDatabase androidx.room.RoomDatabase
persistence.room.RoomMasterTable androidx.room.RoomMasterTable
persistence.room.RoomOpenHelper androidx.room.RoomOpenHelper
persistence.room.RoomProcessor androidx.room.RoomProcessor
persistence.room.RoomSQLiteQuery androidx.room.RoomSQLiteQuery
persistence.room.RoomWarnings androidx.room.RoomWarnings
persistence.room.RxRoom androidx.room.RxRoom
persistence.room.SharedSQLiteStatement androidx.room.SharedSQLiteStatement
persistence.room.SkipQueryVerification androidx.room.SkipQueryVerification
persistence.room.solver.binderprovider.CursorQueryResultBinderProvider androidx.room.solver.binderprovider.CursorQueryResultBinderProvider
persistence.room.solver.binderprovider.DataSourceFactoryQueryResultBinderProvider androidx.room.solver.binderprovider.DataSourceFactoryQueryResultBinderProvider
persistence.room.solver.binderprovider.DataSourceQueryResultBinderProvider androidx.room.solver.binderprovider.DataSourceQueryResultBinderProvider
persistence.room.solver.binderprovider.FlowableQueryResultBinderProvider androidx.room.solver.binderprovider.FlowableQueryResultBinderProvider
persistence.room.solver.binderprovider.GuavaListenableFutureQueryResultBinderProvider androidx.room.solver.binderprovider.GuavaListenableFutureQueryResultBinderProvider
persistence.room.solver.binderprovider.InstantQueryResultBinderProvider androidx.room.solver.binderprovider.InstantQueryResultBinderProvider
persistence.room.solver.binderprovider.LiveDataQueryResultBinderProvider androidx.room.solver.binderprovider.LiveDataQueryResultBinderProvider
persistence.room.solver.binderprovider.RxCallableQueryResultBinderProvider androidx.room.solver.binderprovider.RxCallableQueryResultBinderProvider
persistence.room.solver.binderprovider.RxMaybeQueryResultBinderProvider androidx.room.solver.binderprovider.RxMaybeQueryResultBinderProvider
persistence.room.solver.binderprovider.RxSingleQueryResultBinderProvider androidx.room.solver.binderprovider.RxSingleQueryResultBinderProvider
persistence.room.solver.CodeGenScope androidx.room.solver.CodeGenScope
persistence.room.solver.ObservableQueryResultBinderProvider androidx.room.solver.ObservableQueryResultBinderProvider
persistence.room.solver.query.parameter.ArrayQueryParameterAdapter androidx.room.solver.query.parameter.ArrayQueryParameterAdapter
persistence.room.solver.query.parameter.BasicQueryParameterAdapter androidx.room.solver.query.parameter.BasicQueryParameterAdapter
persistence.room.solver.query.parameter.CollectionQueryParameterAdapter androidx.room.solver.query.parameter.CollectionQueryParameterAdapter
persistence.room.solver.query.parameter.QueryParameterAdapter androidx.room.solver.query.parameter.QueryParameterAdapter
persistence.room.solver.query.result.ArrayQueryResultAdapter androidx.room.solver.query.result.ArrayQueryResultAdapter
persistence.room.solver.query.result.BaseObservableQueryResultBinder androidx.room.solver.query.result.BaseObservableQueryResultBinder
persistence.room.solver.query.result.CursorQueryResultBinder androidx.room.solver.query.result.CursorQueryResultBinder
persistence.room.solver.query.result.DataSourceFactoryQueryResultBinder androidx.room.solver.query.result.DataSourceFactoryQueryResultBinder
persistence.room.solver.query.result.EntityRowAdapter androidx.room.solver.query.result.EntityRowAdapter
persistence.room.solver.query.result.FlowableQueryResultBinder androidx.room.solver.query.result.FlowableQueryResultBinder
persistence.room.solver.query.result.GuavaListenableFutureQueryResultBinder androidx.room.solver.query.result.GuavaListenableFutureQueryResultBinder
persistence.room.solver.query.result.GuavaOptionalQueryResultAdapter androidx.room.solver.query.result.GuavaOptionalQueryResultAdapter
persistence.room.solver.query.result.InstantQueryResultBinder androidx.room.solver.query.result.InstantQueryResultBinder
persistence.room.solver.query.result.ListQueryResultAdapter androidx.room.solver.query.result.ListQueryResultAdapter
persistence.room.solver.query.result.LiveDataQueryResultBinder androidx.room.solver.query.result.LiveDataQueryResultBinder
persistence.room.solver.query.result.OptionalQueryResultAdapter androidx.room.solver.query.result.OptionalQueryResultAdapter
persistence.room.solver.query.result.PojoRowAdapter androidx.room.solver.query.result.PojoRowAdapter
persistence.room.solver.query.result.PositionalDataSourceQueryResultBinder androidx.room.solver.query.result.PositionalDataSourceQueryResultBinder
persistence.room.solver.query.result.QueryResultAdapter androidx.room.solver.query.result.QueryResultAdapter
persistence.room.solver.query.result.QueryResultBinder androidx.room.solver.query.result.QueryResultBinder
persistence.room.solver.query.result.RowAdapter androidx.room.solver.query.result.RowAdapter
persistence.room.solver.query.result.RxCallableQueryResultBinder androidx.room.solver.query.result.RxCallableQueryResultBinder
persistence.room.solver.query.result.SingleColumnRowAdapter androidx.room.solver.query.result.SingleColumnRowAdapter
persistence.room.solver.query.resultSingleEntityQueryResultAdapter androidx.room.solver.query.result.SingleEntityQueryResultAdapter
persistence.room.solver.query.result.TransactionWrapper androidx.room.solver.query.result.TransactionWrapper
persistence.room.solver.query.result.TransactionWrapperKt androidx.room.solver.query.result.TransactionWrapperKt
persistence.room.solver.QueryResultBinderProvider androidx.room.solver.QueryResultBinderProvider
persistence.room.solver.TypeAdapterStore androidx.room.solver.TypeAdapterStore
persistence.room.solver.types.BoxedBooleanToBoxedIntConverter androidx.room.solver.types.BoxedBooleanToBoxedIntConverter
persistence.room.solver.types.BoxedPrimitiveColumnTypeAdapter androidx.room.solver.types.BoxedPrimitiveColumnTypeAdapter
persistence.room.solver.types.ByteArrayColumnTypeAdapter androidx.room.solver.types.ByteArrayColumnTypeAdapter
persistence.room.solver.types.ColumnTypeAdapter androidx.room.solver.types.ColumnTypeAdapter
persistence.room.solver.types.CompositeAdapter androidx.room.solver.types.CompositeAdapter
persistence.room.solver.types.CompositeTypeConverter androidx.room.solver.types.CompositeTypeConverter
persistence.room.solver.types.CursorValueReader androidx.room.solver.types.CursorValueReader
persistence.room.solver.types.CustomTypeConverterWrapper androidx.room.solver.types.CustomTypeConverterWrapper
persistence.room.solver.types.NoOpConverter androidx.room.solver.types.NoOpConverter
persistence.room.solver.types.PrimitiveBooleanToIntConverter androidx.room.solver.types.PrimitiveBooleanToIntConverter
persistence.room.solver.types.PrimitiveColumnTypeAdapter androidx.room.solver.types.PrimitiveColumnTypeAdapter
persistence.room.solver.types.StatementValuebin androidx.room.solver.types.StatementValueBinder
persistence.room.solver.types.StringColumnTypeAdapter androidx.room.solver.types.StringColumnTypeAdapter
persistence.room.solver.types.TypeConverter androidx.room.solver.types.TypeConverter
persistence.room.testing.MigrationTestHelper androidx.room.testing.MigrationTestHelper
persistence.room.Transaction androidx.room.Transaction
persistence.room.TypeConverter androidx.room.TypeConverter
persistence.room.TypeConverters androidx.room.TypeConverters
persistence.room.Update androidx.room.Update
persistence.room.util.StringUtil androidx.room.util.StringUtil
persistence.room.util.TableInfo androidx.room.util.TableInfo
persistence.room.verifier.ColumnInfo androidx.room.verifier.ColumnInfo
persistence.room.verifier.DatabaseVerificaitonErrors androidx.room.verifier.DatabaseVerificationErrors
persistence.room.verifier.DatabaseVerificationErrors androidx.room.verifier.DatabaseVerificationErrors
persistence.room.verifier.DatabaseVerifier androidx.room.verifier.DatabaseVerifier
persistence.room.verifier.QueryResultInfo androidx.room.verifier.QueryResultInfo
persistence.room.vo.CallType androidx.room.vo.CallType
persistence.room.vo.Constructor androidx.room.vo.Constructor
persistence.room.vo.CustomTypeConverter androidx.room.vo.CustomTypeConverter
persistence.room.vo.Dao androidx.room.vo.Dao
persistence.room.vo.DaoMethod androidx.room.vo.DaoMethod
persistence.room.vo.Database androidx.room.vo.Database
persistence.room.vo.DeletionMethod androidx.room.vo.DeletionMethod
persistence.room.vo.EmbeddedField androidx.room.vo.EmbeddedField
persistence.room.vo.Entity androidx.room.vo.Entity
persistence.room.vo.Field androidx.room.vo.Field
persistence.room.vo.FieldGetter androidx.room.vo.FieldGetter
persistence.room.vo.FieldSetter androidx.room.vo.FieldSetter
persistence.room.vo.FieldWithIndex androidx.room.vo.FieldWithIndex
persistence.room.vo.ForeignKey androidx.room.vo.ForeignKey
persistence.room.vo.ForeignKeyAction androidx.room.vo.ForeignKeyAction
persistence.room.vo.HasSchemaIdentity androidx.room.vo.HasSchemaIdentity
persistence.room.vo.Index androidx.room.vo.Index
persistence.room.vo.InsertionMethod androidx.room.vo.InsertionMethod
persistence.room.vo.Pojo androidx.room.vo.Pojo
persistence.room.vo.PojoMethod androidx.room.vo.PojoMethod
persistence.room.vo.PrimaryKey androidx.room.vo.PrimaryKey
persistence.room.vo.QueryMethod androidx.room.vo.QueryMethod
persistence.room.vo.QueryParameter androidx.room.vo.QueryParameter
persistence.room.vo.RawQueryMethod androidx.room.vo.RawQueryMethod
persistence.room.vo.Relation androidx.room.vo.Relation
persistence.room.vo.RelationCollector androidx.room.vo.RelationCollector
persistence.room.vo.SchemaIdentityKey androidx.room.vo.SchemaIdentityKey
persistence.room.vo.ShortcutMethod androidx.room.vo.ShortcutMethod
persistence.room.vo.ShortcutQueryParameter androidx.room.vo.ShortcutQueryParameter
persistence.room.vo.TransactionMethod androidx.room.vo.TransactionMethod
persistence.room.vo.UpdateMethod androidx.room.vo.UpdateMethod
persistence.room.vo.Warning androidx.room.vo.Warning
persistence.room.writer.ClassWriter androidx.room.writer.ClassWriter
persistence.room.writer.DaoWriter androidx.room.writer.DaoWriter
persistence.room.writer.DatabaseWriter androidx.room.writer.DatabaseWriter
persistence.room.writer.EntityCursorConverterWriter androidx.room.writer.EntityCursorConverterWriter
persistence.room.writer.EntityDeleteComparator androidx.room.writer.EntityDeleteComparator
persistence.room.writer.EntityDeletionAdapterWriter androidx.room.writer.EntityDeletionAdapterWriter
persistence.room.writer.EntityInsertionAdapterWriter androidx.room.writer.EntityInsertionAdapterWriter
persistence.room.writer.EntityUpdateAdapterWriter androidx.room.writer.EntityUpdateAdapterWriter
persistence.room.writer.FieldReadWriteWriter androidx.room.writer.FieldReadWriteWriter
persistence.room.writer.PreparedStatementWriter androidx.room.writer.PreparedStatementWriter
persistence.room.writer.QueryWriter androidx.room.writer.QueryWriter
persistence.room.writer.RelationCollectorMethodWriter androidx.room.writer.RelationCollectorMethodWriter
persistence.room.writer.SQLiteOpenHelperWriter androidx.room.writer.SQLiteOpenHelperWriter
persistence.room.writer.TableInfoValidationWriter androidx.room.writer.TableInfoValidationWriter
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

android项目迁移到androidX:类映射(android.arch.*) 的相关文章

随机推荐