| Data class access bean |
- Select the Interfaces to use.
- Provide a Factory package name for the
data class access bean. If you leave this field blank, the default Java™ package is used. No factory
class is generated for beans that only have a local client view.
- Provide an Access bean name.
- Provide a Package Name for the access bean.
- Select the Attribute helpers for the access
bean.
|
| Copy helper or Java bean
wrapper access bean |
- In the Constructor method field, make sure
that the correct home interface method is selected. The home interface
method that you select is used to instantiate the enterprise bean
when the access bean is instantiated. See the following example for
how each option can be used:
- Select create if you want to use the zero argument constructor
to create a new instance
- Select findByPrimaryKey if you want the zero argument constructor
to find an existing instance
- Select the Attribute helpers for the access
bean (copy helper access beans only).
|