DbKey.Factory<T>, DbKey.LinkKey, DbKey.LinkKeyFactory<T>, DbKey.LongKey, DbKey.LongKeyFactory<T>, DbKey.StringKey, DbKey.StringKeyFactory<T>| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object o) | 
| long[] | getId() | 
| int | hashCode() | 
| int | setPK(java.sql.PreparedStatement pstmt) | 
| int | setPK(java.sql.PreparedStatement pstmt,
     int index) | 
public long[] getId()
public int setPK(java.sql.PreparedStatement pstmt)
          throws java.sql.SQLException
public int setPK(java.sql.PreparedStatement pstmt,
                 int index)
          throws java.sql.SQLException
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object