If I define a secondary constructor on an Entity d...
# komapper
d
If I define a secondary constructor on an Entity data class, will Komapper try to use it (I don't really want it to use it... it passes a 0 for a property that I DON'T want a default value for... that's why I'm trying to use a secondary constructor -- just to not break my unit tests).
t
Komapper uses only a primary constructor.
👍🏼 1