Hi,
Is it possible in a quite simple way to create a Person entity called Person instead of PersonEntity using the adapter templates.
My colleagues don't like that every database object treated like an entity is postfixed with Entity.
Danny
No, sorry. It's not that simple. One could strip out all 'Entity' suffixes from the templates, which will work, but it's likely you'll run into compile issues sooner or later.