I have two classes with the same name but different namespaces. If I
want two add both to the NHiberante configuration the configuration
throws an exception because of duplicated mappings.
Is this a bug? If not I think this would be a nice feature.
--
You received this message because you are subscribed to the Google Groups "nhusers" group.
To post to this group, send email to nhu...@googlegroups.com.
To unsubscribe from this group, send email to nhusers+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
On 30 Jan., 19:15, Fabio Maulo <fabioma...@gmail.com> wrote:
> autoimport="false"
> To allow you to easy write an HQL NH is registering the even name of the
> class.
> For example:
> from Something
>
> With autoimport="false" you must use the full name of the class in your
> query
> from YourCompany.YourProduct.Something
>
> 2010/1/30 Armin Landscheidt <saij...@googlemail.com>
>
>
>
> > Hallo,
>
> > I have two classes with the same name but different namespaces. If I
> > want two add both to the NHiberante configuration the configuration
> > throws an exception because of duplicated mappings.
>
> > Is this a bug? If not I think this would be a nice feature.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "nhusers" group.
> > To post to this group, send email to nhu...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > nhusers+u...@googlegroups.com<nhusers%2Bunsu...@googlegroups.com>