-->
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.  [ 6 posts ] 
Author Message
 Post subject: Hibernate Transformer Bug - Hibernate creating bad query
PostPosted: Fri May 18, 2007 11:16 am 
Beginner
Beginner

Joined: Wed Feb 14, 2007 10:43 am
Posts: 21
This looks like a bug with Hibernate Transformers. Hibernate is creating bad query when using transformers:

Here's an example:
criteria.setProjection(Projections.projectionList(). add(Projections.property("field1"), "dtoField"). setResultTransformer(new AliasToBeanResultTransformer(TestDTO.class));

Here's the query being generated:
select this_.FIELD1 as y0_ from TESTDB this_
where y0_ = 'test'

Hibernate is using y0_ alias instead of this_.FIELD1 in the where clause and this doesn't run.

Anyone with the same problem???? Is there a way to disable aliases???


Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp

Hibernate version:

Mapping documents:

Code between sessionFactory.openSession() and session.close():

Full stack trace of any exception that occurs:

Name and version of the database you are using:

The generated SQL (show_sql=true):

Debug level Hibernate log excerpt:


Problems with Session and transaction handling?

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


Top
 Profile  
 
 Post subject:
PostPosted: Sun May 20, 2007 2:25 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
transformers does not change the query.

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Sun May 20, 2007 9:01 am 
Beginner
Beginner

Joined: Wed Feb 14, 2007 10:43 am
Posts: 21
This may not be directly related to Transformers, but Hibernate in general. Why Hibernate is using column alias for where clause comparision? I don't think this is standard query. This may work with SQL Server but doesn't work with DB2. What's the solution to this problem??? Can column alias be disabled somehow???


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 21, 2007 7:27 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
look in jira - existing bugs/feature requests for it.

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 21, 2007 9:05 am 
Beginner
Beginner

Joined: Wed Feb 14, 2007 10:43 am
Posts: 21
Is this a known bug? You have bug ID? Thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 21, 2007 11:08 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
no, not on hand. use the search ;)

_________________
Max
Don't forget to rate


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

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.