Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll

- 2x 2x
- 1.75x 1.75x
- 1.5x 1.5x
- 1.25x 1.25x
- 1.1x 1.1x
- 1x 1x
- 0.75x 0.75x
- 0.5x 0.5x
This lesson demonstrates the use of a Hibernate `SessionFactory` to save a new entity to the database.
Note:
The .save()
method in Hibernate is now deprecated. It still functions as expected, though you may see warnings in your IDE. For newer implementations, it's recommended to use the .persist()
or .merge()
methods, which offer similar functionality.
Java Transaction API Dependency
Though I included the JTA library in the Gradle build file as a compile-time dependency, you could instead list it as a runtime dependency, since no source code references the library:
runtime 'javax.transaction:jta:1.1'
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up-
Nabil Nader
8,848 Points0 Answers
-
vikas Rai
9,703 PointsUnable to perform unmarshalling at line number -1 and column -1 in RESOURCE hibernate.cfg.xml. Message: cvc-complex-type
Posted by vikas Raivikas Rai
9,703 Points0 Answers
-
miia
13,198 Points1 Answer
-
RAHUL RAO
27,748 PointsCaused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load class [org.h2.Driver]
Posted by RAHUL RAORAHUL RAO
27,748 Points1 Answer
-
David Sielert
775 Points3 Answers
-
Marvin Deutz
8,349 Points2 Answers
-
JAVIER GARCIA
9,176 PointsCannot resove class org.hibernate.dialect.H2Dialect Hibernate 5
Posted by JAVIER GARCIAJAVIER GARCIA
9,176 Points0 Answers
-
PLUS
Michael Ball
Courses Plus Student 3,582 Points0 Answers
-
Benyam Ephrem
16,505 Points1 Answer
-
Adam Warzel
650 Points1 Answer
-
tuukka uosukainen
22,107 Points0 Answers
-
Laxmikanta Nayak
185 Points1 Answer
-
Anshika Sarawagi
66 Points5 Answers
-
Luiz Carlos
15,714 Points2 Answers
-
shekhar bhardwaj
Full Stack JavaScript Techdegree Student 12,373 Points2 Answers
-
shekhar bhardwaj
Full Stack JavaScript Techdegree Student 12,373 Points1 Answer
View all discussions for this video
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up