...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<hibernate-configuration> <session-factory> ... <mapping resource="com/crm/dataobject/accounts/CRMDOBankBranch.hbm.xml" /> ... </session-factory> </hibernate-configuration> |
For more information on creating custom data object classes, go to Customise Existing Business Logic.
To continue implementing the model layer, go to Business Objects