The main backend of the orm package
Located in /Orm/Manager.php (line 32)
The mapper factory
The plugin broker
The repository for storing entities
The secondary cache
Creates a new Orm_Manager
Clears out the repository
Gets the first entity found matching a set of criteria
Finds all entities matching a given criteria
Gets an entity by class and primary key
Gets all entities from the data source or a subset if given the keys
Tries to load an entity from the cache
This method will return null if the entity isn't in either cache
Gets entities via a many-to-many table
Gets the factory for entity mappers
Gets the secondary repository for storing entities
Convenience method to put all entities in a set in the cache
Sets the factory for entity mappers
This method also calls the Xyster_Orm_Mapper_Factory_Interface::setManager method.
Sets the secondary cache for storing entities
If $cache is null, then no secondary cache is used.
Turns an entity into a shell for storage
Gets an entity from the secondary cache
Take the serialized array and turn it back into an entity
Documentation generated on Mon, 19 May 2008 17:07:27 -0400 by phpDocumentor 1.4.2