Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeEclipse
languagexml
titlehibernate.cfg.xml
collapsetrue
<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