<!-- jbb_cong_country = "EG"; -->
Let Us Use Hibernate
Hibernate is a powerful, ultra-high performance object/relational persistence and query service for Java. Hibernate lets you develop persistent classes following common Java idiom - including association, inheritance, polymorphism, composition, and the Java collections framework.
Hibernate allows you to express queries in its own portable SQL extension (HQL), as well as in native SQL, or with Java-based Criteria and Example objects.
Hibernate supports the EJB 3.0/JSR-220 persistence standardization effort and implements it with Hibernate Annotations and Hibernate EntityManager;





It Seems Great
Ok that sounds good. Let
OK