Uses of Class
semorg.sql.util.KeyPair

Packages that use KeyPair
semorg.sql.tables This package implements the object relational mapping between the relational data model (the tables) and the object oriented data model (the objects within this package). 
semorg.sql.util This packages provides utility classes for application 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).