Schema Question:

What is an abstract schema?

Tweet Share WhatsApp

Answer:

Abstract schema is part of an entity bean’s deployment descriptor which defines the bean’s persistent fields and their relationship. Abstract schema is specifed for entity beans with container managed persistence. We specify the name of the Abstract schema name in the deployment descriptor. The queries written in EJB QL for the finder methods references this name. The information provided in this Abstract Schema is used by the container for persistence management and relationship management.

Download Schema PDF Read All 27 Schema Questions
Previous QuestionNext Question
What is inline schema, how does it works?Which method do you invoke on the DataAdapter control to load your generated dataset with data?