36 articles and counting
      
Articles listed under: Hibernate

Hibernate Architecture

One of the key features of Hibernate’s design is the principle of least intrusiveness—the Hibernate developers did not want Hibernate to intrude into your application more than was necessary. This led to several of the architectural decisions made for Hibernate.
Hibernate can be configured to run in almost any Java [...]

READ FULL ARTICLE

Using HQL Editor in Hibernate Tools

For anyone who uses Eclipse and is also writing HQL, the Hibernate Tools HQL Editor is a very useful piece of software. The tool I have been using is the one provided by JBoss who also provide the popular Object Relational Mapping (ORM) tool Hibernate itself. The hibernate tools provide several utilities but Im [...]

READ FULL ARTICLE