1 Reply Latest reply on Oct 16, 2017 4:55 AM by andey

    Hibernate support for the 5.2 version

    aminsohal

      Hello,

       

      I need to configure Hibernate with mysql and want to create two schema with relation.

       

      For ex.

       

      Schema1
        --- Table1
        --- Table2

       

      Schema2
      --- Table1

      --- Table2

       

      Schema1.table has relation with schema2.table1.

       

      How can I achieve this with hibernate and what kind of configuration I need to create.
      Which kind of notation I need to use with pojo.

       

      Thanks