| 
					
						 Hello:
 
 I'm trying to use the <meta> tag of the .hbm.xml data dinamically on my program. I can get to the Metadata using
 
 getSessionFactory().getAllClassMetadata();
 
 but I don't see nothing in there to access that meta-metadata. Is there a way to do that?
 
 Basically I want to use the <meta> information to provide extra information about the class, similar to what I would use as a annotation.
 
 Actually, if there is a way of producing a annotation in the resulting class, that would do the trick as well.
 
 Thanks all for your help.
 
 Cheers. 
					
  
						
					 |