aspose file tools
The moose likes Object Relational Mapping and the fly likes problem in hibernate while accessing rdbms database Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "problem in hibernate while accessing rdbms database" Watch "problem in hibernate while accessing rdbms database" New topic
Author

problem in hibernate while accessing rdbms database

vijay pangare
Greenhorn

Joined: Oct 05, 2012
Posts: 2
We Are using hibernate with relational database having cascade constraints on table.
Do we need same constraints mapping in hbm file to access the database?
vijay pangare
Greenhorn

Joined: Oct 05, 2012
Posts: 2
We Are using hibernate with relational database having cascade constraints on table.
As well as same thing in hibernate mapping file also.
But while doing this we are getting error as "Cannot add or update a child row: a foreign key constraint fails (`test_36675`.`sg_shipment`, CONSTRAINT `sg_shipment_ibfk_4` FOREIGN KEY (`STAGE_ID`) REFERENCES `sg_shipment_stage` (`STAGE_ID`) ON DELETE CASCADE ON UPDATE NO ACTION)"
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: problem in hibernate while accessing rdbms database
 
Similar Threads
Not-unique unique column
Q 4 C. Bauer & G. King (10): database exceptions
Avoid resetting in hibernate
Hibernate and database physical design
Hibernate - impact of missing foreign key in database