-
Notifications
You must be signed in to change notification settings - Fork 368
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
From Hibernate 6.2, both MutableType and ImmutableType need to implement BasicDomainType #609
Comments
This will require using the |
Hi @vladmihalcea |
There's no ETA for it. At the moment, I'm busy with other projects, and I won't have the time to investigate it. However, the beauty of OSS is that you don't depend on my agenda. If this feature is a blocker, I'm sure someone will invest time into providing a solution. Looking forward to the Pull Request. Be the change you want to see in the world! |
Without implementing
BasicDomainType
, we won't be able to pass theMutableType
andImmutableType
instance toaddScalar
.However, this is a gigantic task as all existing Types that now extend the
MutableType
andImmutableType
would have to useJavaType
andJdbcType
descriptors and also extendBasicType
. Unless a company is willing to sponsor this issue, I doubt that I will have the time to implement it in the next 1-2 years.The text was updated successfully, but these errors were encountered: