-->
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: Autofetch - automatic fetch joins and association laziness
PostPosted: Wed Feb 27, 2008 6:18 pm 
Newbie

Joined: Fri Sep 26, 2003 11:44 am
Posts: 13
Hi,

I have been developing an add-on to Hibernate which helps to automate fetch joins and association laziness: Autofetch. Autofetch monitors your program's traversal's and learns to add the right association fetches to your criteria queries and loads/gets. No more worrying about the right lazy settings on in your configuration file or creating multiple versions of a query with different fetch joins. The goal is to make programs easier to write and to make them more modular.

Check it out at http://www.cs.utexas.edu/~aibrahim/autofetch

_________________
Ali Ibrahim


Top
 Profile  
 
 Post subject:
PostPosted: Wed Feb 27, 2008 10:07 pm 
Beginner
Beginner

Joined: Thu Dec 13, 2007 2:32 pm
Posts: 26
I have been reading your pdfs, interesting stuff. I am going to try it in some time soon ...


Regards
Vyas, Anirudh

_________________
Regards,
Vyas, Anirudh


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 28, 2008 6:31 pm 
Hibernate Team
Hibernate Team

Joined: Fri Oct 05, 2007 4:47 pm
Posts: 2536
Location: Third rock from the Sun
congratulations, that's a very interesting paper!

I have experienced the need to manually specify all fetch strategies, that's a real maintenance nightmare and your project should solve it brilliantly.

Please, drop some lines about the usage!
Would like to try it, but couldn't find any documentation or wiki.


Top
 Profile  
 
 Post subject: Documentation
PostPosted: Thu Feb 28, 2008 11:28 pm 
Newbie

Joined: Fri Sep 26, 2003 11:44 am
Posts: 13
There is a link to the documentation at the top of the page on the Autofetch home page. The documentation is pretty basic, but feel free to post on the Sourceforge forums any questions you might have. Keep in mind that the first time your queries execute they will be slow because Autofetch has not "learned" the correct prefetch directives yet, but afterwards they should be pretty fast; perfect for J2EE and other long-lived applications.

_________________
Ali Ibrahim


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 29, 2008 4:26 am 
Hibernate Team
Hibernate Team

Joined: Fri Oct 05, 2007 4:47 pm
Posts: 2536
Location: Third rock from the Sun
thanks a lot!


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.