Uses of Class
org.faktorips.runtime.validation.DefaultDatabaseLengthValidationConfiguration
Packages that use DefaultDatabaseLengthValidationConfiguration
-
Uses of DefaultDatabaseLengthValidationConfiguration in org.faktorips.runtime.validation
Methods in org.faktorips.runtime.validation that return DefaultDatabaseLengthValidationConfigurationModifier and TypeMethodDescriptionDefaultDatabaseLengthValidationConfiguration.withAttributeFilter(BiPredicate<PolicyAttribute, IModelObject> shouldValidate) Returns this configuration, updated to use the given predicate to determine which attributes to validate.DefaultDatabaseLengthValidationConfiguration.withNumericConstraint(Class<? extends Number> numericDatatype, int precision) Returns this configuration, updated to use a new constraint created from the given precision (and no scale) to check numeric values of the given data type.DefaultDatabaseLengthValidationConfiguration.withNumericConstraint(Class<? extends Number> numericDatatype, int precision, int scale) Returns this configuration, updated to use a new constraint created from the given precision and scale to check numeric values of the given data type.DefaultDatabaseLengthValidationConfiguration.withNumericConstraint(Class<? extends Number> numericDatatype, NumericConstraint numericConstraint) Returns this configuration, updated to use the given constraint to check numeric values of the given data type.DefaultDatabaseLengthValidationConfiguration.withNumericConstraintForAllNumbers(int precision, int scale) Returns this configuration, updated to use a new constraint created from the given precision and scale to check numeric values of any numeric data type.DefaultDatabaseLengthValidationConfiguration.withStringLengthConstraint(int maxStringByteLength) Returns this configuration, updated to use a new constraint created from the given length to check String values in UTF-8.DefaultDatabaseLengthValidationConfiguration.withStringLengthConstraint(Charset stringEncoding, int maxStringByteLength) Returns this configuration, updated to use a new constraint created from the given encoding and length to check String values.DefaultDatabaseLengthValidationConfiguration.withStringLengthConstraint(StringLengthConstraint stringLengthConstraint) Returns this configuration, updated to use the given constraint to check String values.DefaultDatabaseLengthValidationConfiguration.withTechnicalConstraintViolationMarker(IMarker technicalConstraintViolationMarker) Returns this configuration, updated to use the given marker on validation messages.