Entity Association Support

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      We need to store and retrieve entity association by supporting @OneToOne, @ManyToOne, and @ManytoMany.

       

      Notes from nathan.xu@mongodb.com :

      In JPA implementation, we need to implement table joining. Mongo supports SQL joining in aggregate command by:

      This ticket is the very first step to explore the table joining. A POC implementation test case is at https://github.com/NathanQingyangXu/jpa-mongodb-mapping/blob/main/chameleon-core/src/test/java/org/hibernate/omm/join/SimpleJoinTests.java

      Addressing the source code notes tagged with TODO-HIBERNATE-65 is in scope of this ticket.

            Assignee:
            Unassigned
            Reporter:
            Nathan Xu (Inactive)
            None
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: