Package dev.inmo.micro_utils.repos.crud

Types

Link copied to clipboard
abstract class AbstractAndroidCRUDRepo<ObjectType, IdType>(helper: StandardSQLHelper) : ReadStandardCRUDRepo<ObjectType, IdType>
Link copied to clipboard

Properties

Link copied to clipboard
val <T> T.asId: String