Panel | ||
---|---|---|
| ||
Each data object (DO) represents a record in the database, that means that for every table in the database, there is a data object class. CRM.COM software uses Hibernate, a data persistence framework used to retrieve and persist data to the database. What does this section cover?
|
...
In the following example, we will create and map a data object class for the table BANKBRANCHES.
...