I am experimenting with the different templates for code generation.
I generated code using Adapter Two Class 2005. This generated [X]Entity and My[X]Entity. My[X]Entity is an extension of [X]Entity, but there does not appear to be any additional functionality.
What are the pros/cons of the _Two Class method _over the General method?
What type of scenerio would benefit from the Two Class method?