Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


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


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


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