-->
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: association using creteria
PostPosted: Thu Jun 17, 2010 12:46 am 
Newbie

Joined: Sat Apr 10, 2010 9:12 am
Posts: 6
hi everyone,

I have two tables:
Code:
Article(numArticle,libelle)
Stocker(id,numArticle,date)

those are my queries but these two queries are independents and I need to have the same numArticle
how can I associate my two tables?
Code:
Criteria criteria=session.createCriteria(Stocker.class);
       criteria.add(Restrictions.eq("date",date));
Criteria criteria2=session.createCriteria(Article.class);
       criteria2.add(Restrictions.eq("libelle",libelle));


thanks in advance.


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.