-->
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: Interface mapping
PostPosted: Mon Aug 30, 2010 6:04 am 
Newbie

Joined: Mon Aug 30, 2010 5:24 am
Posts: 2
I have a Student class like this
class Student{
private int id;
private String name;
private IBranch branch;
}

and corresponding table in database is

Table Student{
ID int,
Name VARCHAR,
BranchType int
}
IBranch is an interface and classes CSBranch, ECEBranch, ChemicalBranch implements IBranch
Based on branchtype stored as int in database, a branch is created. How to map branchtype from database to branh interface in student object using hibernate
configuration file or branch class is to be created by calling some method.


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.