Join Slack
Powered by
Man, just add a boolean flag. The entity stuff is ...
# announcements
d
Dico
12/25/2018, 4:13 PM
Man, just add a boolean flag. The entity stuff is just way overcomplicating.
Copy code
var hasId: Boolean = false var id: Long = 0L get() = TODO()
Dico
12/25/2018, 4:14 PM
I don't know how this works with persisting though.
Dico
12/25/2018, 4:14 PM
I guess the generics are a fine solution
c
Czar
12/25/2018, 4:36 PM
1. this won't work, it's just not how JPA/Hibernate works 2.
id
has to be
val
4
Views
Open in Slack
Previous
Next