Uses of Interface
org.hibernate.validator.constraintvalidation.HibernateConstraintValidator
Packages that use HibernateConstraintValidator
Package
Description
Constraint validator implementations of the Bean Validation time related constraints.
Constraint validator implementations of the Bean Validation
Future constraint.Constraint validator implementations of the Bean Validation
FutureOrPresent constraint.Constraint validator implementations of the Bean Validation
Past constraint.Constraint validator implementations of the Bean Validation
PastOrPresent constraint.Implementations of Hibernate Validator specific constraints.
-
Uses of HibernateConstraintValidator in org.hibernate.validator.internal.constraintvalidators.bv.time
Classes in org.hibernate.validator.internal.constraintvalidators.bv.time that implement HibernateConstraintValidatorModifier and TypeClassDescriptionclassAbstractEpochBasedTimeValidator<C extends Annotation,T> Base class for all time validators that use an epoch to be compared to the time reference.classAbstractInstantBasedTimeValidator<C extends Annotation,T> Base class for all time validators that use anInstantto be compared to the time reference.classAbstractJavaTimeValidator<C extends Annotation,T extends TemporalAccessor & Comparable<? super T>> Base class for all time validators that are based on thejava.timepackage. -
Uses of HibernateConstraintValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Classes in org.hibernate.validator.internal.constraintvalidators.bv.time.future that implement HibernateConstraintValidatorModifier and TypeClassDescriptionclassBase class for all@Futurevalidators that use an epoch to be compared to the time reference.classBase class for all@Futurevalidators that use anInstantto be compared to the time reference.classAbstractFutureJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>>Base class for all@Futurevalidators that are based on thejava.timepackage.classCheck that thejava.util.Calendarpassed to be validated is in the future.classCheck that thejava.util.Datepassed to be validated is in the future.classCheck that thejava.time.chrono.HijrahDatepassed is in the future.classCheck that thejava.time.Instantpassed is in the future.classCheck that thejava.time.chrono.JapaneseDatepassed is in the future.classCheck that thejava.time.LocalDatepassed is in the future.classCheck that thejava.time.LocalDateTimepassed is in the future.classCheck that thejava.time.LocalTimepassed is in the future.classCheck that thejava.time.chrono.MinguoDatepassed is in the future.classCheck that thejava.time.MonthDaypassed is in the future.classCheck that thejava.time.OffsetDateTimepassed is in the future.classCheck that thejava.time.OffsetTimepassed is in the future.classCheck if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the future.classCheck if Joda Time type who implementsorg.joda.time.ReadablePartialis in the future.classCheck that thejava.time.chrono.ThaiBuddhistDatepassed is in the future.classCheck that thejava.time.Yearpassed is in the future.classCheck that thejava.time.YearMonthpassed is in the future.classCheck that thejava.time.ZonedDateTimepassed is in the future. -
Uses of HibernateConstraintValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Classes in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent that implement HibernateConstraintValidatorModifier and TypeClassDescriptionclassBase class for all@FutureOrPresentvalidators that use an epoch to be compared to the time reference.classBase class for all@FutureOrPresentvalidators that use anInstantto be compared to the time reference.classAbstractFutureOrPresentJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>>Base class for all@FutureOrPresentvalidators that are based on thejava.timepackage.classCheck that thejava.util.Calendarpassed to be validated is in the future.classCheck that thejava.util.Datepassed to be validated is in the future.classCheck that thejava.time.chrono.HijrahDatepassed is in the future.classCheck that thejava.time.Instantpassed is in the future.classCheck that thejava.time.chrono.JapaneseDatepassed is in the future.classCheck that thejava.time.LocalDatepassed is in the future.classCheck that thejava.time.LocalDateTimepassed is in the future.classCheck that thejava.time.LocalTimepassed is in the future.classCheck that thejava.time.chrono.MinguoDatepassed is in the future.classCheck that thejava.time.MonthDaypassed is in the future.classCheck that thejava.time.OffsetDateTimepassed is in the future.classCheck that thejava.time.OffsetTimepassed is in the future.classCheck if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the future.classCheck if Joda Time type who implementsorg.joda.time.ReadablePartialis in the future.classCheck that thejava.time.chrono.ThaiBuddhistDatepassed is in the future.classCheck that thejava.time.Yearpassed is in the future.classCheck that thejava.time.YearMonthpassed is in the future.classCheck that thejava.time.ZonedDateTimepassed is in the future. -
Uses of HibernateConstraintValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.past
Classes in org.hibernate.validator.internal.constraintvalidators.bv.time.past that implement HibernateConstraintValidatorModifier and TypeClassDescriptionclassBase class for all@Pastvalidators that use an epoch to be compared to the time reference.classBase class for all@Pastvalidators that use anInstantto be compared to the time reference.classAbstractPastJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>>Base class for all@Pastvalidators that are based on thejava.timepackage.classCheck that thejava.util.Calendarpassed to be validated is in the past.classCheck that thejava.util.Datepassed to be validated is in the past.classCheck that thejava.time.chrono.HijrahDatepassed is in the past.classCheck that thejava.time.Instantpassed is in the past.classCheck that thejava.time.chrono.JapaneseDatepassed is in the past.classCheck that thejava.time.LocalDatepassed is in the past.classCheck that thejava.time.LocalDateTimepassed is in the past.classCheck that thejava.time.LocalTimepassed is in the past.classCheck that thejava.time.chrono.MinguoDatepassed is in the past.classCheck that thejava.time.MonthDaypassed is in the past.classCheck that thejava.time.OffsetDateTimepassed is in the past.classCheck that thejava.time.OffsetTimepassed is in the past.classCheck if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the past.classCheck if Joda Time type who implementsorg.joda.time.ReadablePartialis in the past.classCheck that thejava.time.chrono.ThaiBuddhistDatepassed is in the past.classCheck that thejava.time.Yearpassed is in the past.classCheck that thejava.time.YearMonthpassed is in the past.classCheck that thejava.time.ZonedDateTimepassed is in the past. -
Uses of HibernateConstraintValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Classes in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent that implement HibernateConstraintValidatorModifier and TypeClassDescriptionclassBase class for all@PastOrPresentvalidators that use an epoch to be compared to the time reference.classBase class for all@PastOrPresentvalidators that use anInstantto be compared to the time reference.classAbstractPastOrPresentJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>>Base class for all@PastOrPresentvalidators that are based on thejava.timepackage.classCheck that thejava.util.Calendarpassed to be validated is in the past.classCheck that thejava.util.Datepassed to be validated is in the past.classCheck that thejava.time.chrono.HijrahDatepassed is in the past.classCheck that thejava.time.Instantpassed is in the past.classCheck that thejava.time.chrono.JapaneseDatepassed is in the past.classCheck that thejava.time.LocalDatepassed is in the past.classCheck that thejava.time.LocalDateTimepassed is in the past.classCheck that thejava.time.LocalTimepassed is in the past.classCheck that thejava.time.chrono.MinguoDatepassed is in the past.classCheck that thejava.time.MonthDaypassed is in the past.classCheck that thejava.time.OffsetDateTimepassed is in the past.classCheck that thejava.time.OffsetTimepassed is in the past.classCheck if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the past.classCheck if Joda Time type who implementsorg.joda.time.ReadablePartialis in the past.classCheck that thejava.time.chrono.ThaiBuddhistDatepassed is in the past.classCheck that thejava.time.Yearpassed is in the past.classCheck that thejava.time.YearMonthpassed is in the past.classCheck that thejava.time.ZonedDateTimepassed is in the past. -
Uses of HibernateConstraintValidator in org.hibernate.validator.internal.constraintvalidators.hv
Classes in org.hibernate.validator.internal.constraintvalidators.hv that implement HibernateConstraintValidatorModifier and TypeClassDescriptionclassAbstractScriptAssertValidator<A extends Annotation,T> classValidator for theParameterScriptAssertconstraint annotation.classValidator for theScriptAssertconstraint annotation.