Share via


LedgerEntry.isExtraProcessingNeeded Method

Indicates whether extra processing is required.

Syntax

public boolean isExtraProcessingNeeded()

Run On

Called

Return Value

Type: boolean
true if extra processing is required; otherwise, false.

Remarks

The extra processing is separate to avoid an override of the insert method and the update method. When those methods are overridden, it degrades set-based operations to singletons and singletons do not support the performance needed for this table.

See Also

Reference

LedgerEntry Table