Persistence for entity Java Beans

Entity components present an object view of relational data to clients; each instance of an entity component maps to a row in a database relation.

Entity components must be EJB entity Beans implemented according to the EJB 1.1 standard (see Chapter 6, “Working with EJB Packages and Components”). You can implement entity components by following these requirements:

For an entity component, you can manage persistence using these techniques: