This method must be implemented by any child class.
Method Detail
lazyInitialize
void lazyInitialize()
This method must be implemented by any child class. Instead of putting
initialization code in constructor, user should put code in this method
in order to taking advantage of lazy loading.