views:

32

answers:

1

Help to solve this issue: Spring+JPA+Hibernate+Oracle insert query showing but data not inserting into DB : One to One relationship, here query for One table is showing second table insert query not showing, also data not inserting into DB.

A: 

The question is not crystal clear and providing some code and configuration snippet will help but this is probably a transactional issue. Are you running your code inside a transaction? Are you committing the changes? Since you're using Spring, did you configure it to manage transactions?

Please post some code and spring configuration files.

Pascal Thivent