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

Avoid count check in hibernate for audit table.

XMLWordPrintable

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

      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);
      }
      

            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

              Created:
              Updated:
              Resolved: