According to section 3.4.12.1 of the 1.2.1 release documentation, OpenJPA,
"by default, schema reflection acts on all the schemas your JDBC driver can
'see'".

Given a database with the following schemas and table:
+ Schema A
       + Table X
+ Schema B

The database is configured such as:
User B can see both Schema A and B.

Am I correct in understanding that the above quoted statement means that
OpenJPA will determine that table X does NOT need to be created under schema
B when an EntityManager session is opened for user B?

Is setting the openjpa.jdbc.Schema property the only way to override this
behaviour?
-- 
View this message in context: 
http://n2.nabble.com/Can-OpenJPA-be-configured-to-use-the-default-Schema-tp4014516p4014516.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.

Reply via email to