-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
False
-
False
-
NEW
-
NEW
-
Undefined
-
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); }
- relates to
-
JBPM-9782 Fix missing service loader for automatically activate disable count check
- Resolved