Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-3034

CLONE -Backport HHH-3683 - Embedded classes not taken into account when order_inserts is enabled

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • TBD EAP 5
    • EAP 5.0.0.CR1, EAP 5.0.0.BETA, EAP 5.0.0.CR2, EAP 5.0.0.CR3, EAP 5.0.0.CR4 (FCS and BETA2), EAP 5.0.0.CR5, EAP 5.0.0
    • Hibernate
    • None
    • Workaround Exists
    • Hide

      Leave ORDER_INSERTS at the default value of FALSE when Embedded classes are used.

      or

      Explicitly call session.save() on child objects to enforce their SQL insertion orders.

      Show
      Leave ORDER_INSERTS at the default value of FALSE when Embedded classes are used. or Explicitly call session.save() on child objects to enforce their SQL insertion orders.
    • Hide
      When batch insert statements are ordered, embedded classes are not taken into account. There are two possible workarounds for this issue. The first is to set <varname>ORDER_INSERTS</varname> to <literal>FALSE</literal> when embedded classes are used. The second option is to explicitly call <literal>session.save()</literal> on child objects to enforce their SQL insertion orders.
      Show
      When batch insert statements are ordered, embedded classes are not taken into account. There are two possible workarounds for this issue. The first is to set <varname>ORDER_INSERTS</varname> to <literal>FALSE</literal> when embedded classes are used. The second option is to explicitly call <literal>session.save()</literal> on child objects to enforce their SQL insertion orders.
    • Documented as Known Issue

            rhn-support-dstephan David Stephan
            rhn-support-dstephan David Stephan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: