<https://kotlinlang.slack.com/archives/random/p146...
# random
m
https://kotlinlang.slack.com/archives/random/p1462885605000756 The thing I never got about entity objects is - why have anything but snapshots? My naive thought about the ORM's job was that it's to order snapshots for write-back into a persistent store. I hand it a data class w/o id? Gotta be a new record, then. I ask for a record? Give me the current backing store version of it.