When you first create an entity bean
data binding project or create an
EJB entity facade, JDeveloper will create a default
EJB finder view object based on a finder method you can select in the
wizard (or findAll()
, by default). However, you can add
additional EJB finder view objects later.
To create an EJB finder view object:
To edit an existing EJB finder view object, in the Navigator, right-click the EJB finder view object and choose Edit. Or simply double-click the view object.
Related topics
Developing Enterprise Java Beans
Understanding Entity Bean Data Bindings
About EJB Finder View Objects
Creating
a Facade for Entity Bean Data Binding
Creating Hierarchical Relationships Between Lists of Entity Facades
Creating a Session Facade to Organize Entity Facades
Copyright © 1997, 2004, Oracle. All rights reserved.