Cant figure out how to translate the following into Entity and Dao. #739
Unanswered
mashoodChishti
asked this question in
Q&A
Replies: 1 comment 7 replies
-
I also have a similar issue, where I need to translate an int value into a class which represents the foreign value associated with the int value stored. I tried to use TypeConverters but they don't seem to allow for int? values, which is what I need for a nullable foreign key. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I'm making an app in which I have to add a fee structure. And it is as follows
Now the id, name and payment mode is easy to add in the entity as int, String, String respectively. But I cant figure out how to translate the dynamic form of setting detail which will include detail and amount. If you can guide me how to do it. It will be a great help.. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions