Saturday, May 19, 2012

default value for CascadeType in Hibernate

CascadeType defaults to the empty array . See CascadeType in Annotation Type OneToOne
By default no operations are cascaded.
http://stackoverflow.com/questions/8048268/default-value-for-cascadetype-in-hibernate

No comments:

Post a Comment