Abstract
    abstract class AbstractAndroidCRUDRepo<ObjectType, IdType>(helper: StandardSQLHelper) : ReadCRUDRepo<ObjectType, IdType> 
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
                Link copied to clipboard
                open suspend override fun getByPagination(pagination: Pagination): PaginationResult<ObjectType>
Content copied to clipboard