Hibernate is a powerful, yet convenient way for Java objects
to interact with relational databases as Java objects. This
course will introduce you to an object-relational mapping
service called Hibernate. With Hibernate, you are able to
remove SQL queries from your code and make them into components
of an object-oriented environment.
By the end of this course you will be able to use hibernate
to create mappings between objects and database schema and
make use of those mappings in a Java application.
In this course, you will:
- Gain an understanding of object-relational mapping
- Use Hibernate to create persistent objects
- Use the information stored in those persistent objects
- Create a Java application that uses object-relational
mappings