AE
import org.springframework.data.jpa.domain.AbstractPersistable
data class Test(val id: Long, val f: String): AbstractPersistable<Long>()
val t0 = Test(id=1, f = "test")
val (id, f) = t0
println("to: $t0 || id: $id || f: $f || isNew: ${t0.isNew}")
Size: a a a
AE
import org.springframework.data.jpa.domain.AbstractPersistable
data class Test(val id: Long, val f: String): AbstractPersistable<Long>()
val t0 = Test(id=1, f = "test")
val (id, f) = t0
println("to: $t0 || id: $id || f: $f || isNew: ${t0.isNew}")
AE
VA
IH
AE
AE
IH
IH
AE
IH
AE
IH
AE
BP
AE
AE
AE
IH
AE