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
A guess you just don't need to use an Entity, because the main idea behind it is to have something that could be referenced and that's why Entity required to have unique id.
You can create your own data class and create it from ResultRow, a similar approach is represented in this article.
I have various event tables, neither has an ID, as they don't need one.
But I can't create an
EventClass: Entity
, it needs an ID type and value.Is this even currently possible?
The text was updated successfully, but these errors were encountered: