-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
This is a feature request.
As a developer I want to be able to navigate from within the NHibernate
mapping file to referred types so I don't need to manually find the file.
It basically comes down to the fact that it should be possible to navigate
to the type specified in the "class" attributes of the following elements:
<generator>
<one-to-many>
<composite-id>
<key-many-to-one>
<many-to-one>
<one-to-one>
<component>
<import>
<meta-value>
<definition>
It should also be possible to navigate to the types specified in
the "type" attributes for the following elements:
<id>
<discriminator>
<property>
<key-property>
<version>
It should also be possible to navigate to the types specified in the "id-
type" and the "meta-type" attribute of the <any> element.
Original issue reported on code.google.com by glozanom...@googlemail.com on 19 Jun 2008 at 8:07
Reactions are currently unavailable