Uses of Package
jakarta.data.constraint

Packages that use jakarta.data.constraint
Package
Description
Constraints for parameter-based Find and Delete methods.
 
 
  • Class
    Description
    A constraint that imposes a minimum value.
    A constraint that imposes a maximum value.
    A constraint that imposes minimum and maximum values.
    Supertype of interfaces that define constraints on entity attributes.
    A constraint that requires equality.
    A constraint that requires exceeding a lower bound.
    A constraint that requires equality with a member of a collection.
    A constraint that requires being below an upper bound.
    A constraint that requires matching a pattern.
    A constraint that excludes values within a range.
    A constraint that requires inequality.
    A constraint that requires inequality with every member of a collection.
    A constraint that requires not matching a pattern.
    A constraint that requires a non-null value.
    A constraint that requires a null value.
  • Class
    Description
    Supertype of interfaces that define constraints on entity attributes.
    A constraint that requires matching a pattern.
  • Class
    Description
    Supertype of interfaces that define constraints on entity attributes.