-->
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.  [ 2 posts ] 
Author Message
 Post subject: How to map a class with more interfaces
PostPosted: Mon Dec 19, 2005 4:31 am 
Beginner
Beginner

Joined: Mon Dec 19, 2005 4:13 am
Posts: 27
Location: Prague, Czech Republic
Hello,

I am new to NHibernate. I spent few days by reading documentation of NHibernate and Hibernate, but I did not find the example of how to map some class which implements two interfaces - I want to use both interfaces for polymorphic queries.

- I have interfaces "IFirstInterface" and "ISecondInterface".
- My abstract class "SomeAbstractClass" implements both interfaces.
- I have interface "IThirdInterface".
- My concrete class "SomeConcreteClass" is inherited from "SomeAbstractClass" and is implementing "IThirdInterface".

Please can someone show me how to do it?

Many thanks
David S.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 19, 2005 4:38 am 
Contributor
Contributor

Joined: Wed May 11, 2005 4:59 pm
Posts: 1766
Location: Prague, Czech Republic
You don't have to map interfaces in any way in the mapping files. If you use an interface in a query, NHibernate will look through all the classes it knows about and select those that implement the interface.


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