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
In Kotlin you can use data classes. But in this case classes are final. So I can't use data classes:
Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: ru.egslava.db.hbm.Player is final
at org.torpedoquery.jpa.Torpedo.from(Torpedo.java:124)
Is it fixable? :-)
Thank you for the great library! :-)
The text was updated successfully, but these errors were encountered:
Hi!
I'm trying to use your library. Syntax is very comfortable, but it's a bit hard to use with Kotlin language. My code:
In Kotlin you can use data classes. But in this case classes are final. So I can't use data classes:
Is it fixable? :-)
Thank you for the great library! :-)
The text was updated successfully, but these errors were encountered: