-->
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: Referencing the default schema from an sqlRestriction?
PostPosted: Fri Feb 16, 2007 12:25 am 
Newbie

Joined: Wed Mar 29, 2006 2:10 am
Posts: 3
Hi - I need to add a restriction to a Criteria-style query like this:

Restrictions.sqlRestriction(
"{alias}.CUST_ID in (
select distinct SYNM_CUST_ID
from CDIR.SYNM where SYNM_NAME like ?
)"
);

The issue is that I don't want to hard code the schema of the SYNM table (in this case, CDIR). Is there a way for an SQLRestriction to reference the default_schema from the Hibernate configuration?

Is there another way to skin this cat?

jon.


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.