LiteOrm is a fast, small, powerful ORM framework for Android. LiteOrm makes you do CRUD operarions on SQLite database with a sigle line of code efficiently.
RT.How to create different tables based on same entity?
so for example
@Table(DBConfigs.TABLE_1)
@Table(DBConfigs.TABLE_2)
public class StatusEntity implements Serializable {
private static final long serialVersionUID = 7928759463994787763L;
}
It's not an issue, but since I found no help in other places ,so I submit this question.
If anyone could give me a working example much appreciated.Thx in advanced ( •̀ .̫ •́ )✧
RT.How to create different tables based on same entity?
It's not an issue, but since I found no help in other places ,so I submit this question. If anyone could give me a working example much appreciated.Thx in advanced ( •̀ .̫ •́ )✧