You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@openjpa.apache.org by Kurt T Stam <ku...@gmail.com> on 2009/02/07 18:30:44 UTC

Is there any way to configure a table prefix across all entity tables?

Hi guys,

I found this Q&A:

"Question: Is there any way to configure a table prefix across all 
entity tables?

Answer: Not in the JPA specification, no. In OpenJPA, this can be 
accomplished by creating an extended DBDictionary and overriding the 
getValidTableName() method."

and am wondering if anyone know if there is an option yet to do this 
through configuration, rather then code?

Thx,

--Kurt