--- Stanislav Bryzgalov <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I think that line in DTD
> 
> <!ELEMENT many-to-one (meta*,(column|formula)*)>
> 
> merely states tags can appear in any order, but that
> does not mean the
> order does not matter, IMHO. Well, at least in my
> case it does, as
> with wrong order Hibernate takes data from wrong
> columns to load
> associated entity by primary key.

If you look into template, you will see that 
we first process columns (in order), then formulae
tags. ( also in order ) 

DOing this completely in definition order woud require
some ( not too much ) hacking on plugin class. 

regards,

----[ Konstantin Pribluda http://www.pribluda.de ]----------------
Still using XDoclet 1.x?  XDoclet 2 is released and of production quality.
check it out: http://xdoclet.codehaus.org

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
xdoclet-plugins-interest mailing list
xdoclet-plugins-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to