Using Container Managed Persistence

Oracle8i manages EJB Entity bean persistence using database tables. The Business Components for Java framework provides Java support for the management of these tables.
About Container Managed Persistence A detailed overview of the way Business Components for Java hands CMP
Ways to Add Container Managed Persistence to an Entity Bean How to provide CMP support using JDeveloper
Adding a Finder Method to a CMP Entity Bean How to create a finder method that returns an enumeration of entity instances meeting some condition
Mapping Oracle Object Types to CMP Fields Using Domains to Wrap Oracle object types in CMP fields
Using the EJB/8i Deployment Object Wizard Page-by-page help with the Deployment Object Wizard