I have a hbm file like this
<hibernate-mapping default-lazy="false">
<class name="com.pack.parent" table="Parent">
I am not able to find how to annotate the default-lazy
, should I do with @Proxy
. Please suggest me.
I have a hbm file like this
<hibernate-mapping default-lazy="false">
<class name="com.pack.parent" table="Parent">
I am not able to find how to annotate the default-lazy
, should I do with @Proxy
. Please suggest me.