The "identity map" of persisted entities
Located in /Orm/Repository.php (line 32)
A container for the entity objects
The array is structured using class names as keys, then another array with the keys 'byKey', 'byIndex', and 'hasAll'. hasAll is a boolean, the other two are Xyster_Collection_Map_String objects.
The mapper factory
Creates a new entity repository
Gets whether the repository contains the entity supplied
Finds an entity by indexed value
Gets an item from the repository
Gets all entities of a particular type
Gets the names of classes that are currently stored in this map
Gets whether a given class has all of its entities loaded
Removes an entity from the repository
Removes all entities supplied from the repository
Removes all entities by class and primary keys
Removes an entity by class and primary key
Sets whether a given class has all of its entities loaded
Sets up the array and class name
Convenience method to get the map (and create it if necessary)
Convenience method to get the map (and create it if necessary)
Convenience method to remove an entity
Convenience method to stringify the primary key
Documentation generated on Mon, 19 May 2008 17:07:32 -0400 by phpDocumentor 1.4.2