In DObject O/R Mapping persistence layer, you can adopt one of the following methods if you want to get objects and object-sets from database:
l Using primary key
l Relating object
l Using Filter
l Using OQL (Object Query Language)
Related Topics
Using Persistence Layer
Using Primary Key
Get Relation Object
Using Filter
Using OQL