Package dev. inmo. micro_utils. repos. crud
Types
Link copied to clipboard
abstract class AbstractAndroidCRUDRepo<ObjectType, IdType>(helper: StandardSQLHelper) : ReadStandardCRUDRepo<ObjectType, IdType>
Content copied to clipboard
Link copied to clipboard
abstract class AbstractMutableAndroidCRUDRepo<ObjectType, IdType, InputValueType>(helper: StandardSQLHelper, replyInFlows: Int, extraBufferCapacityInFlows: Int) : AbstractAndroidCRUDRepo<ObjectType, IdType> , WriteStandardCRUDRepo<ObjectType, IdType, InputValueType> , StandardCRUDRepo<ObjectType, IdType, InputValueType>
Content copied to clipboard