I am using xdoclet 1.2.3 and hibernate 3.0.  I am using many-to-one
annotation like the following

/**
     * @hibernate.many-to-one cascade="none" column="other_table_pk"
insert="false" update="false" lazy=false fetch="join"
     */

I wanted the other relationship fetched so i set the lazy=false.
Regardless of what options i use, lazy=false attribute is ignored.   The
resulting hbm files does not have that.

I have seen discussion in the previous version of xdoclet, but has anyone
have an idea on how to fix this in Hibernate 3.0 with xdoclet 1.2.3?

btw: hibernate version is set to 3.0 in build.xml to ensure 3.0
compatibility.

Any help is greatly appreciated.

Thx!
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to