Hibernate architecture

We will see Hibernate architecture in 2 views 1) High level view of Hibernate Architecture 2) Detailed view of Hibernate Architecture Hibernate architecture shows configuration details and various objects involved in each layer Hibernate uses Java API like JDBC API,Java Transaction API(JTA) and Java Naming and directory Interface(JNDI) The below figure illustrates High Level View […]

Share this article on

Understanding hibernate configuration file

We have already learned that Hibernate configuration file gives clear information to Hibernate framework about where to find the mapping files which defines the mapping between Java classes and database tables. Configuration file also gives information about database details like database URL,credentials,dialect information and other important parameters. We can use default configuration file name as […]

Share this article on
< Previous