Just didn't implement it yet.
Messy changes in one of the persisters.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Emmanuel Bernard
Sent: Monday, December 26, 2005 10:15 PM
To: Hibernate development
Subject: [Hibernate] and not compatible
W
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)
@Primary