I read here What is the difference between cascade & inverse in hibernate, what are they used for? that
"In case of many-to-many relation through intermediary table; "Cascade" says whether record will be created/updated in child table. Whereas "Inverse" says whether record will be created/updated in intermediary table"
and the explanation was really good, I got it .. But this is many-to-many case.what is the use of cascade and inverse (or what is the difference between Cascade and inverse) in case of one-to-many and many-one relationships?