Path

ez components / documentation / api reference / 2006.2 / persistent


eZ Components 2006.2

PersistentObject

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Element index for package PersistentObject

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ k ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ _ ]

_

__construct : ezcPersistentQueryException
in file query_exception.php, method ezcPersistentQueryException::__construct()
    Constructs a new ezcPersistentQueryException with additional information in $msg.
__construct : ezcPersistentRelatedObjectNotFoundException
in file related_object_not_found.php, method ezcPersistentRelatedObjectNotFoundException::__construct()
    Constructs a new ezcPersistentRelatedObjectNotFoundException for the class $class which does not have a relation for $relatedClass.
__construct : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::__construct()
    Constructs a new persistent session that works on the database $db.
__construct : ezcPersistentObjectProperty
in file persistent_object_property.php, method ezcPersistentObjectProperty::__construct()
    Constructs a new PersistentObjectField
__construct : ezcPersistentObjectIdProperty
in file persistent_object_id_property.php, method ezcPersistentObjectIdProperty::__construct()
    Constructs a new PersistentObjectField
__construct : ezcPersistentRelation
in file relation.php, method ezcPersistentRelation::__construct()
    Create a new relation.
__construct : ezcPersistentRelationInvalidException
in file relation_invalid.php, method ezcPersistentRelationInvalidException::__construct()
    Constructs a new ezcPersistentRelationInvalidException for the given relation class $class.
__construct : ezcPersistentSingleTableMap
in file single_table_map.php, method ezcPersistentSingleTableMap::__construct()
    Create a new ezcPersistentSingleTableMap.
__construct : ezcPersistentSessionNotFoundException
in file session_not_found.php, method ezcPersistentSessionNotFoundException::__construct()
    Constructs a new exception.
__construct : ezcPersistentRelationOperationNotSupportedException
in file relation_operation_not_supported.php, method ezcPersistentRelationOperationNotSupportedException::__construct()
    Constructs a new ezcPersistentRelationOperationNotSupportedException for the $class which does not support the $operation in respect to $relatedClass. Optionally a $reason can be given.
__construct : ezcPersistentRelationNotFoundException
in file relation_not_found.php, method ezcPersistentRelationNotFoundException::__construct()
    Constructs a new ezcPersistentRelationNotFoundException for the class $class which does not have a relation for $relatedClass.
__construct : ezcPersistentObjectAlreadyPersistentException
in file already_persistent.php, method ezcPersistentObjectAlreadyPersistentException::__construct()
    Constructs a new ezcPersistentObjectAlreadyPersistentException for the class $class.
__construct : ezcPersistentObjectException
in file persistent_object_exception.php, method ezcPersistentObjectException::__construct()
    Constructs a new ezcPersistentObjectException with error message $message and error code $code.
__construct : ezcPersistentFindIterator
in file find_iterator.php, method ezcPersistentFindIterator::__construct()
    Initializes the iterator with the statement $stmt and the definition $def..
__construct : ezcPersistentGeneratorDefinition
in file generator_definition.php, method ezcPersistentGeneratorDefinition::__construct()
    Constructs a new PersistentGeneratorDefinition
__construct : ezcPersistentDoubleTableMap
in file double_table_map.php, method ezcPersistentDoubleTableMap::__construct()
    Create a new ezcPersistentDoubleTableMap.
__construct : ezcPersistentDefinitionNotFoundException
in file definition_not_found.php, method ezcPersistentDefinitionNotFoundException::__construct()
    Constructs a new ezcPersistentDefinitionNotFoundException for the class $class with the additional error information $message.
__construct : ezcPersistentCodeManager
in file code_manager.php, method ezcPersistentCodeManager::__construct()
    Constructs a new code manager that will look for persistent object definitions in the directory $dir.
__construct : ezcPersistentManyToManyRelation
in file many_to_many.php, method ezcPersistentManyToManyRelation::__construct()
__construct : ezcPersistentIdentifierGenerationException
in file identifier_generation.php, method ezcPersistentIdentifierGenerationException::__construct()
    Constructs a new ezcPersistentIdentifierGenerationException for the class $class.
