Chapter 13. Hibernate

IN THIS CHAPTER

Hibernate is a popular persistence engine that provides a simple, yet powerful, alternative to standard entity beans.

Hibernate can run in almost any application server or even outside an application server completely. Hibernate is very simple, but when running in JBoss, you can choose to deploy your application as a Hibernate archive, called a HAR file, and make Hibernate’s simple usage even simpler. JBoss can manage your Hibernate session and other configuration details, allowing you to use Hibernate objects with minimal setup.

The Hibernate MBean

The Hibernate archive instantiates and configures a ...

Get JBoss® 4.0 The Official Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.