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 TypeClassDescriptionclass
AbstractEpochBasedTimeValidator<C extends Annotation,
T> Base class for all time validators that use an epoch to be compared to the time reference.class
AbstractInstantBasedTimeValidator<C extends Annotation,
T> Base class for all time validators that use anInstant
to be compared to the time reference.class
AbstractJavaTimeValidator<C extends Annotation,
T extends TemporalAccessor & Comparable<? super T>> Base class for all time validators that are based on thejava.time
package. -
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 TypeClassDescriptionclass
Base class for all@Future
validators that use an epoch to be compared to the time reference.class
Base class for all@Future
validators that use anInstant
to be compared to the time reference.class
AbstractFutureJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>>
Base class for all@Future
validators that are based on thejava.time
package.class
Check that thejava.util.Calendar
passed to be validated is in the future.class
Check that thejava.util.Date
passed to be validated is in the future.class
Check that thejava.time.chrono.HijrahDate
passed is in the future.class
Check that thejava.time.Instant
passed is in the future.class
Check that thejava.time.chrono.JapaneseDate
passed is in the future.class
Check that thejava.time.LocalDate
passed is in the future.class
Check that thejava.time.LocalDateTime
passed is in the future.class
Check that thejava.time.LocalTime
passed is in the future.class
Check that thejava.time.chrono.MinguoDate
passed is in the future.class
Check that thejava.time.MonthDay
passed is in the future.class
Check that thejava.time.OffsetDateTime
passed is in the future.class
Check that thejava.time.OffsetTime
passed is in the future.class
Check if Joda Time type who implementsimport org.joda.time.ReadableInstant
is in the future.class
Check if Joda Time type who implementsorg.joda.time.ReadablePartial
is in the future.class
Check that thejava.time.chrono.ThaiBuddhistDate
passed is in the future.class
Check that thejava.time.Year
passed is in the future.class
Check that thejava.time.YearMonth
passed is in the future.class
Check that thejava.time.ZonedDateTime
passed 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 TypeClassDescriptionclass
Base class for all@FutureOrPresent
validators that use an epoch to be compared to the time reference.class
Base class for all@FutureOrPresent
validators that use anInstant
to be compared to the time reference.class
AbstractFutureOrPresentJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>>
Base class for all@FutureOrPresent
validators that are based on thejava.time
package.class
Check that thejava.util.Calendar
passed to be validated is in the future.class
Check that thejava.util.Date
passed to be validated is in the future.class
Check that thejava.time.chrono.HijrahDate
passed is in the future.class
Check that thejava.time.Instant
passed is in the future.class
Check that thejava.time.chrono.JapaneseDate
passed is in the future.class
Check that thejava.time.LocalDate
passed is in the future.class
Check that thejava.time.LocalDateTime
passed is in the future.class
Check that thejava.time.LocalTime
passed is in the future.class
Check that thejava.time.chrono.MinguoDate
passed is in the future.class
Check that thejava.time.MonthDay
passed is in the future.class
Check that thejava.time.OffsetDateTime
passed is in the future.class
Check that thejava.time.OffsetTime
passed is in the future.class
Check if Joda Time type who implementsimport org.joda.time.ReadableInstant
is in the future.class
Check if Joda Time type who implementsorg.joda.time.ReadablePartial
is in the future.class
Check that thejava.time.chrono.ThaiBuddhistDate
passed is in the future.class
Check that thejava.time.Year
passed is in the future.class
Check that thejava.time.YearMonth
passed is in the future.class
Check that thejava.time.ZonedDateTime
passed 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 TypeClassDescriptionclass
Base class for all@Past
validators that use an epoch to be compared to the time reference.class
Base class for all@Past
validators that use anInstant
to be compared to the time reference.class
AbstractPastJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>>
Base class for all@Past
validators that are based on thejava.time
package.class
Check that thejava.util.Calendar
passed to be validated is in the past.class
Check that thejava.util.Date
passed to be validated is in the past.class
Check that thejava.time.chrono.HijrahDate
passed is in the past.class
Check that thejava.time.Instant
passed is in the past.class
Check that thejava.time.chrono.JapaneseDate
passed is in the past.class
Check that thejava.time.LocalDate
passed is in the past.class
Check that thejava.time.LocalDateTime
passed is in the past.class
Check that thejava.time.LocalTime
passed is in the past.class
Check that thejava.time.chrono.MinguoDate
passed is in the past.class
Check that thejava.time.MonthDay
passed is in the past.class
Check that thejava.time.OffsetDateTime
passed is in the past.class
Check that thejava.time.OffsetTime
passed is in the past.class
Check if Joda Time type who implementsimport org.joda.time.ReadableInstant
is in the past.class
Check if Joda Time type who implementsorg.joda.time.ReadablePartial
is in the past.class
Check that thejava.time.chrono.ThaiBuddhistDate
passed is in the past.class
Check that thejava.time.Year
passed is in the past.class
Check that thejava.time.YearMonth
passed is in the past.class
Check that thejava.time.ZonedDateTime
passed 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 TypeClassDescriptionclass
Base class for all@PastOrPresent
validators that use an epoch to be compared to the time reference.class
Base class for all@PastOrPresent
validators that use anInstant
to be compared to the time reference.class
AbstractPastOrPresentJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>>
Base class for all@PastOrPresent
validators that are based on thejava.time
package.class
Check that thejava.util.Calendar
passed to be validated is in the past.class
Check that thejava.util.Date
passed to be validated is in the past.class
Check that thejava.time.chrono.HijrahDate
passed is in the past.class
Check that thejava.time.Instant
passed is in the past.class
Check that thejava.time.chrono.JapaneseDate
passed is in the past.class
Check that thejava.time.LocalDate
passed is in the past.class
Check that thejava.time.LocalDateTime
passed is in the past.class
Check that thejava.time.LocalTime
passed is in the past.class
Check that thejava.time.chrono.MinguoDate
passed is in the past.class
Check that thejava.time.MonthDay
passed is in the past.class
Check that thejava.time.OffsetDateTime
passed is in the past.class
Check that thejava.time.OffsetTime
passed is in the past.class
Check if Joda Time type who implementsimport org.joda.time.ReadableInstant
is in the past.class
Check if Joda Time type who implementsorg.joda.time.ReadablePartial
is in the past.class
Check that thejava.time.chrono.ThaiBuddhistDate
passed is in the past.class
Check that thejava.time.Year
passed is in the past.class
Check that thejava.time.YearMonth
passed is in the past.class
Check that thejava.time.ZonedDateTime
passed 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 TypeClassDescriptionclass
AbstractScriptAssertValidator<A extends Annotation,
T> class
Validator for theParameterScriptAssert
constraint annotation.class
Validator for theScriptAssert
constraint annotation.