com.triactive.jdo.store
Class CandidateKey
java.lang.Object
com.triactive.jdo.store.Key
com.triactive.jdo.store.CandidateKey
- Direct Known Subclasses:
- PrimaryKey
- class CandidateKey
- extends Key
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
table
protected BaseTable table
columns
protected java.util.ArrayList columns
CandidateKey
public CandidateKey(BaseTable table)
setColumn
public void setColumn(int seq,
Column col)
addColumn
public void addColumn(Column col)
size
public int size()
hashCode
public int hashCode()
equals
public boolean equals(java.lang.Object o)
toString
public java.lang.String toString()
assertSameTable
protected void assertSameTable(Column col)
getTable
public BaseTable getTable()
getColumns
public java.util.List getColumns()
getColumnList
public java.lang.String getColumnList()
startsWith
public boolean startsWith(Key k)
setMinSize
protected static void setMinSize(java.util.List list,
int size)
getColumnList
public static java.lang.String getColumnList(java.util.Collection cols)
Copyright ? 2001 TriActive, Inc. All Rights Reserved.