New to Spring Boot/JPA/Hibernate and I'm trying to understand what the hibernate.id.new_generator_mappings
property actually does.
According to that doc, it:
"...directs how identity or sequence columns are generated when using @GeneratedValue"
But it doesn't really explain the behavioral difference from when its true
vs when its false
. Any ideas?