🔥
|
Due to workshop nature, run this without tests at first. Tests are to use AFTER you fill in certain places with your code. :-) To do this: mvn package -DskipTests
|
-
configuration of database connection
-
preparation of database models
-
CRUD methods
-
EntityManager and SessionFactory
-
5 ways to build sql queries
-
logging sql queries
-
date and time
-
inheritance
-
primary keys and id generator types
-
lifecycle of Hibernate objects
-
Hibernate collections
-
loading objects (lazy / eager)