You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
JIRM should automatically convert Enum values to the correct SQL datatype on SQL execution. Whether the ordinal or name should be used would be based on the @Enumerated JPA annotation
Work for insert and update but not where clauses. The where clause will be difficult to do given the where builders are decoupled from object meta data.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
JIRM should automatically convert Enum values to the correct SQL datatype on SQL execution. Whether the
ordinal
orname
should be used would be based on the@Enumerated
JPA annotationFor right now you have to do:
Or
The text was updated successfully, but these errors were encountered: