Lazy proxies refers to only loading data elements when they are actually required. Lazy Proxies is one of two "lazy" OO concepts that derive from the Functional Programming idea of "lazy evaluation", the other being LazyInstantiationPattern. Lazy proxies is a capability that can be implemented in database mapping (also called Object Relational Mapping) software.
CategoryFunctionalProgramming CategoryLazyPattern