The Consultingwerk.OERA package contains core data access functionality that follows
the principles of the
OpenEdge Reference Architecture. The following table lists the main classes of this package:
The base class for Business Entities. Business Entities manage a ProDataset and provide methods
to read and update data from and to the database as well as additional (custom) operations related to
the data.
The DataAccess class is the base class for Data Access Objects. Data Access objects are used by
Business Entities to actually read from and write to the database.