Ramon Smits

Tell me your secrets and i'll tell you mine

Browse by Tags

All Tags » Implicit join (RSS)
NHibernate implicit join quirk
Recently I had a problem where in an HQL query the result contained duplicates. I used implicit joins in the my query and it looked like the following: from Order o where (o.Code like :literal OR o.CustomData like :literal OR o.Customer.Code like :literal...