InfoQ

InfoQ

Editor Specific Content View

All of Enterra Inc.'s Content on InfoQ


Latest featured content by Enterra Inc.

Using Hibernate to Support Custom Domain Object Fields

Topics
Java,
Data Access

Hibernate is a widely used ORM tool for Java. Some applications of it are not always straight forward however. A new InfoQ article looks at using Hibernate to provide a commonly requested feature of custom fields for domain objects without requiring a restart of the system. The article will walk through the solution's implementation, testing, and future improvements.