Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5965047
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T19:32:34+00:00 2026-05-22T19:32:34+00:00

I do the fallowing HQL with NHibernate: from Contact a where IsInternal = 0

  • 0

I do the fallowing HQL with NHibernate:

from Contact a where IsInternal = 0

this give me the fallowing sql (from NHProfiler):

select TOP ( 25 /* @p0 */ ) contact0_.Id                   as Id29_,
                   contact0_.ObjectVersion        as ObjectVe2_29_,
                   ...
                   ...
from   Contact contact0_
       left outer join Company contact0_1_
         on contact0_.Id = contact0_1_.Id
       left outer join Person contact0_2_
         on contact0_.Id = contact0_2_.Id
       left outer join Branch contact0_3_
         on contact0_.Id = contact0_3_.Id
       left outer join ContactGroup contact0_4_
         on contact0_.Id = contact0_4_.Id
where  contact0_.IsInternal = 0

I want now extend the where-condition with

   ... and (contact0_1.Id is not null or contact0_2_.Id is not null)

The question is now, how can I access the joined table in the HQL?

Best Regards, Thomas

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T19:32:35+00:00Added an answer on May 22, 2026 at 7:32 pm

    Er, if the field is null, then referenced object is null. So:

    where IsInternal = 0 and (a.person is not null or a.company is not null)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I use the fallowing HQL-Query with NHibernate: from Contact a where a.Id in (select
Is it possible to build following SQL statement in Hibernate HQL? SELECT COUNT(*) FROM
I should convert to the fallowing SQL-Query to NHibernate HQL (NHibernate 3.2). But I
Trying to run the following HQL with NHibernate: select count(distinct t) as TweetCount from
I have a following HQL query: SELECT s.id FROM stack s WHERE s.category is
I have a problem with the following HQL query: select sum(MYTABLE.COUNTER) from ( select
Querying by HQL with select a from Article a join a.tags t where t.name
I would like to perform the following query in HQL: select count(distinct year(foo.date)) from
I have an HQL statement like so: Select cast(ed.employee.employeeID as int) AS emp_id FROM
Why Nibernate HQL can not handle the following query: from Deal D where (D.ApprovalDate

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.