Uses of Class
jakarta.persistence.CheckConstraint
-
Packages that use CheckConstraint Package Description jakarta.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping. -
-
Uses of CheckConstraint in jakarta.persistence
Methods in jakarta.persistence that return CheckConstraint Modifier and Type Method Description CheckConstraint[]
check()
(Optional) Check constraints to be applied to the column.CheckConstraint[]
check()
(Optional) Check constraints to be applied to the column.CheckConstraint[]
check()
(Optional) Check constraints to be applied to the table.CheckConstraint[]
check()
(Optional) Check constraints to be applied to the table.CheckConstraint[]
check()
(Optional) Check constraints to be applied to the table.
-