Package org.springframework.rules.constraint.property

Examples of org.springframework.rules.constraint.property.UniquePropertyValueConstraint


     * provided propertyName.
     * @param propertyName The property name
     * @return The constraint
     */
    public PropertyConstraint unique(String propertyName) {
        return new UniquePropertyValueConstraint(propertyName);
    }
View Full Code Here

TOP

Related Classes of org.springframework.rules.constraint.property.UniquePropertyValueConstraint

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.