Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Table prefix

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).

--
Regards
Christian Michelsen


Back to the top