|
Classes summary
TFastSqlMapApplicationCache |
TFastSqlMapApplicationCache class file |
TLazyLoadList |
TLazyLoadList executes mapped statements when the proxy collection is first
accessed. |
TObjectProxy |
TObjectProxy sets up a simple object that intercepts method calls to a
particular object and relays the call to handler object. |
TPropertyAccess |
TPropertyAccess class provides dot notation stype property access and setting. |
TSqlMapApplicationCache |
TSqlMapApplicationCache uses the default Prado application cache for caching
SqlMap results. |
TSqlMapCache |
Allow different implementation of caching strategy. See
TSqlMapFifoCache for a first-in-first-out implementation. See
TSqlMapLruCache for a least-recently-used cache implementation. |
TSqlMapConfig |
TSqlMapConfig module configuration class. |
TSqlMapFifoCache |
First-in-First-out cache implementation, removes object that was first added
when the cache is full. |
TSqlMapGateway |
DataMapper client, a fascade to provide access the rest of the DataMapper
framework. It provides three core functions: |
TSqlMapLruCache |
Least recently used cache implementation, removes object that was accessed last
when the cache is full. |
TSqlMapManager |
TSqlMapManager class holds the sqlmap configuation result maps, statements
parameter maps and a type handler factory. |
TSqlMapPagedList |
TSqlMapPagedList implements a list with paging functionality that retrieves data
from a SqlMap statement. |
TSqlMapTypeHandler |
A simple interface for implementing custom type handlers. |
TSqlMapTypeHandlerRegistry |
TTypeHandlerFactory provides type handler classes to convert database field type
to PHP types and vice versa. |
|