Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.1
Name and version of the database you are using: MS SQL Server
I'e noticed that others are having the same problem we are with using union-subclass (table per concrete strategy) with the id generator = native in the super class.
I understand why Hibernate does not allow this. Is there some sort of solution or is Hibernate planning to allow for id elements to be declared in union-subclass elements? It would seem that union-subclass would be totally useless if I use a native generator...