I also tried lazy="false", and it ignores that as well.

Here is what got generated in the hbm file

My mistake of posting it without quotes.  Even with Quotes, it ignores it.

Here is what got generated at the end

    <many-to-one
            name="myothertable"
            class="myothertable"
            cascade="none"
            outer-join="auto"
            update="false"
            insert="false"
            column="other_table_pk"
        />

As you can see lazy is ignored.

Any help is greatly appreciated.

Thx!


On Tue, May 26, 2009 at 2:34 PM, Dora Potluri <dpotl...@gmail.com> wrote:

>
> 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