Match the values of the spring.jpa.hibernate.ddl-auto property with their functions.
JPA and Hibernate settings
Settings for DDL operations
Report a typo
Match the items from left and right columns
create
create-drop
update
validate
none
Hibernate compares entities and database schemas, and throws an exception in case of mismatch
Hibernate compares entities and database schemas, and alters the tables in case of mismatch
Hibernate first drops existing tables and then creates new ones based on entities
Hibernate doesn't perform any DDL operations
Hibernate first drops existing tables, creates new ones based on entities, and drops all the tables after the application stops
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.