We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Context: Some data are stored with json type in database (Table: grand_slam_day, field: players).
grand_slam_day
players
mpg-grandslam-populator/src/test/resources/datas-test.sql
Lines 67 to 68 in 0fa932e
A conversion is needed to map that in a representative Object:
mpg-grandslam-populator/src/main/java/org/blonding/mpg/model/db/GrandSlamDay.java
Lines 23 to 24 in 0fa932e
I don't understand why this "double" mapper usage is mandatory here, seems strange:
mpg-grandslam-populator/src/main/java/org/blonding/mpg/model/db/converter/PlayerDayJsonConverter.java
Lines 28 to 36 in 0fa932e
The unit test DataBaseUpdateGrandSlamDaysTaskletTest is useful for execute this part of code.
DataBaseUpdateGrandSlamDaysTaskletTest
@litteautr : If you have any idea (perhaps you have already implemented this use case), many thanks 😘.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context: Some data are stored with json type in database (Table:
grand_slam_day
, field:players
).mpg-grandslam-populator/src/test/resources/datas-test.sql
Lines 67 to 68 in 0fa932e
A conversion is needed to map that in a representative Object:
mpg-grandslam-populator/src/main/java/org/blonding/mpg/model/db/GrandSlamDay.java
Lines 23 to 24 in 0fa932e
I don't understand why this "double" mapper usage is mandatory here, seems strange:
mpg-grandslam-populator/src/main/java/org/blonding/mpg/model/db/converter/PlayerDayJsonConverter.java
Lines 28 to 36 in 0fa932e
The unit test
DataBaseUpdateGrandSlamDaysTaskletTest
is useful for execute this part of code.@litteautr : If you have any idea (perhaps you have already implemented this use case), many thanks 😘.
The text was updated successfully, but these errors were encountered: