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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

java - How to implement an entity bound odata action in olingo v4.3 -