| Joined: Tue Apr 18, 2006 7:46 am
 Posts: 1
 | 
				
					| Hi to all
I'd like to know if it is possible to have an extension of API on the level of metadata:
 
 ClassMetadata:
 Role[] getRoles(Boolean includeInherited);
 
 
 Role:
 Role getOtherRole();
 ClassMetadata getClassOwner();
 ClassMetadata getOtherSideOwner();
 
 
 This information is present in .hbm files. Is it hard to implement? In a case that I am capable to do the implementation, can you tell me what is the procedure for becoming nhibernate coder?
 
 
 Thanks in advance.
 Dejan
 
 
 |  |