1
Pins

hibernate-tutorial-continued-using-annotations

published 151 days, 18 hours, 7 minutes ago posted by jamesjames 160 days, 19 hours, 20 minutes ago
Tuesday, December 20, 2011 3:30:18 PM GMT Sunday, December 11, 2011 2:17:34 PM GMT

Annotations are powerful and easy way used to provide metadata about the class.They do not effect the operation of the code. They can be used to provide information about the class to the compiler. They can be used to replace the configuration files. Many applications scan files and detect annotated classes and get configured accordingly. I am using JPA API here to demonstrate you the usage of annotations. Please download ejb3-persistence.jar and include in your referenced libraries.

category: ORM | clicked: 4 | | source: www.skill-guru.com | show counter code
tags: Annotations, Hibernate, Tutorial


To post comments using your Facebook,Twitter, Gmail etc credentials in the Discus comments section. Or use your Javapins credentials at the end of the page.
To post your comment as a Javapins user please login or signup to Javapins database.