-->
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: Hibernate and Type Safe Query's
PostPosted: Wed May 06, 2009 3:45 am 
Newbie

Joined: Wed May 06, 2009 3:18 am
Posts: 1
I was wondering if Hibernate is planning to include type safe query's in Hibernate? Or, if it’s already in Hibernate (couldn’t find in though)?

for example, this is a type safe query implemented in Ebean:
List<Customer> customers =
Ebean.find(Customer.class)
.where().like(“name”, “Rob%”)
.orderBy(“name desc”)
.findList();

a paper about is can be found here:
http://www.ekabanov.net/kabanov-raudjarv-pppj08.pdf

Does anyone have more info about this?

thnx


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.