-->
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: Collection of Itself
PostPosted: Sun May 07, 2006 4:45 pm 
Newbie

Joined: Sun May 07, 2006 4:36 pm
Posts: 4
How do I map the following table structure and object. Both pageid and subpageid in SubPages are foreign keys to pageid in Pages.

create table Pages (
pageid int,
pagetitle char 50
)

create table SubPages (
pageid int,
subpageid int
)


public class Page
{
public int pageID;
public string pageTitle;
public IList subPages; // collection of Page class
}

Thanks in advance for any 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.