Member Menu
 
 Monthly JBoss newsletter:
 
Java Persistence with Hibernate
CaveatEmptor
«   Query Facilities

Hibernate Feature List

HMLCA   »

Metadata Facilities

Human-readable XML mapping documents

The XML mapping format is designed to be edited by hand - no messing around with clunky mapping GUIs and verbose, unreadable XML

  • bridge the object / relational "impedence mismatch"
  • define the object-relational mapping
  • may be used to generate (and export) database table / constraint creation scripts (essential for agile development)

[Hibernate Annotations] Annotation-based mappings

  • Mappings may be expressed via JDK 5.0 annotations
  • Support for EJB 3.0 mapping annotations and Hibernate extensions

[Hibernate Annotations] Hibernate Validator

An annotation-based validation framework for use with Hibernate

Metamodel API

The configuration-time metamodel may be accessed and manipulated by the application or tools

[Hibernate EntityManager] EJB 3.0-compliant XML mapping documents

COMING SOON

© Copyright 2006, Red Hat Middleware, LLC. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc. [Privacy Policy]