hibernate
-
hibernate
Hibernate One to One Example
In simple terms, a One-to-One Association is similar to Many-to-One association with a difference that the column will be set…
Read More » -
hibernate
Hibernate One to Many Example
One-to-Many mapping means that one row in a table can be mapped to multiple rows in another table but multiple…
Read More » -
hibernate
Hibernate Many to Many Example
Many-to-Many mapping is usually implemented in the database using a Join Table. For example, we can have Cart and Item…
Read More » -
hibernate
Hibernate Example Code Using Annotations
Hibernate annotations is the powerful way to provide the metadata for the Object and Relational Table mapping. All the metadata…
Read More » -
hibernate
Hibernate Example Directory Structure
In this tutorial, I will show you how to setup a Hibernate project with Eclipse. 1. Introduction Hibernate is an…
Read More » -
hibernate
Hibernate JNDI Example
A database connection is expensive to make, yet all web applications use it. That is why most of the servlet…
Read More » -
hibernate
Hibernate Mapping Types Example
Hello, in this tutorial we will see the different mapping types that are available in Hibernate. 1. Introduction Hibernate is…
Read More » -
jsf
JSF Hibernate CRUD Example
Hello, in this tutorial I would like to show the usage of Hibernate framework in a simple jsf application and…
Read More » -
spring
20 Spring Framework Best Practices
Spring Application Framework has been in action for quite a long time, and programmers have developed several conventions, usage patterns,…
Read More » -
MVC
Spring MVC Hibernate Tutorial
1. Introduction To develop web applications these days, we use Modern View Controller architecture. Spring provides MVC framework with ready…
Read More »