• Breaking News

    Friday 11 July 2014

    Introduction About Hibernate


    1. Hibernate is open source java framework that work on object-relationship model which map object model representation  to relational database representation.

    2.Hibernate provide api to interact with database.

    3.It easy to move over project from one database to another database in case of hibernate.

    4.Hibernate can easily integrate with other java framework.

    5.Query is not dependent on database that is drawback of JDBC.

    6. Following file required to run hibernate application.
                 
     Java Bean class- It is model that is store into database       

    Mapping file-It is used for how object load and store into database.   

    Hibernate Configuration file-It contain information about database  like database name,url,username,password,driver-name .
     

    No comments:

    Post a Comment