What is abstract schema?- Abstract schema is specified for entity beans with container managed persistence.
- The name of abstract schema is specified in the deployment descriptor.
- Thus, it is a part of the entity bean deployment descriptor.
- The name is referenced by the queries of the EJB QL. Container uses the information of abstract schema for the persistence management and the relationship management.
|