Giter VIP home page Giter VIP logo

Comments (4)

my2iu avatar my2iu commented on July 19, 2024

Jinq already automatically reads in all the JPA relation information from the Criteria API metamodel. Hibernate has a small bug with @ ManyToOne relations where that information is incorrect, so you have to manually supply the correct information for those cases. For all other relations, Jinq reads it all in automatically.

from jinq.

mkotsbak avatar mkotsbak commented on July 19, 2024

Hmm, why is JPA queries working fine then? Isn't it using the same metamodel?

Is it working better with EclipseLink?

from jinq.

my2iu avatar my2iu commented on July 19, 2024

The Criteria API metamodel is just a mechanism that Hibernate uses to expose its model to the outside for people using the Criteria API. Hibernate's internal representation is probably fine, but things get mixed up when it exports it to the outside. I don't think anyone really uses it much, so they never really bothered fixing the bug in this one corner case of ManyToOne associations (OneToMany associations work fine, oddly enough). I don't have a support contract with them, so I don't even know how to file bugs against it. Even if the data that Hibernate provides in this metamodel data is wrong, everything else seems to work fine internally with Hibernate (well, it works fine to the extent that Hibernate normally works fine internally).

That particular corner case works fine in EclipseLink, but EclipseLink has bugs in other corner cases. Basically, all the JPA providers seem to have different bugs for different corner cases. Jinq tends to give them a workout in codepaths that aren't typically exercised.

from jinq.

mkotsbak avatar mkotsbak commented on July 19, 2024

Ah, thanks for the explanation. Yes, the criteria API is quite ugly, so I guess not many people are using it.

I would suggest reporting the bug in Hibernate here: https://hibernate.atlassian.net/projects/HHH

from jinq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.