LitePal库---DataSupport类被弃用

 
用LitePalSupport类替换

在使用LitePal库进行CRUD时需要我们的类继承DataSupport类,发现这个类被弃用了,

/**
 * DataSupport is deprecated and will be removed in the future release.
 * For model inheritance, use {@link LitePalSupport} instead.
 * For static CRUD op, use {@link LitePal} instead.
 *
 * @author Tony Green
 * @since 1.1
 */

我们可以使用LitePalSupport类来替代DataSupport类


posted @ 2018-06-27 10:36  雨中遐想  阅读(4)  评论(0编辑  收藏  举报  来源