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: Something like "updated" derived property
PostPosted: Thu Oct 25, 2007 3:59 am 
Beginner
Beginner

Joined: Thu Oct 25, 2007 3:45 am
Posts: 22
Hello,

I am new in NHibernate and still can't find a solution for my issue. Please help.

What am I trying to do:
I use derived properties, which look like:
Mapping file:
"<property name="PropertyName"
formula="(SELECT ...(column) FROM ... (table)
WHERE ... (conditions))"/>"

It works great but only return single result. I need some strategy for writing something (property or what else is needed) in my mapping file so I can return list of objects (in my case string). In my class I have a string collection (public string[] PropertyName...).

Is in NHibernate any functionality to solve this issue?

Thank you!


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.