java - Hibernate Mapping Annotation default-lazy False -


i have hbm file this

<hibernate-mapping default-lazy="false"> <class name="com.pack.parent" table="parent"> 

i not able find how annotate default-lazy, should @proxy. please suggest me.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

c# - Update a combobox from a presenter (MVP) -

android - Unable to generate FCM token from dynamically instantiated Firebase -