Read the rules before posting!
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 2.1.1
Name and version of the database you are using:Oracle 8
The generated SQL (show_sql=true):
When i turn the show_sql=true..this is what happens.
I have an Object that has two sets of objects(both one to many from the first object). All the objects use sequences. When i save the first object after constructing the object graph(populating the sets) the sql that gets displayed is for each sequence generation call i get a select displayed. But when the insert happens it just shows one insert for each of the three objects. Whereas in the DB it has the complete dat i.e., all the elements in the sets end up in the DB. Is this how hibernate displays insert statements under the show_sql option?
Any help is apprecited.