Many-to-one association between Product and Category entities

8 minutes
Share the link to this page
Copied
  Completed
You need to have access to the item to view this lesson.
One-time Fee
$49.99
List Price:  $69.99
You save:  $20
€46.40
List Price:  €64.96
You save:  €18.56
£39.83
List Price:  £55.77
You save:  £15.93
CA$68.34
List Price:  CA$95.68
You save:  CA$27.34
A$75.73
List Price:  A$106.02
You save:  A$30.29
S$67.43
List Price:  S$94.41
You save:  S$26.98
HK$390.55
List Price:  HK$546.80
You save:  HK$156.25
CHF 45.24
List Price:  CHF 63.34
You save:  CHF 18.10
NOK kr543.62
List Price:  NOK kr761.11
You save:  NOK kr217.49
DKK kr346.42
List Price:  DKK kr485.02
You save:  DKK kr138.59
NZ$83.15
List Price:  NZ$116.42
You save:  NZ$33.26
د.إ183.60
List Price:  د.إ257.06
You save:  د.إ73.45
৳5,471.12
List Price:  ৳7,660.01
You save:  ৳2,188.88
₹4,168.17
List Price:  ₹5,835.78
You save:  ₹1,667.60
RM236.95
List Price:  RM331.75
You save:  RM94.80
₦61,737.65
List Price:  ₦86,437.65
You save:  ₦24,700
₨13,868
List Price:  ₨19,416.31
You save:  ₨5,548.31
฿1,837.56
List Price:  ฿2,572.74
You save:  ฿735.17
₺1,617.36
List Price:  ₺2,264.43
You save:  ₺647.07
B$254.77
List Price:  B$356.70
You save:  B$101.93
R925.26
List Price:  R1,295.44
You save:  R370.18
Лв90.75
List Price:  Лв127.05
You save:  Лв36.30
₩67,788.68
List Price:  ₩94,909.58
You save:  ₩27,120.90
₪185.35
List Price:  ₪259.50
You save:  ₪74.15
₱2,852.60
List Price:  ₱3,993.87
You save:  ₱1,141.27
¥7,651.21
List Price:  ¥10,712.31
You save:  ¥3,061.10
MX$848.45
List Price:  MX$1,187.89
You save:  MX$339.44
QR181.83
List Price:  QR254.57
You save:  QR72.74
P679.12
List Price:  P950.82
You save:  P271.70
KSh6,605.16
List Price:  KSh9,247.76
You save:  KSh2,642.59
E£2,394.23
List Price:  E£3,352.12
You save:  E£957.88
ብር2,861.57
List Price:  ብር4,006.43
You save:  ብር1,144.85
Kz41,791.64
List Price:  Kz58,511.64
You save:  Kz16,720
CLP$47,104.79
List Price:  CLP$65,950.47
You save:  CLP$18,845.68
CN¥361.78
List Price:  CN¥506.53
You save:  CN¥144.74
RD$2,896.80
List Price:  RD$4,055.76
You save:  RD$1,158.95
DA6,728.30
List Price:  DA9,420.16
You save:  DA2,691.86
FJ$112.64
List Price:  FJ$157.70
You save:  FJ$45.06
Q387.49
List Price:  Q542.52
You save:  Q155.02
GY$10,429.06
List Price:  GY$14,601.52
You save:  GY$4,172.46
ISK kr6,974.05
List Price:  ISK kr9,764.23
You save:  ISK kr2,790.17
DH502.81
List Price:  DH703.98
You save:  DH201.16
L883.05
List Price:  L1,236.34
You save:  L353.29
ден2,855.97
List Price:  ден3,998.59
You save:  ден1,142.61
MOP$401.24
List Price:  MOP$561.77
You save:  MOP$160.53
N$922.79
List Price:  N$1,291.99
You save:  N$369.19
C$1,835.15
List Price:  C$2,569.36
You save:  C$734.20
रु6,656.11
List Price:  रु9,319.09
You save:  रु2,662.97
S/186.09
List Price:  S/260.54
You save:  S/74.45
K192.70
List Price:  K269.79
You save:  K77.09
SAR187.49
List Price:  SAR262.50
You save:  SAR75.01
ZK1,344.69
List Price:  ZK1,882.68
You save:  ZK537.98
L230.99
List Price:  L323.40
You save:  L92.41
Kč1,163.34
List Price:  Kč1,628.77
You save:  Kč465.43
Ft18,074.53
List Price:  Ft25,305.79
You save:  Ft7,231.25
SEK kr539.27
List Price:  SEK kr755.02
You save:  SEK kr215.75
ARS$43,903.33
List Price:  ARS$61,468.17
You save:  ARS$17,564.84
Bs345.22
List Price:  Bs483.33
You save:  Bs138.11
COP$194,164.52
List Price:  COP$271,845.87
You save:  COP$77,681.34
₡25,478.72
List Price:  ₡35,672.25
You save:  ₡10,193.53
L1,231.47
List Price:  L1,724.16
You save:  L492.69
₲373,200.63
List Price:  ₲522,510.75
You save:  ₲149,310.11
$U1,910.59
List Price:  $U2,674.97
You save:  $U764.38
zł200.97
List Price:  zł281.37
You save:  zł80.40
Already have an account? Log In

Transcript

To understand the many to one and one to many associations between entities, let's go first create a new entity class called product. So I'm going to right click on the entity package, new class here, call it as product. Press Enter. This is also a plain ordinary Java object. I'm going to have some variables here called private integer product ID, private string product name, it also will have some kind of a quantity per unit. Let's give it a price.

Double unit price. A product also belongs to a category. So the association between a product and category here would be like many products belong to one category. Hence the association is many to one. As a general rule of thumb, if you have a foreign key in a table that is represented using a many to one Association To say that the product has association with a category. Let's create a variable here called category of type category.

Let's also add a constructor here. And then generate getters and setters by going to source menu, generate getters and setters. Select All, say, OK, and let's also add a two string by going to source generate to string and then say, Okay, we got the two string, representing even the category also, in order to map this to a table called products. Let's first add at the rate entity. And then at the rate table, name equals two products. Since we don't have this particular table called products, because of HBM to DDL dot auto equals to update, hibernate will automatically add this table that's imported.

Let's also artists as at the rate ID at the rate generated value. Once again. In the previous case, we'll add the same strategy, which is identity, which means there will be an auto increment added to this particular field. We'll also say that this is mapped to a column whose name is product underscore ID. This is going to be a product name with an underscore. This is going to be a quantity underscore or underscore unit unit underscore price.

And this one is not a column mapping. If you just leave the category without any column mapping, hibernate will automatically assumes that this is a column in your table and it tries to create such a column because we have given HBM to DDL auto but this is not a scalar type, which means there is no data type called category in an RDBMS. So we have to say that this is not a column by itself, but this corresponds to a foreign key called category underscore ID. So we're going to say here at the rate many to one. And then we say, at the rate join column, we say name equals to category underscore ID. What it does is it's going to create a new column called category underscore ID in products table makes it as a foreign key to the primary key of the table corresponding to this category, which is category stable.

Now that we have this product class, we also have to tell in hibernate util that there is another class that hibernate should manage by adding this CFG dot add annotated class entry. So CFG dot add annotated class of product class. Now hibernate is aware that there is another entity class. Now if you run any of the previous programs, hibernate will automatically synchronize the entity classes and the tables It's going to create the products table as well. But to see if this association works, let's go and create a new Java class. Under the programs package, I'm going to call this as x 05 package, called the class as mean.

Also add the main function over here. Let's fullscreen this, delete the to do, and then I'm going to paste this snippets which we used earlier as well, I'm going to import the packages. So we got the session and we have begun the transaction. So I'm going to create a new product object here and then associate that with our existing category called beverages. So first I'll give the category called beverages by typing c one equals to session dot get. And then I type your category class ID is one and then this C one has to be created as a category object.

Let's also create a new product object by typing product, p one equals two new product. Let's give some values to that P one dot set product name of, let's say, p one dot set quantity per unit, let's say 10 boxes into 20 bags. Let's give it a price of let's say for example, eating point zero dollars, ID is automatically generated. But I'm going to say p one dot set category of C one. And now if I come down here and say session dot persist, p one, p one will now be inserted with the primary key value of c one as its category ID. So I'm going to type your system dot out dot print ln, new product saved with ID and then I type your P one dot get product ID.

Save this run the same and you will see that There is a new CREATE TABLE command with ALTER TABLE also here because there is a foreign key being added over here. This is to retrieve the category object. And then we have an insert into products with all these values and say new products here with ID one. Let's go and have a look at the same. So first I go here and refresh this, you will see that there is a products table. I'm going to click on the products here.

So select star from products appears. I click on Run, and you will see that there is a new product ID auto generated ID here, the values have come but importantly category underscore ID is one. And that's because we did an association mapping over here, many to one also brings us other features. For example, if I retrieve a product object based on the ID, the corresponding category also will be retrieved to demonstrate the same Let's take another program. So I go to this package, new class. And then I type your package names six The program name is mean.

Let's also add the main function fullscreen this, get rid of this, I will also add the basic code snippet that we have been using. And now we don't need a transaction this time because we're only going to retrieve the data. So I'm going to type your P one equals to session dot get, and then say product dot class ID of one, that's the newly added product. And p one is going to be a product object, we close the session and then I'm going to type your sis out p one, you will see that the product object comes with not only the data from the products table, but also from the corresponding category table. So if I save this and run the same, you should see that the product along with the category has been returned over here and it says your category ID is one name is beverages description is so on.

So, you can see that it has achieved that by using the joint statement here. So it is Join the products table with the categories table. This kind of retrieval of one entity based on another entity is called as eager fetch, because we only asked for a product object, but hibernate went ahead and brought the corresponding category also. There is also another concept called lazy fetch, where you ask for one entity, even though there are other entities that this entity refers to. hibernate will only fetch the Ask the entity which is called lazy fetch. By default, many to one is an eager fetch and one to many is lazy fit

Sign Up

Share

Share with friends, get 20% off
Invite your friends to LearnDesk learning marketplace. For each purchase they make, you get 20% off (upto $10) on your next purchase.