-->
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.  [ 2 posts ] 
Author Message
 Post subject: Subtype query using Criteria API
PostPosted: Tue Nov 04, 2003 2:12 pm 
Newbie

Joined: Thu Oct 30, 2003 5:38 pm
Posts: 9
Location: CA
In topic 925219 I asked about a query on subtype attributes using HQL and got a great answer. This is with a base class of Event with subclasses AlarmEvent and ManageEvent.

In HQL the query is something like:

select event from Event event, AlarmEvent alarm, ManageEvent manage
where (event = alarm and alarm.acknowledged = false) or
(event = manage and manage.confirmed = false)

Is it possible to accomplish the same type of query using the Criteria API?

I've searched thru the forum and haven't seen anything like this and
have looked at the examples and some of the test case code too.
The MultiTableTest shows lots of HQL but nothing much using the API.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Nov 04, 2003 8:04 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 12:50 pm
Posts: 5130
Location: Melbourne, Australia
No, the query above results in a table join. HQL does not support typecasts.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 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.