Creating the HibernateUtil class for getting a SessionFactory

Hibernate ORM - A Quick Start Guide Getting started with a Hibernate project
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

Now that we have our entity class ready, in order for me to create objects of this class and save the details into the database, we need to create first something called session factory. And this particular session factory is required in almost all the programs that we're going to work. So what we will do is we will create a utility class for obtaining a session factory object. So I'm going to right click on this entity package here, and then say, new class, but I want this to be a new package called utils. And then I'm going to call this as hibernate util. Press Enter.

A new class with a new package has been created. Let's go and create a private static session factory variable. And to import the same, I'm going to press Command Shift O, and since there is no name conflict, it simply added the import statement over here. Now the reason I made this as a problem With static is because we want this object to be a singleton, so that wherever I asked for a factory, it is going to check if the factory is initialized, it's going to return the same. But if it is not initialized, it's going to initialize one and then return the same. So let's go and create a public function to do the job.

I'm going to say static. It returns a session factory. Let's call it as get session factory. I'm going to say your return factory. But we also have to check has this been initialized, if it's not initialized, we have to initialize the same. So I'm going to say your if factory equals to null, then we're going to do the initialization.

Remember, static variables have been initialized by default with null. A session factory represents a database and a session represents a database connection. Since the session factory represents a dB, we have to pass the DB connectivity information. Let's create a properties object for the same. So with a properties, tops equals to new properties, and the properties is from Java dot util, so I'm going to select the same. And then we're going to add few properties over here.

I'll say props dot set property. The first property is about the driver. So I'm going to say hibernate dot connection dot driver. The value for that depends on the DB that you want to connect to. Since I want to connect to h2 database, it's going to be r dot hits to dot driver, I'm going to make a copy of this and change this to URL URL happens to be the JDBC connection string that you want to use. And if you don't remember, you can go to the h2 console.

And then you can copy the URL from here. So I'm going to copy this, go back over here and replace this one. So I'm going to make another copy of this, paste it and change this to username and the user name for our DB is S A In my case, and then there is a password that I have to give which is empty string. So that's this password. And this is empty string. hibernate converts all your Java function calls into an appropriate SQL command.

For this it makes use of something called dialect class. For most of the applications, this dialect class is not necessary, but for very important complex queries. Without the dialect, hibernate will not work and will throw an error. So let's give this properly by typing props dot set property of hibernate dot dialect. The value for this is our dot hibernate dot dialect. Don't pitch to dialect.

Now if you want to see what other dialects you have, you can press Command Shift t on Mac Ctrl Shift t on Windows or you can go to navigate over Type and then type dialect and you should see our hibernate dialect which is an abstract class over here. If you select that and then press function key four or f4 you will see that there is a bunch of classes that extend the direct class and hedge to dialect is one of them. So if you want to work with for example my SQL you will see that there is a my SQL dialect there is more specific version of the same my SQL five dialect and expand the same thing to see more and more features. So if you want to work with Oracle, for example, there's an Oracle eight islet Oracle nine eight dialect then 10 G and then you have to LC dialect also.

So likewise for Microsoft SQL Server, you will see that there is an abstract transact SQL dialect but if you expand that, you see an SQL Server dialect. There is an SQL Server 2005 and then 2008 and then you have your 2012 dialect. So let's come out of that. Now earlier I mentioned that hibernate can create the tables for You if the tables don't exist, so I'm going to make a copy of this and add here, change this to something called HB m to DD L. HB M stands for hibernate mapping to DDL which is data Definition Language. So basically hibernate is going to convert our hibernate mapping which we are given in the category using annotation into appropriate data Definition Language like create alter drop, and here I'm going to give a value of update which means it is only going to make the changes if needed, otherwise it is not going to do anything.

Since hibernate is going to create the SQL commands for you. If you are interested to see what SQL commands have been generated, you can also give here something called show underscore SQL with a value of true and it will show you the SQL commands. While the SQL command is very lengthy if you want to format that you can also use your format underscore SQL and say that It is true whenever you don't want to just come here and then disable this with value of false. Now that we have enough properties here, let's create a configuration object representing our dB. To do that, I'm going to say configuration CFG equals to new configuration. And make sure to import it from the hybrid package.

So there are two configuration classes. One comes from Java x security auto login, that is not what we want. And this is the one that we want, I select the same, now we have a configuration object. This configuration object can create a session factory for us with the information we are given here. The first thing that we have to do is to say that we have a class called category that this CFG should manage. So I'm going to say CFG dot add annotated class, and I'm going to supply my category dot class as a parameter.

Now in order to create a session factory, you simply have to say see of T dot build session factory. And that actually should give you a session factory object. I can assign this to factory hybrid version four onwards, the factory can be created and kept in something called as a registry. If you want to use that you can say here service registry, let's call it as registry equals to new standard service registry builder, dot apply settings, and then we supply the prompts. So where we are given all these information, then we say here dot build, that gives me what's called as a service registry which we have to import. And once we import this, we can now say here that this registry which contains all this information should be used for building the session factory here.

So I take this and pass it as an argument. And now we have our factory ready. So all of our programs, we're going to see Let's say hibernate util dot get session factory to get a session factory object

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.