[hibernate-dev] New feature: Configuring “hibernate.hbm2ddl.auto” at entity level?

2012-10-22 Thread Julien Martin
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

[hibernate-dev] Annotations and JPA

2007-11-05 Thread Julien Martin
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