Some rows in the table not getting populated - Hibernate

While using hibernate, if you see that some rows do not get populated check your database table and make sure that if it has a composite key all the keys are mentioned in your cfg xml. since if it is not the rows having the same data will be ignored.



About this entry