What is the difference between hibernate and spring JDBC template? List any advantages and disadvantages
Latest Answer: The main diffrence between Entity Bean and hibernate is Entity Bean is a heavy weight component and hibernate is a light weight component. ...
Latest Answer: HQL provides four ways of expressing (inner and outer) joins:1) An ordinary join in the from clause2) A fetch join in the from clause3) A theta-style join in the where clause4) An implicit association join ...
Latest Answer: Those are .. 1 to many, many to many, many to one.. relations. these relational mappings are done by using the hibernates utilities such as list, set, bags, object... In detail Go thru.... www.hibernate.org ...
Latest Answer: Add the hibernate related jar files into lib directory of any web application using net beans.http://www.netbeans.org/kb/41/hibernate.html ...
Latest Answer: cascade specifies which operations should be casecaded from the parent object to the associated object. The meaningfull values would be persist , merge, delete, save_update, evict , replicate, lock , refresh , all , delete_orphan. ...
Latest Answer: Hibernate is ORM tool used for data persistency.Spring is a framework for enterprise applications with default APIs for presentation, middle tiers and presistence layers and allows to integrate with various presentations, middle tier and presistence APIs ...
Latest Answer: Preserving the data inside a database is database persistence. Persistence is once of the fundamental concepts of application developement. There are many alternatives to implement persistence. Object/relational mapping (ORM) is the technique that Hibernate ...
Latest Answer: Its is one of the most popular ORM technology available to date in the market.Java bean is a simple resuble component. There is no persistency on bean hibernate provides the service to make the bean persistent so that we can make use of it. In hibernate ...
Latest Answer: Hibernate 3.2 ...
View page << Previous 1 [2] 3 4 Next >>

Go Top