1.

Explain The Main Difference Between Entity Beans And Hibernate.

Answer»

Entity beans are to be implemented by CONTAINERS, CLASSES, descriptors. Hibernate is just a tool that quickly persist the object tree to a class hierarchy in a database and without using a single SQL STATEMENT. The inheritance and polymorphism is quite simply implemented in hibernate which is out of the box of EJB and a big DRAWBACK.

Entity beans are to be implemented by containers, classes, descriptors. Hibernate is just a tool that quickly persist the object tree to a class hierarchy in a database and without using a single SQL statement. The inheritance and polymorphism is quite simply implemented in hibernate which is out of the box of EJB and a big drawback.



Discussion

No Comment Found