org.jarbframework.validation
Class FractionLengthConstraintValidationStep
java.lang.Object
org.jarbframework.validation.FractionLengthConstraintValidationStep
- All Implemented Interfaces:
- DatabaseConstraintValidationStep
public class FractionLengthConstraintValidationStep
- extends Object
- implements DatabaseConstraintValidationStep
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FractionLengthConstraintValidationStep
public FractionLengthConstraintValidationStep()
validate
public void validate(Object propertyValue,
PropertyReference propertyRef,
ColumnMetadata columnMetadata,
DatabaseConstraintValidationContext context)
- Description copied from interface:
DatabaseConstraintValidationStep
- Validates a property value on database column constraints.
- Specified by:
validate in interface DatabaseConstraintValidationStep
- Parameters:
propertyValue - the property value to validatepropertyRef - reference to the propertycolumnMetadata - metadata of the column referenced by our propertycontext - the validation result in which violations are stored
Copyright © 2011-2012. All Rights Reserved.