Hibernate version:3.2
Hi There,
We're on java 1.5 and using annotations. I tried to confirm that the association that we have has a CASCADETYPE = none BUT found that the org.hibernate.annotations.CascadeType does NOT list NONE as one of the options.
http://www.hibernate.org/hib_docs/refer ... state.html Section 10.11. Transitive persistence lists that if we're using mapping files, then the default is "none". Is that the case for Annotations as well ?
If I want to explicitly set cascadeType=NONE (using annotations), how do I go about doing it ?
Thank you,
BR,
~A