org.hibernate.metamodel.relational
Class CheckConstraint
java.lang.Object
org.hibernate.metamodel.relational.CheckConstraint
public class CheckConstraint
- extends Object
TODO : javadoc
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckConstraint
public CheckConstraint(Table table)
CheckConstraint
public CheckConstraint(Table table,
String name,
String condition)
getCondition
public String getCondition()
setCondition
public void setCondition(String condition)
getTable
public Table getTable()
- Obtain the table to which this constraint applies.
- Returns:
- The constrained table.
getName
public String getName()
- Obtain the constraint name.
- Returns:
- the name.
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.