com.triactive.jdo.store.sql
Class ForeignKey
java.lang.Object
com.triactive.jdo.store.sql.Key
com.triactive.jdo.store.sql.ForeignKey
- public class ForeignKey
- extends Key
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ForeignKey
public ForeignKey(boolean initiallyDeferred)
ForeignKey
public ForeignKey(Column col,
ClassBaseTable refTable,
boolean initiallyDeferred)
addColumn
public void addColumn(Column col,
Column refCol)
setColumn
public void setColumn(int seq,
Column col,
Column refCol)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Key
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class Key
toString
public java.lang.String toString()
Copyright © 2001-2007 The TJDO Project All Rights Reserved.