__construct : ezcPersistentObjectNotPersistentException
in file not_persistent.php, method ezcPersistentObjectNotPersistentException::__construct()
    Constructs a new ezcPersistentObjectNotPersistentException for the class $class.
__construct : ezcPersistentMultiManager
in file multi_manager.php, method ezcPersistentMultiManager::__construct()
    Constructs a new multimanager that will look for persistent object definitions in all $managers.
__construct : ezcPersistentObjectDefinition
in file persistent_object_definition.php, method ezcPersistentObjectDefinition::__construct()
    Constructs a new PersistentObjectDefinition.
__set_state : ezcPersistentSingleTableMap
in file single_table_map.php, method ezcPersistentSingleTableMap::__set_state()
__set_state : ezcPersistentObjectIdProperty
in file persistent_object_id_property.php, method ezcPersistentObjectIdProperty::__set_state()
    Returns a new instance of this class with the data specified by $array.
__set_state : ezcPersistentDoubleTableMap
in file double_table_map.php, method ezcPersistentDoubleTableMap::__set_state()
__set_state : ezcPersistentGeneratorDefinition
in file generator_definition.php, method ezcPersistentGeneratorDefinition::__set_state()
    Returns a new instance of this class with the data specified by $array.
__set_state : ezcPersistentObjectProperty
in file persistent_object_property.php, method ezcPersistentObjectProperty::__set_state()
    Returns a new instance of this class with the data specified by $array.
__set_state : ezcPersistentObjectDefinition
in file persistent_object_definition.php, method ezcPersistentObjectDefinition::__set_state()
    Returns a new instance of this class with the data specified by $array.

a

addManager : ezcPersistentMultiManager
in file multi_manager.php, method ezcPersistentMultiManager::addManager()
    Adds a manager that can provide persistent object definitions.
addRelatedObject : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::addRelatedObject()
    Create a relation between $object and $relatedObject.
already_persistent.php
procedural page already_persistent.php

c

$class : ezcPersistentGeneratorDefinition
in file generator_definition.php, variable ezcPersistentGeneratorDefinition::$class
    The name of the class implementing the generator.
$class : ezcPersistentObjectDefinition
in file persistent_object_definition.php, variable ezcPersistentObjectDefinition::$class
    Class-name of the PersistentObject
$columnName : ezcPersistentObjectIdProperty
in file persistent_object_id_property.php, variable ezcPersistentObjectIdProperty::$columnName
    The name of the database field that stores the value.
$columnName : ezcPersistentObjectProperty
in file persistent_object_property.php, variable ezcPersistentObjectProperty::$columnName
    The name of the database field that stores the value.
$columns : ezcPersistentObjectDefinition
in file persistent_object_definition.php, variable ezcPersistentObjectDefinition::$columns
    The fields of the Persistent Object as an array of ezcPersistentObjectProperty.
checkPersistence : ezcPersistentManualGenerator
in file manual_generator.php, method ezcPersistentManualGenerator::checkPersistence()
    Check if the object is persistent already
chooseDefault : ezcPersistentSessionInstance
in file persistent_session_instance.php, method ezcPersistentSessionInstance::chooseDefault()
    Sets the database $identifier as default database instance.
createDeleteQuery : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::createDeleteQuery()
createFindQuery : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::createFindQuery()
    Returns a select query for the given persistent object $class.
createUpdateQuery : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::createUpdateQuery()
current : ezcPersistentFindIterator
in file find_iterator.php, method ezcPersistentFindIterator::current()
    Returns the current object of this iterator.
code_manager.php
procedural page code_manager.php

d

$destinationColumn : ezcPersistentSingleTableMap
in file single_table_map.php, variable ezcPersistentSingleTableMap::$destinationColumn
    Column of the second table, which should be mapped to the first column.
$destinationColumn : ezcPersistentDoubleTableMap
in file double_table_map.php, variable ezcPersistentDoubleTableMap::$destinationColumn
    Column of the second table, which should be mapped to the first column.
delete : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::delete()
    Deletes the persistent object $pObject.
deleteFromQuery : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::deleteFromQuery()
definition_not_found.php
procedural page definition_not_found.php
definition_manager.php
procedural page definition_manager.php
double_table_map.php
procedural page double_table_map.php

