Uses of Class
org.hibernate.mapping.CheckConstraint
Packages that use CheckConstraint
Package
Description
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 CheckConstraintModifier and TypeMethodDescriptionColumn.getCheckConstraints()PersistentClass.getCheckConstraints()Table.getChecks()Methods in org.hibernate.mapping with parameters of type CheckConstraintModifier and TypeMethodDescriptionvoidTable.addCheck(CheckConstraint check) voidColumn.addCheckConstraint(CheckConstraint checkConstraint) voidPersistentClass.addCheckConstraint(CheckConstraint checkConstraint)