Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-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


Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


 

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