Home
last modified time | relevance | path

Searched defs:BaseEntityBundle (Results 1 – 2 of 2) sorted by relevance

/room/room-migration/src/commonMain/kotlin/androidx/room/migration/bundle/
DBaseEntityBundle.kt26 sealed class BaseEntityBundle { class
/room/room-testing/src/commonMain/kotlin/androidx/room/testing/
DBundleUtil.kt91 private fun BaseEntityBundle.toColumnNamesSet(): Set<String> { in toColumnNamesSet() method