EJB entity facades are classes, paired with XML files, that implement the J2EE Generic Attribute Access pattern, also called the Value Object pattern. EJB entity facades are light-weight wrappers for EJB entity beans that allow you to expose exactly the attributes you need.
EJB entity facades are very similar to BC4J entity objects. In particular:
oracle.jbo.Entity
, allowing you access to the entity object API.
However, EJB entity facades are different from entity objects in some important ways:
To create an EJB entity facade, see Creating a Facade for EJB Entity Bean Binding .
Related topics
Developing Enterprise Java Beans
Understanding Entity Bean Data Bindings
Creating a Facade for EJB Entity Bean
Binding
Copyright © 1997, 2004, Oracle. All rights reserved.