Read the rules before posting!
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
Hibernate 2
Mapping documents:
NA
Code between sessionFactory.openSession() and session.close():
NA
Full stack trace of any exception that occurs:
NA
Name and version of the database you are using:
Oracle 8.1.7
The generated SQL (show_sql=true):
NA
Debug level Hibernate log excerpt:
I am using table per subclass strategy (joined-subclass). However even if I set hibernate.jdbc.batch_size in the mapping document it does not seem to batch my updates/saves.
With the same setting I am able to get a batch updates for a simple class(not a part of inheritance hierarchy)
1>Is this the expected behaviour?
2>If so is there any alternative where I can batch my updates in table per subclass strategy.
Thanks for your help in advance.
Regards
Shailesh