-
Notifications
You must be signed in to change notification settings - Fork 102
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
[Feature Request] - Add information about AbstractScalarProvider for working with JSON to the documentation #894
Labels
enhancement
New feature or request
Comments
Stacktrace please |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reason
I couldn't find an explanation for working with jsonb to make the custom field type work correctly.
https://babyfish-ct.github.io/jimmer-doc/docs/configuration/scala-provider
Description
I have custom type:
Implemented and working AbstractScalarProvider
My entity
If you leave @serialized , then in the absence of isJsonScalar() it will return a value, but there will be an error when inserting the field.
Existing solutions
No response
The text was updated successfully, but these errors were encountered: