0% found this document useful (0 votes)
7 views1 page

Assignment - Hibernate

The goal is to migrate the Jdbc Course Enrollment Console App to Hibernate. This involves completing a specified course and reading various resources related to SQL injection prevention, JPA usage, Hibernate types, and mapping relationships. After completing the readings, another course should be finished to finalize the migration process.

Uploaded by

gptcharacholena
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

Assignment - Hibernate

The goal is to migrate the Jdbc Course Enrollment Console App to Hibernate. This involves completing a specified course and reading various resources related to SQL injection prevention, JPA usage, Hibernate types, and mapping relationships. After completing the readings, another course should be finished to finalize the migration process.

Uploaded by

gptcharacholena
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Goal:

To migrate the Jdbc Course Enrollment Console App to Hibernate.

Learning Resources:

Step#1: Complete the following course

Step#2: Read the following resources:

https://vladmihalcea.com/a-beginners-guide-to-sql-injection-and-how-you-should-prevent-it/
https://vladmihalcea.com/why-and-when-use-jpa/
https://vladmihalcea.com/jpa-persistence-xml/ (ignore: shared-cache-mode, validation-mode)
https://vladmihalcea.com/a-beginners-guide-to-hibernate-types/
https://vladmihalcea.com/the-best-way-to-map-an-enum-type-with-jpa-and-hibernate/
https://vladmihalcea.com/date-timestamp-jpa-hibernate/
https://vladmihalcea.com/map-string-jpa-property-json-column-hibernate/
https://vladmihalcea.com/jpa-query-setparameter-hibernate/
https://vladmihalcea.com/how-to-map-java-and-sql-arrays-with-jpa-and-hibernate/
https://vladmihalcea.com/multidimensional-array-jpa-hibernate/
https://vladmihalcea.com/hibernate-facts-equals-and-hashcode/
https://vladmihalcea.com/the-best-way-to-implement-equals-hashcode-and-tostring-with-jpa-and
-hibernate/
https://vladmihalcea.com/how-to-implement-equals-and-hashcode-using-the-jpa-entity-identifier/
https://vladmihalcea.com/database-table-relationships/
https://vladmihalcea.com/the-best-way-to-map-a-onetoone-relationship-with-jpa-and-hibernate/
https://vladmihalcea.com/the-best-way-to-map-a-onetomany-association-with-jpa-and-hibernate/
https://vladmihalcea.com/manytoone-jpa-hibernate/
https://vladmihalcea.com/the-best-way-to-use-the-manytomany-annotation-with-jpa-and-hiberna
te/
https://vladmihalcea.com/prepersist-preupdate-embeddable-jpa-hibernate/
https://vladmihalcea.com/the-best-way-to-use-entity-inheritance-with-jpa-and-hibernate/
https://vladmihalcea.com/how-to-inherit-properties-from-a-base-class-entity-using-mappedsuper
class-with-jpa-and-hibernate/
https://vladmihalcea.com/jpa-query-setparameter-hibernate/

Step#3: Complete the course

You might also like