steve wrote:
actually it sounds more like an issue in either the dialect or the binding (metadata parsing) code.
the only way what you see should occur is when the binding code does not generate a temporary id-storage table name for the entity.
So it sounds like you are using the annotation-based Configuration; correct?
Also, which dialect do you use?
Hello steve,
the mappings are done with Annotations, but the configuration is done through a hibernate.cfg.xml file, hope that answers your question.
The dialect is org.hibernate.dialect.SQLServerDialect.
Hope my first post makes it clear, that our Inheritance structure is rooted on this BasicObject so all other classes are derived from this one.
thx Roland