Programming Tutorials

Interview Question: What is abstract schema?

By: Ash in Interview Tutorials on 2008-08-13  

Question:What is abstract schema?

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 specified 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.

 

 

 

 





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

Question: What is a Hidden Comment in JSP?

What types of comments are available in the JSP?

Tell me something about J2EE component?

The output of System.out.println(5<<2) in Java

What is Collection API?

What is the difference between jsp:include page and @ include file?

Interview Question: Do ActionForms have to be true JavaBeans?

Name the containers which uses Border Layout as their default layout?

Why J2EE is suitable for the development of distributed multi-tiered enterprise applications?

What is J2EE Connector architecture?

What is the difference between JTS and JTA?

Interview Question: What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

Interview Question: What is abstract schema?

What is the difference between Session Bean and Entity Bean?

What is the difference between jsp:forward and response.sendRedirect(url)

Latest Articles (in Interview)