当前页面:
在线文档首页 >
Hibernate 2.1.8 正式版 API 英文文档
ForeignKey (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档
net.sf.hibernate.mapping
Class ForeignKey
java.lang.Object
net.sf.hibernate.mapping.Constraint
net.sf.hibernate.mapping.ForeignKey
- All Implemented Interfaces:
- RelationalModel
- public class ForeignKey
- extends Constraint
A foreign key constraint
- Author:
- Gavin King
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForeignKey
public ForeignKey()
sqlConstraintString
public String sqlConstraintString(Dialect dialect,
String constraintName,
String defaultSchema)
- Specified by:
sqlConstraintString
in class Constraint
sqlDropString
public String sqlDropString(Dialect dialect,
String defaultSchema)
- Specified by:
sqlDropString
in interface RelationalModel
- Overrides:
sqlDropString
in class Constraint
getReferencedTable
public Table getReferencedTable()
setReferencedTable
public void setReferencedTable(Table referencedTable)
throws MappingException
- Throws:
MappingException
getReferencedClass
public Class getReferencedClass()
setReferencedClass
public void setReferencedClass(Class referencedClass)