[Xyster_Orm] element index

Package indexes

All elements
a b c d e f g h i l m o p q r s t u v w x _
_
top
$_aliases
Associative array of prefixes to table aliases
$_backend
The parts of the query that can be used in the backend
$_base
The initial snapshot of the set
$_base
The "base" values from object instantiation
$_class
This is the anchor class for translations
$_class
The entity being queried
$_db
The data adapter
$_default
$_defaultMetadataCache
Default cache for meta information provided by the backend
$_dirty
For quick modification checking
$_dirty
Entities that are in queue for update
$_domain
The domain associated with the entity
$_entity
The entity to which this set belongs
$_factory
The factory that created this mapper
$_field
The entity field name to use for the lookup
$_field
The entity date field name to use for the lookup
$_fields
Cache for entity fields
$_filters
Any filters associated with the relation
$_format
The date output format
$_from
The class that defines the relation
$_id
The primary key field(s) involved in the relation
$_identity
$_index
An array of properties used to index the entity by value
$_instance
The singleton instance of this class
$_items
A container for the entity objects
$_joinLeft
The join table field linking to the left entity's primary key fields
$_joinRight
The join table field linking to the right entity's primary key fields
$_joinTable
In a join relationship, this is the table linking the two entities
$_length
$_lifetime
The period of time entities should persist in the secondary cache
$_listeners
A set of event listeners
$_locale
The current locale
$_log
$_lookups
Looked-up values
$_lookups
$_manager
The orm manager
$_manager
$_manager
The orm manager
$_manager
The manager containing this factory
$_mapFactory
The mapper factory
$_mapFactory
The mapper factory
$_mapFactory
The mapper factory
$_mapFactory
The mapper factory
$_mapFactory
The mapper factory
$_mappers
A place to cache instantiated mappers
$_members
A cache for all entity members
$_meta
The entity meta
$_metadata
Information provided by the getFields() method
$_metadataCache
Cache for information provided the backend's getFields method
$_name
$_name
The name of the relation
$_needle
$_needleLength
$_new
Entities that are in queue for insertion
$_null
$_onDelete
The activity to perform on entity delete
$_onUpdate
The activity to perform when a primary key is changed
$_options
Any additional options
$_original
$_ormsetters
$_parts
The parts of the query
$_paths
Paths where entities, mappers, and sets are stored
$_plugins
The plugin broker
$_plugins
Array of Xyster_Orm_Plugin_Abstract objects
$_primary
$_primary
The field names of the primary key
$_primary
$_primaryPosition
$_related
Related entities or sets
$_relation
The relation of which the set is a result
$_relations
The relation objects
$_removed
Entities that are in queue for removal
$_repository
The repository for storing entities
$_reverse
The "belongs" relation opposite a "many"
$_runtime
The parts of the query that must be used at runtime
$_runtime
The cache for runtime column lookups
$_secondaryCache
The secondary cache
$_splits
$_table
The name of the table, defaults to entity name
$_tables
Associative array of prefixes to table names
$_to
The class on the target end of the relation
$_type
$_type
The type of relation; one of ('one','belongs','many','joined')
$_type
$_type
$_type
$_useAuth
$_validate
Whether validation is enabled for this type
$_validateOnSave
Whether to validate entities when saved or per-field
$_validator
$_value
True to use the value, false to use the name
$_values
The entity values
$_work
The "unit of work" to hold our pending transactions
_addValidators
Adds the validators from the constraints in the data store
_assertThisType
A convenience method to assert entity type
_baseCreate
Base creator method
_baseParseQuery
Removes the limit and offset clause from a statement
_belongsTo
Convenience method to create a 'belongs' relationship
_buildCriteria
Ensures the parameter passed is a Criterion
_buildSimpleSelect
Gets a simple Select object for this table
_buildTranslator
Gets a Mapper Translator object
_checkEntity
Checks the incoming entity for the correct type
_checkLiteral
Asserts a literal for syntactical correctness
_checkMethodParameters
Checks method parameters for syntactical correctness
_checkPrimaryKey
Checks an array for correct primary key names
_checkPropertyNames
Asserts the correct property names in a criteria array
_checkSet
Sets any fields affected by changing the value of this lookup
_create
Creates an entity from the row supplied
_delete
Removes entities from the backend
_delete
Removes entities from the backend
_entityToShell
Turns an entity into a shell for storage
_factory
Creates a new splitter
_fetchOne
Fetches one record
_getAdapter
Gets a connection to the database
_getByHelper
Sets up the array and class name
_getByIndexMap
Convenience method to get the map (and create it if necessary)
_getByKeyMap
Convenience method to get the map (and create it if necessary)
_getEntitySetter
Gets the setter for an entity type
_getFromSecondaryCache
Gets an entity from the secondary cache
_getLookup
Gets a lookup value
_getMapper
Convenience method to get the entity's mapper
_getRelated
Gets a related property
_getRenamedField
{@inherit}
_getRepository
Gets the entity repository
_getTableName
{@inherit}
_getType
Gets the entity type
_getWorkUnit
Gets the work unit
_hasJoined
Convenience method to create a 'many to many' relationship
_hasMany
Convenience method to create a 'one to many' relationship
_hasOne
Convenience method to create a 'one to one' relationship
_initParts
Initializes the parts container
_initParts
Inits the parts of the query
_insert
Saves a new entity into the backend
_insert
Saves a new entity into the backend
_isRuntime
Returns if a field is runtime
_joinedDelete
Removes the entities from the many-to-many join
_joinedDelete
Removes the entity from the many-to-many join
_joinedInsert
Adds the entities to the many-to-many join
_joinedInsert
Adds the entity to the many-to-many join
_logMessage
Logs an event to the logger
_mapEntity
Translates the first row of a database recordset into an entity
_mapSet
Translates a database recordset into an entity set
_parseClause
Parses a string statement clause into its corresponding parts
_removeByClassAndKey
Convenience method to remove an entity
_removeEntity
Removes an entity from both maps
_selectColumns
Gets the columns to select
_setField
The base method for setting fields
_setLookup
Sets the lookup value
_setRelated
Sets a linked property and registers the entity as dirty
_setupMetadataCache
_setupMetadataCache
_setupSecondaryCache
_shellToEntity
Take the serialized array and turn it back into an entity
_stringifyPrimaryKey
Convenience method to stringify the primary key
_update
Updates the values of an entity in the backend
_update
Updates the values of an entity in the backend
__call
Overloader for getting/setting linked properties
__construct
Creates a new Xyster_Orm_WorkUnit object
__construct
Creates a new orm sql translator {@inherit}
__construct
Creates a new Entity type representation
__construct
Creates a new mapper
__construct
Creates a new enum lookup
__construct
Create a new entity field
__construct
Creates a new splitter
__construct
Creates a new entity
__construct
Creates a new date lookup
__construct
Creates a new mapper
__construct
Creates a new binder for an entity
__construct
Creates a new Orm_Manager
__construct
Creates a new log plugin
__construct
Create a new relationship
__construct
Creates a new entity repository
__construct
Creates a new lookup
__construct
Creates a new entity binder
__construct
Creates a new query object
__construct
Creates a new entity set
__construct
Creates a new Xyster_Orm object, hide from userland
__get
Overloader for getting fields
__set
Overloader for setting fields
__toString
Returns a string value of this entity
$_acl
The access control list
__construct
Creates a new ACL plugin
a
top
ACTION_CASCADE
ACTION_NONE
ACTION_REMOVE
ACTION_SET_NULL
add
Adds an entity to the repository
add
Adds an item to the set
addAll
Adds a set to the repository
addListener
Adds a listener for value edit events
addLookup
Adds a lookup to the entity type
addPath
Adds a path to where class files for entities can be found
addType
Adds an entity meta information object
addValidator
Adds a validator for a field
addValidator
Adds a validator to this field
aliasField
Returns an alias to prefix a column in a SQL query
Arrow
Gets a splitter for the arrow ('->')
assertValidField
Asserts a field's presence in the entity class' members
Abstract.php
Abstract.php in Abstract.php
Abstract.php
Abstract.php in Abstract.php
Abstract.php
Abstract.php in Abstract.php
Abstract.php
Abstract.php in Abstract.php
Acl.php
Acl.php in Acl.php
b
top
baseline
Baselines the set
belongsTo
Creates a 'one to one' relationship for entities on the 'many' end of a 'one to many' relationship
bind
Bind the values to the target
Binder.php
Binder.php in Binder.php
Broker.php
Broker.php in Broker.php
c
top
clear
Removes all items from the collection
clear
Abandons the current session
clear
Clears out the repository
clearListeners
Removes the listeners
Comma
Gets a splitter for a comma (',')
commit
Commits pending operations to the data store
commit
Execute pending transactions
contains
Gets whether the repository contains the entity supplied
Custom
Gets a splitter for any string
d
top
delete
Deletes an entity
delete
Deletes an entity
disableValidation
Disables validation for this entity type. USE WITH CAUTION.
distinct
Turns excluding duplicate records on or off
DISTINCT
dsn
Sets up a nickname for a database adapter
Date.php
Date.php in Date.php
e
top
equals
Compares two values for equality
execute
Executes the query
execute
Executes the report query
executeQuery
Executes a query or report query
Exception.php
Exception.php in Exception.php
Enum.php
Enum.php in Enum.php
Entity.php
Entity.php in Entity.php
Exception.php
Exception.php in Exception.php
Exception.php
Exception.php in Exception.php
Exception.php
Exception.php in Exception.php
Exception.php
Exception.php in Exception.php
Exception.php
Exception.php in Exception.php
f
top
field
Adds a projected field to this query
FIELDS
find
Finds an entity by indexed value
find
Gets the first entity found matching a set of criteria
find
Gets the first entity from the data store matching the criteria
find
Gets the first entity from the data store matching the criteria
find
Gets the first entity found matching a set of criteria
findAll
Gets all entities from the data store matching the criteria
findAll
Gets all entities from the data store matching the criteria
findAll
Finds all entities matching a given criteria
findAll
Finds all entities matching a given criteria
Field.php
Field.php in Field.php
Factory.php
Factory.php in Factory.php
g
top
get
Gets an entity with the supplied identifier
get
Gets the mapper for a given class
get
Gets the lookup value for the entity given
get
Gets the lookup value for the entity given
get
Gets an entity by class and primary key
get
Gets an item from the repository
get
Gets an entity by class and primary key
get
Gets the lookup value for the entity given
get
Gets the mapper for a given class
get
Gets an entity with the supplied identifier
getAll
Gets all entities from the data source or a subset if given the keys
getAll
Gets all entities of a particular type
getAll
Gets all entities from the data store
getAll
Gets all entities from the data source or a subset if given the keys
getAll
Gets all entities from the data store
getBackendWhere
Gets the criteria that can be run in the backend
getBase
Gets the original values of the entity
getBase
Gets the base state of this set
getBinder
Gets a value binder for an entity
getClasses
Gets the names of classes that are currently stored in this map
getDefault
Gets the default value for the field
getDefaultMetadataCache
Gets the default metadata cache for information returned by getFields()
getDiffAdded
Gets any added entities since creation
getDiffRemoved
Gets any removed entities since creation
getDirtyFields
Gets the fields that have been changed since the entity was created
getDomain
Gets the name of the domain to which this mapper belongs
getDomain
Gets the name of the domain to which this mapper belongs
getEntityName
Gets the class name of the entity
getEntityName
Gets the class name of the entity
getEntityName
Gets the class name of the entity
getEntityName
Gets the class name of the entity supported by this set
getEntityType
Gets the entity metadata
getEntityType
Gets the entity type supported by this lookup
getEntityType
Gets the entity metadata
getEntityType
A convenience method to get the entity meta for a given class
getEntityType
Gets the entity type supported by this lookup
getEntityType
Gets the entity meta for a given class
getFactory
Gets the factory that created this mapper
getFactory
Gets the factory that created the mapper
getField
Gets a field by name
getFieldNames
Gets the names of the fields for the entity
getFields
Gets the fields for an entity as they appear in the backend
getFields
Gets the fields for an entity as they appear in the backend
getFields
Gets the fields for the entity
getFields
Gets the non-group Xyster_Data_Field objects added to the statement
getFilters
Gets the filters
getFrom
Gets the class that owns the relationship
getFrom
Gets the entity class being queried
getFromCache
Tries to load an entity from the cache
getFromClause
Returns a from clause for a SQL query
getGroup
Gets the grouped Xyster_Data_Field objects added to the statement
getHaving
Gets the Xyster_Data_Aggregate Xyster_Data_Criterion objects added to the statement
getId
Gets the ids involved
getIndex
Gets the columns that should be used to index the entity
getIndex
Gets the columns that should be used to index the entity
getInstance
Gets an instance of Xyster_Orm
getJoined
Gets entities via a many-to-many table
getJoined
Gets entities via a many-to-many table
getJoined
Gets entities via a many-to-many table
getLeft
Gets the left entity column name in the join table
getLength
Gets the length of the field
getLifetime
Gets the time in seconds an entity should be cached
getLifetime
Gets the time in seconds an entity should be cached
getLimit
Gets the maximum number of results to be returned
getLocale
Gets the assigned locale
getLookup
Gets the lookup by name
getLookupNames
Gets the names of all lookups defined for this entity
getMain
Gets the main alias
getManager
Gets the manager containing this factory
getManager
Gets the manager that contains the factory
getMapperFactory
Gets the factory for entity mappers
getMapperFactory
Gets the factory for entity mappers
getMapperFactory
Gets the mapper factory
getMembers
Gets all available class members (fields, relations, and methods)
getMetadataCache
Gets the metadata cache
getName
Gets the name of the field
getName
Gets the field name of this lookup on the entity class
getName
Gets the field name of this lookup on the entity class
getName
Gets the name of the relationship
getOffset
Gets the starting point in the results
getOnDelete
Gets the action type to perform onDelete
getOnUpdate
Gets the action type to perform onUpdate
getOption
Gets the value of an option
getOption
Gets the value of an option
getOptions
Gets the options for this mapper
getOptions
Gets the options for this mapper
getOrder
Gets the order clause (an array of Xyster_Data_Sort objects)
getOrFail
Gets an entity by class and primary key, throws exception if not found
getOriginalName
Gets the original name
getPart
Gets a part of the query
getPlugin
Retrieve a plugin or plugins by class
getPlugin
Retrieve a plugin or plugins by class
getPluginBroker
Gets the plugin broker
getPlugins
Retrieve all plugins
getPlugins
Retrieve all plugins
getPrimary
Gets an array containing the field name or names for the primary key
getPrimaryKey
Gets the primary key of the entity
getPrimaryKeyAsCriterion
Gets the primary key of the entity as a Xyster_Data_Criterion
getPrimaryKeyAsString
Gets the primary key of the entity as a string
getPrimaryKeys
Gets the primary keys of the entities in the set
getPrimaryPosition
Gets the index of this field in the primary key
getRelatedEntity
Gets the entity related to this set
getRelation
Gets the relation for this set
getRelation
Gets the relationship by name
getRelationNames
Gets the names of all relations defined for this entity
getRelations
Gets the relations for the entity
getRepository
Gets the entity repository
getResourceId
Returns the string identifier of the Resource
getReverse
If this relation is a 'many', this returns the 'belongs' relation
getRight
Gets the right entity column name in the join table
getSecondaryCache
Gets the secondary repository for storing entities
getSecondaryCache
Gets the secondary cache for storing entities
getSequence
Gets the sequence of this table
getSet
Gets an empty entity set for the mapper's entity type
getSet
Gets an empty entity set for the mapper's entity type
getTable
Gets the table from which an entity comes
getTable
Gets the table from which an entity comes
getTable
Gets the join table name
getTo
Gets the class of the relationship
getType
Gets the type of object or value returned by this lookup
getType
Gets the native type of the field
getType
Gets the type of object or value returned by this lookup
getType
Gets the type of object or value returned by this lookup
getType
Gets the type of the relationship
getValidator
Gets the validator for this field
getValidators
Gets the validators for a field
getWhere
Gets the where clause (an array of Xyster_Data_Criterion objects)
group
Adds grouped field to this report query
GROUP
getAcl
Gets the access control list
h
top
hasAll
Gets whether a given class has all of its entities loaded
hasBelongsTo
Checks to see if the class referenced by this relationship has a belongs
hashCode
Gets the hash code for the entity
hasJoined
Creates a 'many to many' relationship
hasMany
Creates a 'one to many' relationship
hasOne
Creates a 'one to one' relationship
hasPlugin
Checks whether a plugin of a particular class is registered
hasPlugin
Checks whether a plugin of a particular class is registered
hasRuntimeFields
Gets whether or not this report query has fields that evaluate at runtime
hasRuntimeGroup
Gets whether or not this report query has groups that evaluate at runtime
hasRuntimeOrder
Gets whether this query has an order clause that evaluates at runtime
hasRuntimeWhere
Gets whether this query has a where clause that evaluates at runtime
having
Adds a group-criterion to this query
HAVING
i
top
import
Imports the values in the array into the corresponding fields
init
Allows for subclassing without overwriting constructor
init
Allows for subclassing without overwriting constructor
isAllowed
Tests if a field is allowed
isCollection
This returns true if the type is 'many' or 'joined', false otherwise
isDirty
Determines whether or not this entity has changed values since creation
isDistinct
Gets whether or not to exclude duplicate results
isIdentity
Gets whether the field uses an autonumbering scheme
isLiteral
Checks a literal for syntactical correctness
isLoaded
Checks whether a related entity or set has been loaded
isLookup
Whether the entity has a lookup with the name supplied
isMethodCall
Checks if a literal is a method call
isNullable
Gets whether the field can have a null value
isPrimary
Gets whether the field is part of a primary key
isRelation
Whether the entity has a relationship with the name supplied
isRuntime
Verifies if a Xyster_Data_Symbol is runtime
isRuntime
Gets whether this query has parts that are evaluated at runtime
isRuntime
Gets whether this query has parts that are evaluated at runtime
isValidateOnSave
Whether this entity should be validated before save (instead of field)
isValidationEnabled
Whether validation is enabled for this entity type
isValidField
Checks a reference for syntactical correctness
Interface.php
Interface.php in Interface.php
Interface.php
Interface.php in Interface.php
Interface.php
Interface.php in Interface.php
l
top
limit
Impose a maximum number of records to return and a number to skip
LIMIT
load
loadClass
Tries to load the class in one of the paths defined for entities
loadEntityClass
Loads the class and makes sure it's a Xyster_Orm_Entity
loadMapperClass
Loads the mapper class for the entity class given
loadSetClass
Loads the set class for the entity class given
Listener.php
Listener.php in Listener.php
Loader.php
Loader.php in Loader.php
Log.php
Log.php in Log.php
m
top
matchGroups
Match nested parentheses groups not inside of double-quotes
Manager.php
Manager.php in Manager.php
Mapper.php
Mapper.php in Mapper.php
o
top
OFFSET
onSetField
Called before a value is set
onSetRelation
Called before a relation is set
ORDER
order
Adds a sorting to the results
Orm.php
Orm.php in Orm.php
p
top
Parser.php
Parser.php in Parser.php
PARENTH_QUOTE_REGEX
Used for matching parenthesis groups not inside quotes
parseCriterion
Parse a statement into a Xyster_Data_Criterion
parseExpression
Parse string statement as Expression
parseField
Parse a string as Field
parseFieldAlias
Parse a string as Field with alias
parseQuery
Parses string statement as Xyster_Orm_Query
parseReportQuery
Parses string statement as Xyster_Orm_Query_Report
parseSort
Parse string statement as a Xyster_Data_Sort
persist
Sets an entity to be added to the data store
postDelete
Called prior to an entity being deleted
postDelete
Called after an entity is deleted
postDelete
Called prior to an entity being deleted
postInsert
Called after an entity is inserted
postInsert
Called prior to an entity being inserted
postInsert
Called prior to an entity being inserted
postLoad
Called after a new entity is loaded with values
postLoad
Called after a new entity is loaded with values
postUpdate
Called prior to an entity being updated
postUpdate
Called prior to an entity being updated
preDelete
Called prior to an entity being deleted
preDelete
Called prior to an entity being deleted
preInsert
Called prior to an entity being inserted
preInsert
Called prior to an entity being inserted
preUpdate
Called prior to an entity being updated
preUpdate
Called prior to an entity being updated
preUpdate
Called prior to an entity being updated
putAllInSecondaryCache
Convenience method to put all entities in a set in the cache
putInSecondaryCache
Puts the entity in the secondary cache
postLoad
Loads an entity into the ACL if it's a Zend_Acl_Resource_Interface
q
top
Query.php
Query.php in Query.php
query
Creates a query object to return entities
query
Performs a query
query
Performs a query
r
top
Resource.php
Resource.php in Resource.php
Report.php
Report.php in Report.php
Relation.php
Relation.php in Relation.php
Repository.php
Repository.php in Repository.php
refresh
Refreshes the values of an entity
refresh
Reloads an entity's values with fresh ones from the backend
refresh
Reloads an entity's values with fresh ones from the backend
refresh
Refreshes the values of an entity
registerDirty
Register an entity as dirty
registerNew
Register an entity as in queue for insertion
registerPlugin
Register a plugin
registerPlugin
Register a plugin
registerRemoved
Register an entity as in queue for removal
relate
Relates one entity to another (if one-to-one)
relateTo
Relates the set to an entity and relationship
remove
Removes the specified value from the collection
remove
Removes an entity from the repository
remove
Sets an entity to be removed
removeAll
Removes all entities supplied from the repository
removeAll
Removes all of the specified values from the collection
removeAllByKey
Removes all entities by class and primary keys
removeByKey
Removes an entity by class and primary key
removeListener
Removes a specific listener from the entity
reportQuery
Creates a report query object to return a data set
retainAll
Removes all values from the collection except for the ones specified
rollback
Cancel any pending changes
s
top
Setter.php
Setter.php in Setter.php
Set.php
Set.php in Set.php
Split.php
Split.php in Split.php
save
Saves an entity (insert or update)
save
Saves an entity (insert or update)
set
Sets the value in the target
set
Sets any fields affected by changing the value of this lookup
set
Sets any fields affected by changing the value of this lookup
set
Sets any fields affected by changing the value of this lookup
setDefaultMetadataCache
Sets the default metadata cache for information returned by getFields()
setDirty
Sets the entity as dirty or clean
setHasAll
Sets whether a given class has all of its entities loaded
setLocale
Sets the current locale
setManager
Sets the manager that contains this factory
setManager
Sets the manager that contains the factory
setMapperFactory
Sets the factory for entity mappers
setMapperFactory
Sets the factory for entity mappers
setSecondaryCache
Sets the secondary cache for storing entities
setSecondaryCache
Sets the secondary cache for storing entities
setup
Makes sure all classes and metadata are defined for a type of entity
Space
Gets a splitter for a space (' ')
split
Like explode(), but won't split inside of parentheses or double-quotes
splitArrow
Splits a string on the arrow ('->')
splitComma
Splits a string on the comma (',')
splitSpace
Splits a string on the space (' ')
t
top
Type.php
Type.php in Type.php
Translator.php
Translator.php in Translator.php
toArray
Returns an array copy of the entity
translateField
Translates the field from the original format into the entity field name
translateField
u
top
unregisterPlugin
Unregister a plugin.
unregisterPlugin
Unregister a plugin.
untranslateField
untranslateField
Translates the field from the entity format back into the original
v
top
validate
Validates a field
validateOnSave
Sets the validate-on-save setting
w
top
WorkUnit.php
WorkUnit.php in WorkUnit.php
where
Adds a criterion to the selection
WHERE
x
top
Xsql.php
Xsql.php in Xsql.php
Xyster_Orm
Xyster_Orm in Orm.php
The main front-end for the ORM package
Xyster_Orm_Binder
Xyster_Orm_Binder in Binder.php
A binder for entities
Xyster_Orm_Binder_Setter
A binder setter for entities
Xyster_Orm_Entity
Xyster_Orm_Entity in Entity.php
A data entity: the basic data unit of the ORM package
Xyster_Orm_Entity_Exception
An exception for Xyster_Orm_Entity
Xyster_Orm_Entity_Field
An field description object
Xyster_Orm_Entity_Listener
A listener for entity events
Xyster_Orm_Entity_Lookup_Abstract
Abstract base lookup
Xyster_Orm_Entity_Lookup_Date
Property lookups for date values
Xyster_Orm_Entity_Lookup_Enum
Property lookups for enum values
Xyster_Orm_Entity_Lookup_Interface
An interface for property lookups
Xyster_Orm_Entity_Resource
Entity that doubles as an ACL resource
Xyster_Orm_Entity_Type
A helper for meta information about entities
Xyster_Orm_Exception
Xyster_Orm_Exception in Exception.php
An exception for Xyster_Orm
Xyster_Orm_Loader
Xyster_Orm_Loader in Loader.php
The entity/mapper/collection class loader for the Orm layer
Xyster_Orm_Manager
Xyster_Orm_Manager in Manager.php
The main backend of the orm package
Xyster_Orm_Mapper
Xyster_Orm_Mapper in Mapper.php
A SQL implementation of the mapper interface
Xyster_Orm_Mapper_Abstract
An abstract implementation of the mapper interface
Xyster_Orm_Mapper_Exception
An exception for Xyster_Orm_Mapper
Xyster_Orm_Mapper_Factory
A simple factory for creating mappers
Xyster_Orm_Mapper_Factory_Abstract
A simple factory for creating mappers
Xyster_Orm_Mapper_Factory_Interface
Provides the ability to create mappers
Xyster_Orm_Mapper_Interface
Responsible for translating data store records into entities
Xyster_Orm_Mapper_Translator
A translator for db fields that is smart about ORM
Xyster_Orm_Plugin_Abstract
The base ORM plugin object
Xyster_Orm_Plugin_Broker
A broker for plugins
Xyster_Orm_Plugin_Log
An ORM plugin for an audit trail
Xyster_Orm_Query
Xyster_Orm_Query in Query.php
A query object
Xyster_Orm_Query_Exception
An exception for Xyster_Orm_Query
Xyster_Orm_Query_Parser
Parses an XSQL string into a Xyster_Orm_Query object
Xyster_Orm_Query_Parser_Exception
An exception for Xyster_Orm_Query_Parser
Xyster_Orm_Query_Report
A report query object
Xyster_Orm_Relation
Xyster_Orm_Relation in Relation.php
A factory and instance for entity relationships
Xyster_Orm_Relation_Exception
An exception for Xyster_Orm_Relation
Xyster_Orm_Repository
Xyster_Orm_Repository in Repository.php
The "identity map" of persisted entities
Xyster_Orm_Set
Xyster_Orm_Set in Set.php
A set of Xyster_Orm_Entity objects
Xyster_Orm_WorkUnit
Xyster_Orm_WorkUnit in WorkUnit.php
A transactional unit of work
Xyster_Orm_Xsql
Xyster_Orm_Xsql in Xsql.php
A helper for XSQL syntax
Xyster_Orm_Xsql_Split
A string exploder that won't split inside paretheses or double-quotes
Xyster_Orm_Plugin_Acl
An ORM plugin for authorization checks
a b c d e f g h i l m o p q r s t u v w x _