Uses of Class
org.hibernate.mapping.CheckConstraint
-
Packages that use CheckConstraint Package Description org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of CheckConstraint in org.hibernate.mapping
Methods in org.hibernate.mapping that return types with arguments of type CheckConstraint Modifier and Type Method Description List<CheckConstraint>
Column. getCheckConstraints()
List<CheckConstraint>
PersistentClass. getCheckConstraints()
List<CheckConstraint>
Table. getChecks()
Methods in org.hibernate.mapping with parameters of type CheckConstraint Modifier and Type Method Description void
Table. addCheck(CheckConstraint check)
void
Column. addCheckConstraint(CheckConstraint checkConstraint)
void
PersistentClass. addCheckConstraint(CheckConstraint checkConstraint)
-