Uses of Class
semorg.sql.tables.Person

Packages that use Person
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). 
 

Uses of Person in semorg.sql.tables
 

Subclasses of Person in semorg.sql.tables
 class Associate
          Models the person in the role of an associate.
 class Client
          Models a person in the role of a client.
 class Lecturer
          Models a person in the role of a lecturer.