Java Reference
In-Depth Information
Summary
In this chapter, we created an EJB 3.0 entity bean in JDeveloper 11 g from an Oracle
database table. The Catalog entity bean is automatically created from a database
table CATALOG ; the database table columns are mapped to entity bean properties.
We created a wrapper session bean for the entity bean including a remote business
interface. We added a test method to the session bean for creating and persisting
entity instances, querying entity instances, and removing an entity instance. We
created an ADF Faces test client to test the entity bean. We looked up the session
bean remote interface using the mapped name for the session bean and persist, and
found entity instances. In the next chapter, we will discuss creating EJB 3.0
entity relationships.
 
Search WWH ::




Custom Search