1
I started using Hibernate and I am very lay in the subject, what I really want to know is: When we map a class for Hibernate to automatically create the table in the database, it is possible to control what will run in the database?
For example: If I change the name of an attribute or add an attribute to my class, can I disable the function of changing the database automatically? How can I have this kind of control?