A generic Enumeration is an alternative to a *Type entity when the need for set of data to track is simple and won't need extra information attached to it in the future. When those might be the case, the *Type pattern is a better way to go.

-David


On Dec 3, 2008, at 6:03 AM, Vikas Mayur wrote:

Is there any rules/guidelines that can help to decide whether a set of values should go in Enumeration or there is need to define a new Type entity. There could be many examples but I have quickly looked at the data in EmplPositionType entity. I think this data can also be maintained in Enumeration model.

Any thoughts ?

Thanks,
Vikas

Reply via email to