Provides java database access layer to the IRMIS data store. This layer can be used directly, but in general the IRMIS Service layer should be used as the public-facing API for IRMIS. See Related Documentation below. The classes in this package support the IRMIS business-specific sub-packages, such as "pv" and "component". The base classes for Data Access Objects, DAO exceptions, and Hibernate session creation and removal reside here.

Related Documentation

The IRMIS database access layer is based on the open-source ORM (Object-Relational Mapping) tool Hibernate. We are using verson 3.1.3 of Hibernate.

For overview of IRMIS, please see: