com.triactive.jdo.store
Class ForeignKey
java.lang.Object
com.triactive.jdo.store.Key
com.triactive.jdo.store.ForeignKey
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 java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright ? 2001 TriActive, Inc. All Rights Reserved.