Uses of Class
com.avaje.ebean.validation.ValidatorMeta

Packages that use ValidatorMeta
com.avaje.ebean.validation Annotations for validating entity beans. 
 

Uses of ValidatorMeta in com.avaje.ebean.validation
 

Classes in com.avaje.ebean.validation with annotations of type ValidatorMeta
 interface AssertFalse
          Validation that can be placed on a method to assert it is true.
 interface AssertTrue
          Validation that can be placed on a method to assert it is false.
 interface Email
          Validate property as email address.
 interface Future
          Validate a Date, Timestamp or Calendar property as having to be in the future.
 interface Length
          Validate the length of a String property.
 interface NotEmpty
          Validate property as not null and not an empty string.
 interface NotNull
          Validate property as not null.
 interface Past
          Validate a Date, Timestamp or Calendar property as having to be in the past.
 interface Pattern
          Validate using a Regular expression the pattern of a String property.
 interface Range
          Validate the numeric range of a property.
 



Copyright © 2010. All Rights Reserved.