Using Strategy Design Pattern with EOF

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

Warning

Work In Progress

Introduction

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

Information
OO Principle

Favor composition over inheritance