com.jpattern.orm.validator
Interface Validator

All Known Implementing Classes:
JSR303Validator, NullValidator, OvalValidator

public interface Validator

A validator used to validate beans before performing update and save actions

Author:
ufo

Method Summary
 void validate(Object bean)
           
 

Method Detail

validate

void validate(Object bean)


Copyright © 2013. All Rights Reserved.