PriDE Entity Generator
Java O/R mapper for relational databases
PriDE Entity Generator
Category
License
Development Status
Company
Latest VersionDatabase
GNU General Public License
N/A
MATHEMA Software GmbH
2.2.0
PriDE stands for 'Primitive Database Environment', it is a simple O/R mapper for relational databases. O/R mapping is the wide-spread approach to map records of a relation SQL database to objects of an object-oriented application.
PriDE provides an infrastructure to- Describe the mapping of database tables to Java classes
- Read and write data records without programming SQL statements
- Simplify transaction and connection management
- Unify the exception handling