java - In which version of hibernate @JoinColumnsOrFormulas is introduced? -
We are using Hibernate v3.3. I'm not sure why encryption is not able to use @JoinColumnsOrFormulas
because the eclipse error is not found. Could you please tell me that this hibernate was introduced?
@JoinColumnOrFormula Hibernation-3.5
, you can see different versions of Hibernate You can verify using the API.
>
Comments
Post a Comment