-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: How to skip schema name in any HQL operation?
PostPosted: Thu Apr 17, 2008 3:56 am 
Newbie

Joined: Mon Oct 11, 2004 4:08 am
Posts: 15
Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp

Hibernate version:
3.2.2

Mapping documents:
N/A

Code between sessionFactory.openSession() and session.close():
N/A

Full stack trace of any exception that occurs:
N/A

Name and version of the database you are using:
Oracle 10.2.0.3

The generated SQL (show_sql=true):
SELECT ASDR_BO.SEQ_ORDER_ID.nextval from DUAL;

SELECT order_id FROM ADSR_SD.SDS_ORDER;

Debug level Hibernate log excerpt:


Problems with Session and transaction handling?

Read this: http://hibernate.org/42.html

Hi,

I have problem that our system is required to access tables across different schemas, thus, we have create public synonym and a new user that can access all tables. However, Hibernate parse and execute SQL with schema name and would determine wrong schema.

So, can tell Hibernate don't attach schema name to all tables, index and sequence when parse the HQL and execute.

Thanks and regards,

Franco


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.