thank you for your help.
In my project ,i have a class inherited from
AbstractPersistentCollection(whic has protected ISessionImplementor
Session { get; }), when i use this.Session.CreateFilter(...),  method
CreateFilter exists in ISession, but now,because ISessionImplementor
no longer inherits from ISession,so  no such method is found.

On 9月6日, 下午2时06分, "Fabio Maulo" <[EMAIL PROTECTED]> wrote:
> ISessionImplementor is a special not documented interface (and now it is no
> wired with other interface).Only some special FW may
> use ISessionImplementor.
> A common application don't need to use it, all you need is available in
> ISession.
>
> If you want you can explain why you are using ISessionImplementor and we can
> help you.
>
> 2008/9/5 tsnancy <[EMAIL PROTECTED]>
>
>
>
> > In version 1.2, ISessionImplementor inherited ISession, but version
> > 2.0 , it doesn't inherit any interface.
> > In my project, the object of  ISessionImplementor used some methods
> > (eg.CreateFilter(..)) inherited from ISession, but now, how i can
> > still use this method?
>
> --
> Fabio Maulo

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to