Tag: hibernate relationship mapping
Hibernate Relationships In Depth
by  Java4s | 16 Comments
  [ Ask Question ]
Using hibernate, if we want to put relationship between two entities , then in the database tables, there must exist foreign key relationship, we call it as Referential integrity. The main advantage of…
Hibernate Cascade Options – Cascade Attribute In Hibernate
by  Java4s | 32 Comments
  [ Ask Question ]
Cascade Attribute In Hibernate Main concept of hibernate relations is to getting the relation between parent and child class objects Cascade attribute is mandatory, when ever we apply relationship between objects, cascade attribute transfers operations done on one object…