Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.0.0)

E17483-01

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 Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.0.0)

E17483-01

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