Version 9.1 by Kieran Kelleher on 2008/05/08 13:26

Show last authors
1 {{note}}
2
3 Work In Progress
4
5 {{/note}}
6
7 == Introduction ==
8
9 EOF and Entity Modeler allow you to model class inheritance using a number of strategies for mapping the inheritance hierarchy to the database. A complex EOF inheritance hierarchy can sometimes be challenging to implement, unwieldy to maintain, difficult to refactor, complex to add features, reveal buggy behaviour in EOF, and overall can take the Fun out of your development
10
11 {{info value="OO Principle"}}
12
13 Favor composition over inheritance
14
15 {{/info}}