Hello,
I currently use the hibernate.hbm2ddl.auto property with a value of create.
While this setting is very convenient for some entities, I also have an
entity that is not going to change (i.e. reference data such as postcodes)
and that contains some data that I would like to keep across restar
Hello,
I am looking into the source code of Hibernate and I am trying to better
understand how it is implemented.
My question relates to annotation processing by Hibernate. Let's take a
simple JPA annotation : [EMAIL PROTECTED]/code].
I would like to know:
-What is the class in charge of processi