facebook

Hibernate and lazy property attribute

  1. MyEclipse Archived
  2.  > 
  3. Database Tools (DB Explorer, Hibernate, etc.)
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #233718 Reply

    Saloucious
    Member

    Hello,
    I’m a newbie in myeclipse and I just desire to know how can I create Hibernate Mapping with lazy attribute :

    Eg :

    
    
    
     <set name="toto_n" inverse="true" lazy="true">
                <key column="CURRENCY_ID"/>
                <one-to-many class="toto"/>
            </set>
    
    

    Thanks

    #233724 Reply

    Riyad Kalla
    Member

    This would require custom editing of the generated hbm.xml files.

    #233745 Reply

    Saloucious
    Member

    Ok thanks , that what i’ve done

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Hibernate and lazy property attribute

You must be logged in to post in the forum log in