-->
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.  [ 2 posts ] 
Author Message
 Post subject: how can i find the po object by the pure db column name
PostPosted: Wed Sep 10, 2008 10:05 pm 
Newbie

Joined: Wed Sep 10, 2008 9:33 pm
Posts: 1
Hi,guys,i encounter a problem with hibernate .I have two po :
RecruitCollegeMajor implements BaseBean {

private Integer collegeMajorId;
private BaseCollege baseCollege;//a foreigner key(in the db table is collegeid)
.
.
.
}
BaseCollege implements BaseBean{
private Integer collegeId
private String collegeNum;
.
.
.
}
if i know the column collegeId of the database table RecruitCollegeMajor ,how can i know the po object that collegeId related to by the hibernate.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Sep 10, 2008 10:17 pm 
Expert
Expert

Joined: Tue May 13, 2008 3:42 pm
Posts: 919
Location: Toronto & Ajax Ontario www.hibernatemadeeasy.com
Could you not simply do an HQL query?

_________________
Cameron McKenzie - Author of "Hibernate Made Easy" and "What is WebSphere?"
http://www.TheBookOnHibernate.com Check out my 'easy to follow' Hibernate & JPA Tutorials


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 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.