|
Updated code in pull request to use different sequenceName for each entity. Now you get a "org.hibernate.QueryException: Identifier generator reported it does not support implicit id handling as part of bulk insertions" How can I fix the test to use an identifier generator that does support implicit id handling? Why is GenerationType.SEQUENCE not supporting it? I mean hibernate should get the id from the sequence and then should be able to insert using it, imho. Is this a bug that this test does not work?
|