Uses of Class
semorg.sql.util.KeyPair

Packages that use KeyPair
semorg.sql.tables Implements the object-relational mapping. 
semorg.sql.util This packages provides utility classes for database layer classes. 
 

Uses of KeyPair in semorg.sql.tables
 

Fields in semorg.sql.tables with type parameters of type KeyPair
static List<KeyPair> Supervisor.lockedIds
          A list of id-pairs of locked records.
static List<KeyPair> Instructor.lockedIds
          A list of id-pairs of locked records.
static List<KeyPair> Conduct.lockedIds
          A list of id-pairs of locked records.
 

Uses of KeyPair in semorg.sql.util
 

Methods in semorg.sql.util with parameters of type KeyPair
 boolean KeyPair.equals(KeyPair toCompare)
          Compares two KeyPair instances (k1,k2) and (k3,k4).