Elizaveta Gorbunova

Results 1 comments of Elizaveta Gorbunova

I'm facing the same issue. It occurs randomly. Version com.j256.ormlite:ormlite-android:5.0 ``` @DatabaseTable(tableName = TABLE_NAME) public class DBAccount { @ForeignCollectionField(columnName = USERS) private transient ForeignCollection users; //... public List getUserList() {...