Let us check scenario of hibernate.
solution :
1.check entity mapping with table.
2. check the primary key and foreign key relationship.
3. primary key cannot be "not null" in table, it can be null in other table.
solution :
1.check entity mapping with table.
2. check the primary key and foreign key relationship.
3. primary key cannot be "not null" in table, it can be null in other table.
No comments:
Post a Comment