is there any way to use lazy property fetching in Grails / Gorm ?
somtehing like:
@Basic(fetch = FetchType.LAZY)
annotation
( it also works with left join fetch?)
(for example lazy loading of an String attribute)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…