Package toolbox.dao.orm

Package class diagram package toolbox.dao.orm
Provides classes and interfaces to enable basic Object Relational Mapping functionality.

See:
          Description

Interface Summary
ORMQueryService Interface that defines a generic service to perform SQL queries to resolve relationships between database entities.
 

Class Summary
ORMConfig Package protected class to encapsulate the ORM XML configuration document for the default ORMQueryService implementation.
ORMMappingConfig Package protected class to encapsulate the configuration of a Mapping for the default ORMQueryService implementation.
ORMQueryServiceImpl Default implementation of the ORMQueryService interface.
ORMReferenceConfig Package protected class to encapsulate the configuration of a single reference within an ORMMappingConfig configuration.
 

Package toolbox.dao.orm Description

Provides classes and interfaces to enable basic Object Relational Mapping functionality.