-->
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: migrer à hibernate 3
PostPosted: Wed May 18, 2005 1:01 pm 
Newbie

Joined: Fri Apr 15, 2005 4:57 am
Posts: 13
Location: Lyon, France
bonjour, je souhaite migrer mon appli de hibernate 2.6 à hibernate 3, étant débutant de 3 mois sur hibernate je souhaiterais connaitre les différence et les avantages de la nouvelle version.

merci


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 18, 2005 1:02 pm 
Newbie

Joined: Fri Apr 15, 2005 4:57 am
Posts: 13
Location: Lyon, France
enfin c'est plutot hiberntae 2.1.6, vous l'aurez compris. ;-)


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 20, 2005 10:36 am 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
Hum, ça va être long de résumer
http://www.hibernate.org/200.html
entre autre mais pas seulement, meilleur support des modèles de DB que l'on ne peut toucher, meilleurs valeurs par defaut, conformance aux EJB3, virtualisation des données, statistiques au runtime, mapping sur des maps et du XML (plus seulement objet), meilleur support du SQL natif et des appels de proc stocks etc etc

_________________
Emmanuel


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 25, 2005 12:59 pm 
Newbie

Joined: Fri Apr 15, 2005 4:57 am
Posts: 13
Location: Lyon, France
Bonjour,

bon j'ai (enfin) commencé ma migration.

J'ai 2 problèmes.

Comment utiliser l'interface LazyInitializer (j'utilisais avant HibernateProxyHelper.getLazyInitializer()) ?

et comment bien utiliser l'interface SQLQuery?


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 25, 2005 1:14 pm 
Newbie

Joined: Fri Apr 15, 2005 4:57 am
Posts: 13
Location: Lyon, France
pour mon proxy je pense avoir trouvé :

Code:
if (proxyDm instanceof org.hibernate.proxy.HibernateProxy) {
    LazyInitializer lazyInit = ((org.hibernate.proxy.HibernateProxy) proxyDm).getHibernateLazyInitializer();
     ...
}


qu'en pensez vous ?

avant j'avais :

Code:
if (proxyDm instanceof org.hibernate.proxy.HibernateProxy) {
    LazyInitializer lazyInit = HibernateProxyHelper.getLazyInitializer((org.hibernate.proxy.HibernateProxy) proxyDm);
    ...
}


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.