Tutorial On Spring with Hibernate and Java Persistence API - 0 views
-
Paul Sydney Orozco on 25 Nov 10Sample of using Hibernate Annotations by reducing XML configuration files thus making it simpler to define required metadata directly into our Java code. When using annotations, we no longer need the additional mapping file (*.hbm.xml). The metadata for the ORM is specified in the individual classes.