e

ezcPersistentCodeManager
in file code_manager.php, class ezcPersistentCodeManager
    Handles persistent object definitions in plain code style.
ezcPersistentDefinitionManager
in file definition_manager.php, class ezcPersistentDefinitionManager
    Defines the interface for all persistent object definition managers.
ezcPersistentDefinitionNotFoundException
in file definition_not_found.php, class ezcPersistentDefinitionNotFoundException
    General exception class for the PersistentObject package.
ezcPersistentDoubleTableMap
in file double_table_map.php, class ezcPersistentDoubleTableMap
    Class to create {ezcPersistentRelation::$columnMap} properties.
ezcPersistentFindIterator
in file find_iterator.php, class ezcPersistentFindIterator
    This class provides functionality to iterate over a database result set in the form of persistent objects.
ezcPersistentGeneratorDefinition
in file generator_definition.php, class ezcPersistentGeneratorDefinition
    Defines a persistent object id generator.
ezcPersistentIdentifierGenerationException
in file identifier_generation.php, class ezcPersistentIdentifierGenerationException
    Exception thrown when generating an ID for a persistent object failed.
ezcPersistentManualGenerator
in file manual_generator.php, class ezcPersistentManualGenerator
    This identifier generator does not generate any ID's. Instead the user must manually assign an ID when the object is saved.
ezcPersistentManyToManyRelation
in file many_to_many.php, class ezcPersistentManyToManyRelation
    Relation class to reflect a many-to-many table relation (m:n).
ezcPersistentManyToOneRelation
in file many_to_one.php, class ezcPersistentManyToOneRelation
    Relation class to reflect a many-to-one table relation (m:1).
ezcPersistentMultiManager
in file multi_manager.php, class ezcPersistentMultiManager
    Makes it possible to fetch persistent object definitions from several sources.
ezcPersistentNativeGenerator
in file native_generator.php, class ezcPersistentNativeGenerator
    Generates IDs based on the PDO::lastInsertId method.
ezcPersistentObjectAlreadyPersistentException
in file already_persistent.php, class ezcPersistentObjectAlreadyPersistentException
    Exception thrown when a method that requires a non-persistent object is provided an object that is already persistent.
ezcPersistentObjectDefinition
in file persistent_object_definition.php, class ezcPersistentObjectDefinition
    Main definition of a persistent object.
ezcPersistentObjectException
in file persistent_object_exception.php, class ezcPersistentObjectException
    General exception class for the PersistentObject package.
ezcPersistentObjectIdProperty
in file persistent_object_id_property.php, class ezcPersistentObjectIdProperty
    Defines a persistent object id field.
ezcPersistentObjectNotPersistentException
in file not_persistent.php, class ezcPersistentObjectNotPersistentException
    Exception thrown when a method that requires a persistent object is provided an object not yet persistent.
ezcPersistentObjectProperty
in file persistent_object_property.php, class ezcPersistentObjectProperty
    Defines a persistent object field.
ezcPersistentOneToManyRelation
in file one_to_many.php, class ezcPersistentOneToManyRelation
    Relation class to reflect a one-to-many table relation (1:n).
ezcPersistentOneToOneRelation
in file one_to_one.php, class ezcPersistentOneToOneRelation
    Relation class to reflect a one-to-one table relation (1:1).
ezcPersistentQueryException
in file query_exception.php, class ezcPersistentQueryException
    Exception thrown when a query failed internally in Persistent Object.
ezcPersistentRelatedObjectNotFoundException
in file related_object_not_found.php, class ezcPersistentRelatedObjectNotFoundException
    Exception thrown, if the given relation class ćould not be found.
ezcPersistentRelation
in file relation.php, class ezcPersistentRelation
    Base class for all relation definition classes of PersistentObject.
ezcPersistentRelationInvalidException
in file relation_invalid.php, class ezcPersistentRelationInvalidException
    Exception thrown, if the class of a relation definition was invalid.
ezcPersistentRelationNotFoundException
in file relation_not_found.php, class ezcPersistentRelationNotFoundException
    Exception thrown, if a desired relation between 2 classes was not found.
