Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Can't find 'Default Schema' property for eclipselink

You can set schema name into the session in SessionCustomizer:
  session.getPlatfrom().setTableQualifier(schemaName));

On 7/28/2010 10:15 AM, Dominik Dorn wrote:
afaik, there's currently nothing specified in the jpa for selecting
the default schema.
thats why there are those custom properties like you've already mentioned.

On Wed, Jul 28, 2010 at 3:57 PM, cj91 <Jonathan.Fisher@xxxxxxxxxxxxxxx> wrote:
  
Thanks Dominik, although your solution is definitely tied to eclipselink and
not the JPA standard, we're going to take a good look and maybe make an
exception. If anyone else knows an answer to my original question, i'm still
ears. thanks everyone!


Dominik Dorn wrote:
    
_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users


      
--
View this message in context: http://old.nabble.com/Can%27t-find-%27Default-Schema%27-property-for-eclipselink-tp29282167p29286761.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.

_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users

    


  

Back to the top