-->
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: How to avoid lazy="false"
PostPosted: Sat Jul 05, 2014 2:32 am 
Newbie

Joined: Thu Sep 22, 2011 9:06 am
Posts: 16
Team, My existing developers are set lazy="false" and worked lot. Now I am facing performance issue. It is fetching all child objects. Without changing my existing hbm files Is there any way to avoid lazy="false".

Or

--->Having two hibernate.cfg.xml on the same project
SessionFactory sessionFactory1 = new Configuration().configure("oracleconfig.cfg.xml").buildSessionFactory();
Session webSession=sessionFactory2.getCurrentSession();
public Session getWebSession()[
return webSession;
}


SessionFactory sessionFactory2 = new Configuration().configure("oracleconfig_duplicate.cfg.xml").buildSessionFactory();
Session webServiceSession=sessionFactory2.getCurrentSession();
public Session getWebSeviceSession()[
return webServiceSession;
}


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.