Is there a way to prefix the tables during runtime?
For instance, the table name "categories" is sometimes called
"zen_categories", or any other variation like "mca_categories".
Now I've seen something in OpenJPA that is supposedly able to handle
this (DBDictionary, getValidTableName() ), but is there anything in
EclipseLink that can handle such a use case? (Edgy as it may be).