ezcPersistentRelationOperationNotSupportedException
in file relation_operation_not_supported.php, class ezcPersistentRelationOperationNotSupportedException
    Exception thrown, if the given relation class ćould not be found.
ezcPersistentSequenceGenerator
in file sequence_generator.php, class ezcPersistentSequenceGenerator
    Generates IDs based on the PDO::lastInsertId method.
ezcPersistentSession
in file persistent_session.php, class ezcPersistentSession
    ezcPersistentSession is the main runtime interface for manipulation of persistent objects.
ezcPersistentSessionInstance
in file persistent_session_instance.php, class ezcPersistentSessionInstance
    Holds persistent object session instances for global access throughout an application.
ezcPersistentSessionNotFoundException
in file session_not_found.php, class ezcPersistentSessionNotFoundException
    This exceptions is used when a database handler could not be found.
ezcPersistentSingleTableMap
in file single_table_map.php, class ezcPersistentSingleTableMap
    Class to create {ezcPersistentRelation::$columnMap} properties.

f

fetchDefinition : ezcPersistentCodeManager
in file code_manager.php, method ezcPersistentCodeManager::fetchDefinition()
    Returns the definition of the persistent object with the class $class.
fetchDefinition : ezcPersistentDefinitionManager
in file definition_manager.php, method ezcPersistentDefinitionManager::fetchDefinition()
    Returns the definition of the persistent object with the class $class.
fetchDefinition : ezcPersistentMultiManager
in file multi_manager.php, method ezcPersistentMultiManager::fetchDefinition()
    Returns the definition of the persistent object with the class $class.
find : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::find()
    Returns the result of the query $query as a list of objects.
findIterator : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::findIterator()
flush : ezcPersistentFindIterator
in file find_iterator.php, method ezcPersistentFindIterator::flush()
    Clears the results from the iterator.
find_iterator.php
procedural page find_iterator.php

g

$generator : ezcPersistentObjectIdProperty
in file persistent_object_id_property.php, variable ezcPersistentObjectIdProperty::$generator
    The type of generator to use for the identifier.
get : ezcPersistentSessionInstance
in file persistent_session_instance.php, method ezcPersistentSessionInstance::get()
    Returns the persistent session instance named $identifier.
getRelatedObject : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::getRelatedObject()
    Returns the related object of a given class for an object.
getRelatedObjects : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::getRelatedObjects()
    Returns the related objects of a given class for an object.
generator_definition.php
procedural page generator_definition.php

h

PHP_TYPE_ARRAY : ezcPersistentObjectProperty
in file persistent_object_property.php, class constant ezcPersistentObjectProperty::PHP_TYPE_ARRAY
PHP_TYPE_FLOAT : ezcPersistentObjectProperty
in file persistent_object_property.php, class constant ezcPersistentObjectProperty::PHP_TYPE_FLOAT
PHP_TYPE_INT : ezcPersistentObjectProperty
in file persistent_object_property.php, class constant ezcPersistentObjectProperty::PHP_TYPE_INT
PHP_TYPE_OBJECT : ezcPersistentObjectProperty
in file persistent_object_property.php, class constant ezcPersistentObjectProperty::PHP_TYPE_OBJECT
PHP_TYPE_STRING : ezcPersistentObjectProperty
in file persistent_object_property.php, class constant ezcPersistentObjectProperty::PHP_TYPE_STRING

i

$idProperty : ezcPersistentObjectDefinition
in file persistent_object_definition.php, variable ezcPersistentObjectDefinition::$idProperty
    Holds the identifier property.
identifier_generation.php
procedural page identifier_generation.php
identifier_generator.php
procedural page identifier_generator.php
VISIBILITY_PRIVATE : ezcPersistentObjectProperty
in file persistent_object_property.php, class constant ezcPersistentObjectProperty::VISIBILITY_PRIVATE
VISIBILITY_PROPERTY : ezcPersistentObjectProperty
in file persistent_object_property.php, class constant ezcPersistentObjectProperty::VISIBILITY_PROPERTY
VISIBILITY_PROTECTED : ezcPersistentObjectProperty
in file persistent_object_property.php, class constant ezcPersistentObjectProperty::VISIBILITY_PROTECTED
VISIBILITY_PUBLIC : ezcPersistentObjectProperty
in file persistent_object_property.php, class constant ezcPersistentObjectProperty::VISIBILITY_PUBLIC

