Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-9748

Avoid count check in hibernate for audit table.

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 7.55.0.Final
    • None
    • None
    • None

    Description

      Disabling through flag the count check for audit table so they can be partitioning when triggers are being used in tables.

      org.hibernate.boot.spi.MetadataContributor
      

      example of use

      public void contribute(InFlightMetadataCollector metadataCollector, IndexView jandexIndex) {
        metadataCollector.getEntityBindingMap().get("fully.qualified.class.name").setCustomSQLInsert(null, false, ExecuteUpdateResultCheckStyle.NONE);
      }
      

      Attachments

        Issue Links

          Activity

            People

              elguardian@gmail.com Enrique González Martínez (Inactive)
              elguardian@gmail.com Enrique González Martínez (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: