Generic entities. Of course generic entities are a tiny minority of the use cases (and are mostly used when ORM model is created dynamically in runtime).
Andrus > On Mar 26, 2016, at 6:52 PM, Michael Gentry <blackn...@gmail.com> wrote: > > This is probably a question for Andrus, but what is the history/reason for > having two separate names? Is this really needed? > > Example XML: > > <obj-entity name="Organization" className="some.package.Organization" > dbEntityName="..." superClassName="..."> > > I can't think of a good reason to have the base name (Organization) be > different. > > Thoughts? > > mrg