Previous Next vertical dots separating previous/next from contents/index/pdf

Tutorial - Developing a Hibernate Application

This tutorial shows you how to use BEA Workshop Studio to build real-time Hibernate-based web applications.

Hibernate is an open-source ORM solutions for Java applications. Hibernate provides data query and retrieval facilities that significantly reduce development time. Hibernate lets you develop persistent classes following object-oriented idiom - including association, inheritance, polymorphism, composition, and collections. Hibernate allows you to express queries in its own portable SQL extension (HQL), as well as in native SQL, or with an object-oriented Criteria and Example API.

This tutorial provides step by step instructions as related to Hibernate but for minor differences, could also be used with Kodo (Kodo Persistence API which at press time is being released by BEA as open source in a new project called Open JPA).

The tutorial describes how to

This tutorial also explains the BEA Workshop Studio concepts and features

Click the arrow to navigate through the tutorial:

 

Skip navigation bar   Back to Top