-->
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.  [ 5 posts ] 
Author Message
 Post subject: Using Java 1.5 Features
PostPosted: Mon May 31, 2004 9:44 am 
Newbie

Joined: Mon May 31, 2004 9:22 am
Posts: 5
Location: Austria
Hi!

I already searched this forum and the mailinglist about the topic but I found only old messages and nothing realy concrete (maybe I'm not got at searching).

My question is: Which hibernate version will support jdk 1.5 features, especially generics? And when will it be available?

As there is already a second beta of jdk 1.5 out I would like to use it in a project starting in the next two months.

Or is it just enough to write
Code:
List<Saal> li=s.createQuery("from Saal").list();

and ignore the warnings for unchecked assignments (from List to List<Saal>)?
Will this way be compatible to the upcoming hibernate version with generics?

Thanks for answering,
Wolfgang


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 31, 2004 12:32 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 12:50 pm
Posts: 5130
Location: Melbourne, Australia
you will probably have to wait till HIbernate3 for this.


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 31, 2004 12:52 pm 
Newbie

Joined: Mon May 31, 2004 9:22 am
Posts: 5
Location: Austria
I think there is no release date yet, or?

Well, and what do you think about the second version: Using Generics and ignoring the warnings?

Thanks,
Wolfgang


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 31, 2004 12:55 pm 
Hibernate Team
Hibernate Team

Joined: Tue Sep 09, 2003 2:10 pm
Posts: 3246
Location: Passau, Germany
Sounds alright to me. You should always be able to do that.


Top
 Profile  
 
 Post subject:
PostPosted: Mon May 31, 2004 1:10 pm 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
http://www.hibernate.org/About/RoadMap

_________________
JAVA PERSISTENCE WITH HIBERNATE
http://jpwh.org
Get the book, training, and consulting for your Hibernate team.


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