On 9 Jan 2014, at 18:31, Steve Ebersole <steve(a)hibernate.org> wrote:
Then we had expanded the previous discussion to look at the more
general
case... interface based models. Imo, the best way to map the above model
would be:
@Entity
interface Employee {
...
}
Yes, this deviates from JPA which explicitly says that only classes can be
annotated. The question is whether we think its worthy of a "vendor
extension”.
Not sure whether I am a big fan of this. As a first gut feeling I would give it a -1