public interface WriteConstraintsOverriderI
Implementations of this interface can temporarily disable write constraints on attributes, allowing for modifications that would otherwise be prohibited. This can be useful in specific situations, such as data migration or testing, where it is necessary to bypass the normal validation rules.
Modifier and Type | Method and Description |
---|---|
boolean |
disableAttributeWriteConstraints()
Disables write constraints on attributes.
|
default org.apache.log4j.Level |
getLogLevelForDisableAttributeWriteConstraints()
Returns the log level to use when logging the disabling of attribute write constraints.
|
boolean disableAttributeWriteConstraints()
This method temporarily disables any write constraints that might be in place for attributes. This allows for modifying attributes that would normally be restricted via read-only.
true
if write constraints shall be disabled, false
otherwise.default org.apache.log4j.Level getLogLevelForDisableAttributeWriteConstraints()
The default implementation returns Level.INFO
.
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.