Uses of Class
semorg.sql.tables.AbstractTable

Packages that use AbstractTable
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 AbstractTable in semorg.sql.tables
 

Subclasses of AbstractTable in semorg.sql.tables
 class Associate
          Models the person in the role of an associate.
 class Booking
          The super class for all booking classes.
 class Client
          Models a person in the role of a client.
 class ClientBooking
          Models the booking of a presentation by a client.
 class Company
          Models a company.
 class CompanyBooking
          Models the booking of a presentation by a company.
 class CompanyInternalPresentation
          This class models a company internal presentation.
 class Conduct
          Models the association "Conduct" between the classes Lecturer and Presentation: a Lecturer conducts a SeminarType (association has a * cardinality).
 class Instructor
          Models the association "Instructor" between the classes Lecturer and Presentation: a Lecturer is an Instructor of a Presentation (association has a * cardinality).
 class Lecturer
          Models a person in the role of a lecturer.
 class Person
          This class models a person and serves as the superclass for several classes which model different roles of persons, such as Client or Lecturer.
 class Presentation
          The super class for all presentation classes.
 class PublicPresentation
          Models a public presentation.
 class SeminarType
           
 class Supervisor
          Models the association "Supervisor" between the classes Lecturer and Presentation: a Lecturer is an Supervisor of a Presentation (association has a * cardinality).