You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class TestA:LitePalSupport() {
var id=0L
var v1 = ""
var v2 = ArrayList()
}
class TestB : LitePalSupport() {
var id = 0L
var v1 = ""
}
TestA持有TestB的集合,目前只能先把TestA的集合里面的TestB先save才会有数据。可以在TestA save的时候自动存储集合里面的TestB吗
The text was updated successfully, but these errors were encountered:
class TestA:LitePalSupport() {
var id=0L
var v1 = ""
var v2 = ArrayList()
}
class TestB : LitePalSupport() {
var id = 0L
var v1 = ""
}
TestA持有TestB的集合,目前只能先把TestA的集合里面的TestB先save才会有数据。可以在TestA save的时候自动存储集合里面的TestB吗
The text was updated successfully, but these errors were encountered: