Questions
Answer the following questions to test your knowledge of this chapter:
- What are ORM, JPA, and Hibernate?
- How can you create an entity class?
- How can you create
CrudRepository
? - What does
CrudRepository
provide for your application? - How can you create a one-to-many relationship between tables?
- How can you add demo data to a database with Spring Boot?
- How can you access the H2 console?
- How can you connect your Spring Boot application to MariaDB?