Package org.coliper.ibean.extension
Interface LazyInitParent
-
- All Known Subinterfaces:
LazyInit
public interface LazyInitParentExtension interface that supports with on-the-fly creation of nested IBeans. Beans of this type can, in case they have fields with other IBean types (LazyInitChild), on demand create instances of these types. SeeLazyInitChildfor a description and comparison of the lazy loading extension interfaces.