k

key : ezcPersistentFindIterator
in file find_iterator.php, method ezcPersistentFindIterator::key()
    Returns null.

l

load : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::load()
    Returns the persistent object of class $class with id $id.
loadIfExists : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::loadIfExists()
    Returns the persistent object of class $class with id $id.
loadIntoObject : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::loadIntoObject()
    Loads the persistent object with the id $id into the object $pObject.

m

manual_generator.php
procedural page manual_generator.php
multi_manager.php
procedural page multi_manager.php
many_to_many.php
procedural page many_to_many.php
many_to_one.php
procedural page many_to_one.php

n

next : ezcPersistentFindIterator
in file find_iterator.php, method ezcPersistentFindIterator::next()
    Returns the next persistent object in the result set.
not_persistent.php
procedural page not_persistent.php
native_generator.php
procedural page native_generator.php

o

one_to_many.php
procedural page one_to_many.php
one_to_one.php
procedural page one_to_one.php

p

$params : ezcPersistentGeneratorDefinition
in file generator_definition.php, variable ezcPersistentGeneratorDefinition::$params
    Any parameters required by the generator.
$properties : ezcPersistentObjectDefinition
in file persistent_object_definition.php, variable ezcPersistentObjectDefinition::$properties
    The fields of the Persistent Object as an array of ezcPersistentObjectProperty.
$propertyName : ezcPersistentObjectIdProperty
in file persistent_object_id_property.php, variable ezcPersistentObjectIdProperty::$propertyName
    The name of the PersistentObject property that holds the value in the PHP object.
$propertyName : ezcPersistentObjectProperty
in file persistent_object_property.php, variable ezcPersistentObjectProperty::$propertyName
    The name of the PersistentObject property that holds the value in the PHP object.
$propertyType : ezcPersistentObjectProperty
in file persistent_object_property.php, variable ezcPersistentObjectProperty::$propertyType
    The type of the PHP property..
persistent_object_exception.php
procedural page persistent_object_exception.php
persistent_session.php
procedural page persistent_session.php
persistent_session_instance.php
procedural page persistent_session_instance.php
persistent_object_definition.php
procedural page persistent_object_definition.php
persistent_object_id_property.php
procedural page persistent_object_id_property.php
persistent_object_property.php
procedural page persistent_object_property.php
postSave : ezcPersistentManualGenerator
in file manual_generator.php, method ezcPersistentManualGenerator::postSave()
    Returns the integer value of the generated identifier for the new object.
postSave : ezcPersistentNativeGenerator
in file native_generator.php, method ezcPersistentNativeGenerator::postSave()
    Returns the integer value of the generated identifier for the new object.
postSave : ezcPersistentSequenceGenerator
in file sequence_generator.php, method ezcPersistentSequenceGenerator::postSave()
    Returns the integer value of the generated identifier for the new object.
preSave : ezcPersistentSequenceGenerator
in file sequence_generator.php, method ezcPersistentSequenceGenerator::preSave()
    Fetches the next sequence value for PostgreSQL and Oracle implementations.
preSave : ezcPersistentManualGenerator
in file manual_generator.php, method ezcPersistentManualGenerator::preSave()
    Sets the correct id on the insert query.
preSave : ezcPersistentNativeGenerator
in file native_generator.php, method ezcPersistentNativeGenerator::preSave()
    No functionality, since database handles ID generation automatically.

q

query_exception.php
procedural page query_exception.php

r

$relationDestinationColumn : ezcPersistentDoubleTableMap
in file double_table_map.php, variable ezcPersistentDoubleTableMap::$relationDestinationColumn
    Name of the column in the relation table, that maps to the destination table column.
$relations : ezcPersistentObjectDefinition
in file persistent_object_definition.php, variable ezcPersistentObjectDefinition::$relations
    Contains the relations of this object. An array indexed by class names of the related object, assigned to a instance of a class derived from ezcPersistentRelation.
