Tuesday, August 30, 2011

J2EE Hibernate Architecture

Hibernate Architecture....




The above diagram clearly specifies that application layer is your user interface and coding part and the next one is Hibernate persistence object that is generated java classes for mapping the database table and it performs the queries like Select, Insert, Delete and Update and below to that we have XML Mappings that contains the database engine information that Hibernate has to be generate query based on the your coding hibernate query .

Hibernate architecture has three Main Concepts.

  1. Connection Management - Its used for open and closing the connection
  2. Transaction Management - Its used for Executing the one query or more than one query
  3. Object relation Management - Its used for Relation Database like we perform Select, Insert, Update and Delete


For Further Reading,
Hibernate, J2EE

0 comments:

Post a Comment