Lazy Proxies

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.

See also: -- RichKatz


CategoryFunctionalProgramming CategoryLazyPattern


EditText of this page (last edited December 17, 2009) or FindPage with title or text search