metadata « Component « JPA Q&A





1. Get metadata about components in NHibernate    stackoverflow.com

So, you can use NHibernate.ISessionFactory.GetClassMetadata(System.Type) to get information about a mapped entity class in NHibernate. However when the type is mapped as a component, GetClassMetadata blows up with an exception stating that ...

2. dynamic-component metadata    forum.hibernate.org