Uses of Class
javax.persistence.UniqueConstraint
-
Packages that use UniqueConstraint Package Description javax.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping. -
-
Uses of UniqueConstraint in javax.persistence
Methods in javax.persistence that return UniqueConstraint Modifier and Type Method Description UniqueConstraint[]
uniqueConstraints()
(Optional) Unique constraints that are to be placed on the table.UniqueConstraint[]
uniqueConstraints()
(Optional) Unique constraints that are to be placed on the table.UniqueConstraint[]
uniqueConstraints()
(Optional) Unique constraints that are to be placed on the table.UniqueConstraint[]
uniqueConstraints()
(Optional) Unique constraints that are to be placed on the table.UniqueConstraint[]
uniqueConstraints()
(Optional) Unique constraints that are to be placed on the table.
-