Hierarchy Developer's Guide for Oracle Self-Service E-Billing > Extending Advanced Hierarchy Manager Use Cases > Creating New Type of Business Object to Work with Hierarchy Manager >
Creating New Business Objects
To create a new type of business object, write your business object java classes and manage your business logic and persistent store, potentially using hibernate. It is recommended that you have a manager class, business object class and Data Access Object class for your new type of business object.
- Create a new (or extend an existing) business object by implementing
IOMFObject.java .
- Create a new object manager by implement
IOMFObjectManager.java .
- Configure hibernate-mappings for your new business objects.
|