-->
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.  [ 3 posts ] 
Author Message
 Post subject: Mapping of collection without an FK but an interval of FK.
PostPosted: Wed May 11, 2005 7:23 am 
Newbie

Joined: Mon Feb 28, 2005 7:57 am
Posts: 7
Location: Toulouse, France
Hello, I've got a mapping problem

I've got two objects
- E (element)
- S (Sub element)

E has a collection of S but the relation between E and S is based on an interval of validity.

In details :
- E has a "code" that is not necessary unique.
- S has a "code_start" and "code_end" that determines if it is valid for a specific E.

So for one E I want to retrieve every S where :
S.code_start <= E.code < S.code_end
and store all the S in a collection of E

The idea is to write this relation directly in the mapping.
The database exists and cannot be changed, but for the rest every solution that works is welcome !!

Thanks


Top
 Profile  
 
 Post subject: Re: Mapping of collection without an FK but an interval of F
PostPosted: Wed May 11, 2005 8:41 am 
Newbie

Joined: Wed Dec 15, 2004 10:23 am
Posts: 10
I thx, you can use formula in your property mapping.
http://www.hibernate.org/hib_docs/reference/en/html_single/#mapping-declaration-property


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 11, 2005 10:03 am 
Newbie

Joined: Mon Feb 28, 2005 7:57 am
Posts: 7
Location: Toulouse, France
The formula attribute isn't a solution because I want a separate mapping for E and S to use the two objects separatly.
So I have to use a one to many association and I don't see how to make the join with an SQL request.

My first idea was to use a compositeCustomType on the columns code_start end code_end but I'm not sure if it is possible.


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