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
The version I am using is Hypersistence-Utils-hibernate-63: 3.8.3
I want to implement the Assigned Identity Generator. I have browsed through your previous blog about its implementation, but the current version is no longer applicable. I am trying to implement the function, but I am not sure if it is correct. I hope to receive your reply. Thank you very much.
The version I am using is Hypersistence-Utils-hibernate-63: 3.8.3
I want to implement the Assigned Identity Generator. I have browsed through your previous blog about its implementation, but the current version is no longer applicable. I am trying to implement the function, but I am not sure if it is correct. I hope to receive your reply. Thank you very much.
Here is the code for the previous blog implementation, blog address: https://vladmihalcea.com/how-to-combine-the-hibernate-assigned-generator-with-a-sequence-or-an-identity-column/
Here is a partial code I have implemented:
The text was updated successfully, but these errors were encountered: