-->
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 control aliases in generated sql
PostPosted: Wed Mar 26, 2008 4:53 pm 
Newbie

Joined: Wed Mar 26, 2008 2:34 pm
Posts: 2
Location: Omaha, NE
Hibernate version: 3.2.4 ga

Name and version of the database you are using: Oracle 9i

The generated SQL (show_sql=true):INFO [STDOUT] Hibernate: select abbreventityname0_.ENTITY_NAME_ID as ENT1_87_, abbreventityname0_.DESCR as DESCR87_, abbreventityname0_.IS_FIX_FLG as IS3_87_ from SCHEMA_NAME
.TABLE_NAME abbreventityname0_ order by abbreventityname0_.ENTITY_NAME_ID

Is there a way to explicitly name the alias you want Hibernate to use in the mapping file or is there a property to set that will allow us to override the default aliasing behavior.

There are places where we make use of Criteria queries, in which case we can name the alias to be used in the query. Is there a way to make use of this same type of behaviour without having to transition all of our hql to Criteria queries?

Thank you!

_________________
Thank you,
nedevgrl


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.