Hello,<br><br>I am looking into the source code of Hibernate and I am trying to better understand how it is implemented.<br>My question relates to annotation processing by Hibernate. Let&#39;s take a simple JPA annotation : [code]@Column[/code].
<br><br>I would like to know:<br>-What is the class in charge of processing the annotation (at runtime I suppose)?<br>-How and when is the relevant method of that class invoked (at runtime I suppose)?<br><br>Any clue welcome,
<br><br>Thanks in advance for your replies,<br><br>Julien.