The Objects Created by the EJB8i Deployment Object Wizard
When you click Finish in the EJB/8i Deployment
Object Wizard, the wizard adds the following files to your project:
- An EJB/8i deployment object, which is very similar to a standard
Entity Object and stands for the table that manages persistence
- A view object which selects the relevant columns of the table and aliases
them to the EJB fields
- If you have created finder methods, view
objects for each finder method
- If you have mapped Oracle object types
to EJB fields, domains for each object type