Uses of Class
jakarta.persistence.UniqueConstraint
- 
Packages that use UniqueConstraint Package Description jakarta.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping. - 
- 
Uses of UniqueConstraint in jakarta.persistence
Methods in jakarta.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. 
 -