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