Main Points of Using DObject

l  To generate DObject O/R Mapping suite persistence layer

l  To write business logic in business class

l  To perform CRUD (Create, Retrieve, Update, Delete)

l  Using OQL query language to deal with object-relation data

l  To utilize caching to improve the system's performance

l  To utilize the function of transaction processing to synchronize database-data and object-data

Related Topics

DObject Introduction