Pihentagy
04/14/2025, 10:46 AMcreatedAt
field in my @Entity
. and it gets its value as the Entity is created. Can this info be utilized, so that "all saved entity has non-null createdAt" at kotlin level, or do I have to check against null every time? Or I have no choice but declare it as
var timestamp: Instant? = null,
debop
04/15/2025, 2:26 AMSechaba
04/15/2025, 3:57 AMSechaba
04/15/2025, 3:58 AMPihentagy
04/16/2025, 12:42 PMPihentagy
04/16/2025, 12:42 PM