Uses of Class
org.hibernate.mapping.CheckConstraint
Packages that use CheckConstraint
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
This package defines the Hibernate configuration-time mapping model.
-
Uses of CheckConstraint in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type CheckConstraintModifier and TypeMethodDescriptionDialect.appendCheckConstraintOptions
(CheckConstraint checkConstraint, String sqlCheckConstraint) Append theCheckConstraint
options to SQL check sqlCheckConstraintDialectDelegateWrapper.appendCheckConstraintOptions
(CheckConstraint checkConstraint, String sqlCheckConstraint) MySQLDialect.appendCheckConstraintOptions
(CheckConstraint checkConstraint, String sqlCheckConstraint) OracleDialect.appendCheckConstraintOptions
(CheckConstraint checkConstraint, String sqlCheckConstraint) Dialect.getCheckConstraintString
(CheckConstraint checkConstraint) Render a SQL check condition forCheckConstraint
DialectDelegateWrapper.getCheckConstraintString
(CheckConstraint checkConstraint) SQLServerDialect.getCheckConstraintString
(CheckConstraint checkConstraint) -
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 TypeMethodDescriptionvoid
Table.addCheck
(CheckConstraint check) void
Column.addCheckConstraint
(CheckConstraint checkConstraint) void
PersistentClass.addCheckConstraint
(CheckConstraint checkConstraint)