|
DBMS tables do not override in general. Consider logically joined tables Party <-- Person where Person is a table which qualifies a party Party <-- Company where Company is a table which qualifies a party Person <-- DeadPerson is a table which qualifies a person. Party.name could act as a general value and it would be illogical to see Person.name and Company.name as well. You would see Company.legalName and and Person.firstName for completely different field values. It is considered very bad design to have to say: Person.birthDate = DeadPerson.dateOfBirth. So, I would restrict overriding annotations wherever it makes sense. -Lane Emmanuel Bernard wrote:
-- Lane Sharman Providing Private and SPAM-Free Email http://www.opendoors.com 858-755-2868 |
- [Hibernate] hibernate annotations and overriding Emmanuel Bernard
- Re: [Hibernate] hibernate annotations and overriding Lane Sharman
- Re: [Hibernate] hibernate annotations and overri... Mark Hobson
- Re: [Hibernate] hibernate annotations and ov... Emmanuel Bernard
- Re: [Hibernate] hibernate annotations an... Joshua Davis
- Re: [Hibernate] hibernate annotations an... Lane Sharman
