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 8141335
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T12:28:16+00:00 2026-06-06T12:28:16+00:00

Can multiple joins be a condition? final CriteriaBuilder builder = entityManager.getCriteriaBuilder(); CriteriaQuery<Game> query =

  • 0

Can multiple joins be a condition?

final CriteriaBuilder builder = entityManager.getCriteriaBuilder();

CriteriaQuery<Game> query = builder.createQuery(Game.class);

final Root<Game> game = query.from(Game.class);
final ListJoin<Game, Store> store = game.join(Game_.stores);
final ListJoin<Game, Category> category = game.join(Game_.categories);

the second join (catetory) makes results different even if there is no predicates with it.

what’s wrong with this code?

  • 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-06-06T12:28:18+00:00Added an answer on June 6, 2026 at 12:28 pm

    The join is an inner join by default. So the query will only select the games that have at least 1 category. Make it a left join, and it will select all the games (even those which don’t have any category).

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

Sidebar

Related Questions

I have a LINQ query running with multiple joins and I want to pass
I understand that you can select multiple columns from multiple tables by using joins.
DB2 database. A Request can have multiple Transactions. I'd like to query the request
I noticed when doing a query with multiple JOINs that my query didn't work
Can multiple SSRS share the same DB? We're getting into an SSRS customization scenario,
In C#, can multiple threads read and write to a Dictionary provided each thread
Is registering components on castle windsor thread-safe? I.e., can multiple threads simultaneously register components
how i can put multiple buttons in scroll view with according to my requirement?
As we can select multiple rows into single variable declared as some_table.rowtype in SQL.
I know that there can be multiple values for an email, but I'm not

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.