Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.server
Interface BusinessObject


public interface BusinessObject

Implemented by top-level Entity Objects that aggregate Entity Objects.

Aggregation (also known in UML as composition) unites Entity Objects related by a composition association. For example, if a composition association is defined between Entity Objects Dept and Emp, then Dept can be identified as a top-level Entity Object by implementing this interface for the DeptImpl class.

This interface is not used in the JDeveloper 3.0 framework: it is provided for use in applications.

Since:
JDeveloper 3.0


Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

Copyright © 1997, 2005, Oracle. All rights reserved.