What's the rational behind that?
This is a massive pain in the ass for Annotations.
@Entity(access = AccessType.FIELD)
@Inheritance(strategy = InheritanceType.JOINED)
@SecondaryTable(name="ExtendedPerson")
class Person implements Serializable {
...
}
@Entity(access = AccessType.FIELD)
@PrimaryKeyJoinColumn(name = "person_id")
class Employee extends Person {
...
}
If this constraint is not removed, this is going to cost me *a lot* of
refactoring if even possible.
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel