Persisting a Category instance into RDBMS

5 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

Now that we have the session factory and the entity class, let's go and create a new program to add a new category to our database table. To do so, let's go and create a new Java class under a new package called program. So I'm going to call this as new class, but change the package to programs and this is going to be my first example program. So I'll call it as x 01. Let's call it as main and then also add a public static void Main. Click on Finish, we now have a program that's full screen this and then get rid of this to do now I want to save a new category into the database table.

Remember, we don't have the table yet. So let's create a category object by typing categories T one equals to new category imported from our own entity package, and says even dot set category name to that say coverages. And then I'm going to type here see one dot set description, let's say for example, say coffee, tea, etc. Notice I do not have an ID at this point in time. So if I print c one dot get category ID, it's going to give me a null value. I want hibernate to automatically generate the ID based on the strategy that we are given, which is called identity.

The first thing that we want to do is to get session factory so I'm going to type here factory equals to hibernate util dot get session factory, I have not created this variable of any data type. So that's why I'm getting an error. All I have to do is to press Command one on Mac Ctrl one on Windows, and it will automatically say create a local variable called factory. And when I press enter, based on the return type of get session factory, it will associate this variable with the type also automatically imports that so I press Enter. And now you can see that it has imported that created a variable using that, since we stored the factory in the service registry in the hibernate util, it is important that you close the factory at the end of this program, even if there was an exception, so I'm going to put a try with finally block.

And then inside the finally block, I'm going to say factory dot close, so that even if there were any exceptions, the factory gets automatically closed. Now in order to save the category into the database, we have to say session equals to factory dot open session. The factory dot open session returns a hibernate session, which represents a DB connection. Since I did not create the variable session with the data type, it's giving me an error. Like in the previous case, I'm going to press Command one, press enter and I got the session here and session being imported here as well. If you want to perform, insert, update, or delete, which are DML statements, you must put those statements in a transactional boundary Which means you have to begin a transaction and end the transaction by calling commit or rollback hybrid session provides a function called begin transaction which creates a transaction object.

So I can simply say session dot begin transaction, assign this to a variable called TX. press Command one to import and create the variable automatically. Now that we have our transaction variable, let's put a try catch block. And then inside the try catch block, let's try saving this. In order to save the category object. I simply say session dot persist, and then type C one which is a category object.

If there is successfully done I want to commit. If there is any error, I want to roll back. So if this is successfully saved, I want to tell the user that category object has been saved and type your new category saved with ID and then I type your C one dot get category ID remember earlier I mentioned that at this point in time, we have not set the ID. So if we say C one dot get category ID, I would have got none. But at this point in time, it has already been inserted into the DB, the newly generated ID has already been retrieved. And hibernate already has set the ID for C one.

Now all I'm doing is getting the ID. But in case if there was any problem, it will go to the catch block, rolls back the transaction. And then I type here System dot out dot print ln, there was an error while saving the new category, and if I want to give the message I can also say here, e dot get message. So let's save this and run the same. But just before running, we will go to the DB client here, connect to our database. Notice I don't have any table called categories.

So let's run this and check if it's gonna work. When I run this. You may see that there is a Insert statement, but I didn't see a CREATE TABLE command. And it's also giving me an error saying that table category's not formed. This is probably an error because of my hibernate util, get session factory here. And the property here is hibernate dot HBM to DDL dot auto.

I missed that part. I save this, close this, go back to the program and rerun that once more. And I should now see that there is a CREATE TABLE command which creates the table called categories and then inserts that it also gave me a message saying that new categories saved with ID one. Let's go to the DB client here and click on the refresh button over here. And you see that there is a categories table created. I click on this it shows me select star from categories.

I click on Run and you can see that the newly inserted category from the Java program appears over here.

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.