-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
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
Added support for deserializing object property values based on value class #510
Conversation
querydsl-libraries/querydsl-sql/src/main/java/com/querydsl/sql/types/Type.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggestions could not be made:
- pom.xml
- lines 494-497
- querydsl-libraries/querydsl-jpa/pom.xml
- lines 19-151
Hi @quicklyfast, I tried to incorporate some more of your example into querydsl code base Please let me know what you think |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggestions could not be made:
- pom.xml
- lines 494-497
- querydsl-examples/pom.xml
- lines 15-18
- lines 34-33
- querydsl-libraries/querydsl-jpa/pom.xml
- lines 19-151
Add the getValue method in Type to deserialize JSON data from a ResultSet into an object of the specified class (clazz).