$relationSourceColumn : ezcPersistentDoubleTableMap
in file double_table_map.php, variable ezcPersistentDoubleTableMap::$relationSourceColumn
    Name of the column in the relation table, that maps to the source table column.
related_object_not_found.php
procedural page related_object_not_found.php
relation_invalid.php
procedural page relation_invalid.php
relation_not_found.php
procedural page relation_not_found.php
relation_operation_not_supported.php
procedural page relation_operation_not_supported.php
relation.php
procedural page relation.php
refresh : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::refresh()
    Syncronizes the contents of $pObject with those in the database.
removeRelatedObject : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::removeRelatedObject()
    Removes the relation between $object and $relatedObject.
reset : ezcPersistentSessionInstance
in file persistent_session_instance.php, method ezcPersistentSessionInstance::reset()
    Resets this object to its initial state.
resetDefault : ezcPersistentSessionInstance
in file persistent_session_instance.php, method ezcPersistentSessionInstance::resetDefault()
    Resets the default instance holder.
rewind : ezcPersistentFindIterator
in file find_iterator.php, method ezcPersistentFindIterator::rewind()
    Sets the iterator to point to the first object in the result set.

s

$sourceColumn : ezcPersistentDoubleTableMap
in file double_table_map.php, variable ezcPersistentDoubleTableMap::$sourceColumn
    Column of the first table used for mapping.
$sourceColumn : ezcPersistentSingleTableMap
in file single_table_map.php, variable ezcPersistentSingleTableMap::$sourceColumn
    Column of the first table used for mapping.
session_not_found.php
procedural page session_not_found.php
sequence_generator.php
procedural page sequence_generator.php
single_table_map.php
procedural page single_table_map.php
save : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::save()
    Saves the new persistent object $pObject to the database using an INSERT INTO query.
saveOrUpdate : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::saveOrUpdate()
    Saves or update the persistent object $pObject to the database.
set : ezcPersistentSessionInstance
in file persistent_session_instance.php, method ezcPersistentSessionInstance::set()
    Adds the persistent session $session to the list of known instances.
setupReversePropertyDefinition : ezcPersistentDefinitionManager
in file definition_manager.php, method ezcPersistentDefinitionManager::setupReversePropertyDefinition()
    Returns the definition $def with the reverse relations field correctly set up.

t

$table : ezcPersistentObjectDefinition
in file persistent_object_definition.php, variable ezcPersistentObjectDefinition::$table
    Name of the database table to use.

u

update : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::update()
    Saves the new persistent object $pObject to the database using an UPDATE query.
updateFromQuery : ezcPersistentSession
in file persistent_session.php, method ezcPersistentSession::updateFromQuery()

v

$visibility : ezcPersistentObjectIdProperty
in file persistent_object_id_property.php, variable ezcPersistentObjectIdProperty::$visibility
    The visibility of the field. Can be either VISIBILITY_PRIVATE, VISIBILITY_PROTECTED or VISIBILITY_PUBLIC.
valid : ezcPersistentFindIterator
in file find_iterator.php, method ezcPersistentFindIterator::valid()
    Returns true if there is a current object.
validateColumnMap : ezcPersistentRelation
in file relation.php, method ezcPersistentRelation::validateColumnMap()
    Validates an {@see ezcPersistentRelation::$columnMap} property.
validateColumnMap : ezcPersistentOneToOneRelation
in file one_to_one.php, method ezcPersistentOneToOneRelation::validateColumnMap()
    Validates an {@see ezcPersistentRelation::$columnMap} property.
validateColumnMap : ezcPersistentOneToManyRelation
in file one_to_many.php, method ezcPersistentOneToManyRelation::validateColumnMap()
    Validates an {@see ezcPersistentRelation::$columnMap} property.
validateColumnMap : ezcPersistentManyToManyRelation
in file many_to_many.php, method ezcPersistentManyToManyRelation::validateColumnMap()
    Validates an {@see ezcPersistentRelation::$columnMap} property.
validateColumnMap : ezcPersistentManyToOneRelation
in file many_to_one.php, method ezcPersistentManyToOneRelation::validateColumnMap()
    Validates an {@see ezcPersistentRelation::$columnMap} property.
Last updated: Thu, 01 Nov 2007