-->
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: Discriminator usages
PostPosted: Wed Nov 14, 2007 3:35 am 
Newbie

Joined: Tue Nov 13, 2007 1:12 pm
Posts: 6
Sorry for the multiple posts; Its was done by mistake
Following is the most updated question with an example:

I want to create an object that holds two lists; the lists are holding the same object type and they are being filtered according to type.
For example:
I have one class called Person which is connect to one table.
The members of the Person class are id,name and sex.
Now I want to create a new object (lets say Company) that holds two lists one for males and the other for females.
I don't want to define different classes for male and female; I want to be able to do it with the class Person only.

Attached is an exmple for classes I want to represet
class Person
{
Long id;
String name;
String sex;
}

Class Company
{
List males; //Each Item type is Person (where sex='Male')
List famles; //Each Item type is Person (Where sex='Female')
}

How can I definte it with hibrenate mapping?

Thanks in advance for your help


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.