many-to-one what is "node" good for?

13 views
Skip to first unread message

CyberE

unread,
Jun 14, 2011, 12:12:39 PM6/14/11
to nhusers
In a many-to-one association, what is the "node" attribute good for?

tia ernst

Thanigai

unread,
Jun 14, 2011, 1:58:33 PM6/14/11
to nhusers
As far as I can see this is used in the Union-Subclass tag in the
nhibernate documentation page.

<union-subclass
name="ClassName" (1)
table="tablename" (2)
proxy="ProxyInterface" (3)
lazy="true|false" (4)
dynamic-update="true|false"
dynamic-insert="true|false"
schema="schema"
catalog="catalog"
extends="SuperclassName"
abstract="true|false"
persister="ClassName"
subselect="SQL expression"
entity-name="EntityName"
node="element-name">

<property .... />
.....
</union-subclass>

So something related to join the child node with the parent node.

Fabio Maulo

unread,
Jun 15, 2011, 3:34:52 PM6/15/11
to nhu...@googlegroups.com
Not supported yet.
Reply all
Reply to author
Forward
0 new messages