spring - Hibernate Lazy Loading HQL -


hibernate + hibernatetemplate + lazy loading + hql

we using hibernatetemplate's find method passing hql query. how retrieve child elements have configured lazy loading?

thanks.

it depends. can elements of collection using join fetch in hql query, or can later call hibernate.initialize(entity.getsomelazycollection())


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -