Package edu.jhu.tmaj.beans.manytomany

The manyToMany beans represent the ManyToMany tables in the database.

See:
          Description

Class Summary
LinkGroup Links Integers to a Set.
ManyToManyBean This Bean represents Many-To-Many tables.
PapersSessionsBean Represents the ManyToMany table PapersSessions.
ProjectsArraySlidesBean Represents the ProjectsArraySlides table, a many-to-many table that links Projects to ArraySlides.
UsersArrayBlocksBean Represents the UsersArrayBlocks table, a many-to-many table that links users to ArrayBlocks.
UsersProjectsBean This class represents the many-to-many table UsersProjects, linking users to projects.
UsersSpecimens Represents the table UsersSpecimens, where users are assigned to specimens.
UsersUsersBean A ManyToMany Beans that links group admins to people (users) in their group.
 

Package edu.jhu.tmaj.beans.manytomany Description

The manyToMany beans represent the ManyToMany tables in the database. ManyToMany tables link one table to another. For example, the UsersProjects table links users to projects. (We want to know which users have access to which projects.)