What do you mean? A collection of Queue<T>, where T is Object? Or a class that inherits from Queue<T>? For the latter, as long as the class has a public parameterless constructor and is not sealed (or you disable lazy loading), you're good to go.
RP On Sunday, February 5, 2017 at 10:19:55 AM UTC, Marcelo Nascimento wrote: > > How to mapping a Queue<object> in hbm.xml ? > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
