Doctrine
Overview
Namespace
Class
Tree
Deprecated
Index
Frames
No frames
Class Hierarchy
Doctrine\Common\ClassLoader
Doctrine\Common\EventArgs
Doctrine\DBAL\Event\ConnectionEventArgs
Doctrine\ORM\Event\LoadClassMetadataEventArgs
Doctrine\Common\EventManager
Doctrine\Common\EventSubscriber
Doctrine\Common\NotifyPropertyChanged
Doctrine\Common\PropertyChangedListener
Doctrine\Common\Annotations\Annotation
Doctrine\ORM\Mapping\Version
Doctrine\ORM\Mapping\Column
Doctrine\ORM\Mapping\Index
Doctrine\ORM\Mapping\Table
Doctrine\ORM\Mapping\SequenceGenerator
Doctrine\ORM\Mapping\ChangeTrackingPolicy
Doctrine\ORM\Mapping\DiscriminatorColumn
Doctrine\ORM\Mapping\DiscriminatorMap
Doctrine\ORM\Mapping\ElementCollection
Doctrine\ORM\Mapping\Entity
Doctrine\ORM\Mapping\GeneratedValue
Doctrine\ORM\Mapping\HasLifecycleCallbacks
Doctrine\ORM\Mapping\Id
Doctrine\ORM\Mapping\InheritanceType
Doctrine\ORM\Mapping\JoinColumn
Doctrine\ORM\Mapping\JoinColumns
Doctrine\ORM\Mapping\JoinTable
Doctrine\ORM\Mapping\ManyToMany
Doctrine\ORM\Mapping\ManyToOne
Doctrine\ORM\Mapping\MappedSuperclass
Doctrine\ORM\Mapping\OneToMany
Doctrine\ORM\Mapping\OneToOne
Doctrine\ORM\Mapping\PostLoad
Doctrine\ORM\Mapping\PostPersist
Doctrine\ORM\Mapping\PostRemove
Doctrine\ORM\Mapping\PostUpdate
Doctrine\ORM\Mapping\PrePersist
Doctrine\ORM\Mapping\PreRemove
Doctrine\ORM\Mapping\PreUpdate
Doctrine\ORM\Mapping\UniqueConstraint
Doctrine\Common\Annotations\AnnotationReader
Doctrine\ORM\Query\Parser
Doctrine\Common\Cache\AbstractCache
Doctrine\Common\Cache\ApcCache
Doctrine\Common\Cache\ArrayCache
Doctrine\Common\Cache\MemcacheCache
Doctrine\Common\Cache\XcacheCache
Doctrine\Common\Cache\Cache
Doctrine\Common\Collections\ArrayCollection
Doctrine\Common\Util\Debug
Doctrine\Common\Util\Inflector
Doctrine\ORM\Mapping\Driver\Driver
Doctrine\DBAL\DriverManager
Doctrine\ORM\Events
Doctrine\DBAL\Driver\Statement
Doctrine\DBAL\Driver\PDOStatement
Doctrine\DBAL\Driver\OCI8\OCI8Connection
Doctrine\DBAL\Driver\OCI8\OCI8Statement
Doctrine\DBAL\Event\Listeners\MysqlSessionInit
Doctrine\DBAL\Event\Listeners\OracleSessionInit
Doctrine\DBAL\Logging\DebugStack
Doctrine\DBAL\Logging\EchoSQLLogger
Doctrine\DBAL\Logging\SQLLogger
Doctrine\DBAL\Platforms\AbstractPlatform
Doctrine\DBAL\Platforms\MsSqlPlatform
Doctrine\DBAL\Platforms\MySqlPlatform
Doctrine\DBAL\Platforms\OraclePlatform
Doctrine\DBAL\Platforms\PostgreSqlPlatform
Doctrine\DBAL\Platforms\SqlitePlatform
Doctrine\DBAL\Schema\AbstractAsset
Doctrine\DBAL\Schema\ForeignKeyConstraint
Doctrine\DBAL\Schema\Schema
Doctrine\DBAL\Schema\Sequence
Doctrine\DBAL\Schema\View
Doctrine\DBAL\Schema\AbstractSchemaManager
Doctrine\DBAL\Schema\MsSqlSchemaManager
Doctrine\DBAL\Schema\MySqlSchemaManager
Doctrine\DBAL\Schema\OracleSchemaManager
Doctrine\DBAL\Schema\PostgreSqlSchemaManager
Doctrine\DBAL\Schema\SqliteSchemaManager
Doctrine\DBAL\Schema\ColumnDiff
Doctrine\DBAL\Schema\Comparator
Doctrine\DBAL\Schema\Constraint
Doctrine\DBAL\Schema\SchemaConfig
Doctrine\DBAL\Schema\SchemaDiff
Doctrine\DBAL\Schema\TableDiff
Doctrine\DBAL\Schema\Visitor\CreateSchemaSqlCollector
Doctrine\DBAL\Schema\Visitor\DropSchemaSqlCollector
Doctrine\DBAL\Schema\Visitor\FixSchema
Doctrine\DBAL\Schema\Visitor\Visitor
Doctrine\DBAL\Types\Type
Doctrine\DBAL\Types\ArrayType
Doctrine\DBAL\Types\BigIntType
Doctrine\DBAL\Types\BooleanType
Doctrine\DBAL\Types\DateTimeType
Doctrine\DBAL\Types\DateType
Doctrine\DBAL\Types\DecimalType
Doctrine\DBAL\Types\IntegerType
Doctrine\DBAL\Types\ObjectType
Doctrine\DBAL\Types\SmallIntType
Doctrine\DBAL\Types\StringType
Doctrine\DBAL\Types\TextType
Doctrine\DBAL\Types\TimeType
Doctrine\ORM\AbstractQuery
Doctrine\ORM\NativeQuery
Doctrine\ORM\Query
Doctrine\ORM\EntityManager
Doctrine\ORM\EntityRepository
Doctrine\ORM\PersistentCollection
Doctrine\ORM\QueryBuilder
Doctrine\ORM\UnitOfWork
Doctrine\ORM\Id\AbstractIdGenerator
Doctrine\ORM\Id\AssignedGenerator
Doctrine\ORM\Id\IdentityGenerator
Doctrine\ORM\Id\SequenceIdentityGenerator
Doctrine\ORM\Id\TableGenerator
Doctrine\ORM\Internal\CommitOrderCalculator
Doctrine\ORM\Internal\Hydration\AbstractHydrator
Doctrine\ORM\Internal\Hydration\ArrayHydrator
Doctrine\ORM\Internal\Hydration\ObjectHydrator
Doctrine\ORM\Internal\Hydration\ScalarHydrator
Doctrine\ORM\Internal\Hydration\SingleScalarHydrator
Doctrine\ORM\Internal\Hydration\IterableResult
Doctrine\ORM\Mapping\AssociationMapping
Doctrine\ORM\Mapping\ManyToManyMapping
Doctrine\ORM\Mapping\OneToManyMapping
Doctrine\ORM\Mapping\OneToOneMapping
Doctrine\ORM\Mapping\ClassMetadataInfo
Doctrine\ORM\Mapping\ClassMetadata
Doctrine\ORM\Mapping\ClassMetadataFactory
Doctrine\ORM\Query\Expr\OrderBy
Doctrine\ORM\Mapping\Driver\AbstractFileDriver
Doctrine\ORM\Mapping\Driver\PhpDriver
Doctrine\ORM\Mapping\Driver\XmlDriver
Doctrine\ORM\Mapping\Driver\YamlDriver
Doctrine\ORM\Mapping\Driver\AnnotationDriver
Doctrine\ORM\Mapping\Driver\DatabaseDriver
Doctrine\ORM\Mapping\Driver\DriverChain
Doctrine\ORM\Persisters\AbstractCollectionPersister
Doctrine\ORM\Persisters\ElementCollectionPersister
Doctrine\ORM\Persisters\ManyToManyPersister
Doctrine\ORM\Persisters\OneToManyPersister
Doctrine\ORM\Persisters\StandardEntityPersister
Doctrine\ORM\Persisters\AbstractEntityInheritancePersister
Doctrine\ORM\Persisters\JoinedSubclassPersister
Doctrine\ORM\Persisters\SingleTablePersister
Doctrine\ORM\Persisters\UnionSubclassPersister
Doctrine\ORM\Proxy\Proxy
Doctrine\ORM\Proxy\ProxyFactory
Doctrine\ORM\Query\Expr
Doctrine\ORM\Query\ParserResult
Doctrine\ORM\Query\Printer
Doctrine\ORM\Query\ResultSetMapping
Doctrine\ORM\Query\SqlWalker
Doctrine\ORM\Query\TreeWalker
Doctrine\ORM\Query\TreeWalkerAdapter
Doctrine\ORM\Query\TreeWalkerChain
Doctrine\ORM\Query\AST\Node
Doctrine\ORM\Query\AST\AggregateExpression
Doctrine\ORM\Query\AST\ArithmeticExpression
Doctrine\ORM\Query\AST\ArithmeticFactor
Doctrine\ORM\Query\AST\ArithmeticTerm
Doctrine\ORM\Query\AST\BetweenExpression
Doctrine\ORM\Query\AST\CollectionMemberExpression
Doctrine\ORM\Query\AST\ComparisonExpression
Doctrine\ORM\Query\AST\ConditionalExpression
Doctrine\ORM\Query\AST\ConditionalFactor
Doctrine\ORM\Query\AST\ConditionalPrimary
Doctrine\ORM\Query\AST\ConditionalTerm
Doctrine\ORM\Query\AST\DeleteClause
Doctrine\ORM\Query\AST\DeleteStatement
Doctrine\ORM\Query\AST\EmptyCollectionComparisonExpression
Doctrine\ORM\Query\AST\ExistsExpression
Doctrine\ORM\Query\AST\FromClause
Doctrine\ORM\Query\AST\GroupByClause
Doctrine\ORM\Query\AST\HavingClause
Doctrine\ORM\Query\AST\IdentificationVariableDeclaration
Doctrine\ORM\Query\AST\InExpression
Doctrine\ORM\Query\AST\IndexBy
Doctrine\ORM\Query\AST\InputParameter
Doctrine\ORM\Query\AST\JoinAssociationPathExpression
Doctrine\ORM\Query\AST\JoinVariableDeclaration
Doctrine\ORM\Query\AST\LikeExpression
Doctrine\ORM\Query\AST\NullComparisonExpression
Doctrine\ORM\Query\AST\OrderByClause
Doctrine\ORM\Query\AST\OrderByItem
Doctrine\ORM\Query\AST\PartialObjectExpression
Doctrine\ORM\Query\AST\PathExpression
Doctrine\ORM\Query\AST\QuantifiedExpression
Doctrine\ORM\Query\AST\RangeVariableDeclaration
Doctrine\ORM\Query\AST\SelectClause
Doctrine\ORM\Query\AST\SelectExpression
Doctrine\ORM\Query\AST\SelectStatement
Doctrine\ORM\Query\AST\SimpleArithmeticExpression
Doctrine\ORM\Query\AST\SimpleSelectClause
Doctrine\ORM\Query\AST\SimpleSelectExpression
Doctrine\ORM\Query\AST\Subselect
Doctrine\ORM\Query\AST\SubselectFromClause
Doctrine\ORM\Query\AST\UpdateClause
Doctrine\ORM\Query\AST\UpdateItem
Doctrine\ORM\Query\AST\UpdateStatement
Doctrine\ORM\Query\AST\WhereClause
Doctrine\ORM\Query\AST\Functions\FunctionNode
Doctrine\ORM\Query\AST\Functions\AbsFunction
Doctrine\ORM\Query\AST\Functions\ConcatFunction
Doctrine\ORM\Query\AST\Functions\CurrentDateFunction
Doctrine\ORM\Query\AST\Functions\CurrentTimeFunction
Doctrine\ORM\Query\AST\Functions\CurrentTimestampFunction
Doctrine\ORM\Query\AST\Functions\LengthFunction
Doctrine\ORM\Query\AST\Functions\LocateFunction
Doctrine\ORM\Query\AST\Functions\LowerFunction
Doctrine\ORM\Query\AST\Functions\ModFunction
Doctrine\ORM\Query\AST\Functions\SizeFunction
Doctrine\ORM\Query\AST\Functions\SqrtFunction
Doctrine\ORM\Query\AST\Functions\SubstringFunction
Doctrine\ORM\Query\AST\Functions\TrimFunction
Doctrine\ORM\Query\AST\Functions\UpperFunction
Doctrine\ORM\Query\Expr\Join
Doctrine\ORM\Query\Exec\AbstractSqlExecutor
Doctrine\ORM\Query\Exec\MultiTableDeleteExecutor
Doctrine\ORM\Query\Exec\MultiTableUpdateExecutor
Doctrine\ORM\Query\Exec\SingleSelectExecutor
Doctrine\ORM\Query\Exec\SingleTableDeleteUpdateExecutor
Doctrine\ORM\Query\Expr\Base
Doctrine\ORM\Query\Expr\Literal
Doctrine\ORM\Query\Expr\Andx
Doctrine\ORM\Query\Expr\GroupBy
Doctrine\ORM\Query\Expr\Orx
Doctrine\ORM\Query\Expr\Select
Doctrine\ORM\Query\Expr\Comparison
Doctrine\ORM\Query\Expr\From
Doctrine\ORM\Query\Expr\Func
Doctrine\ORM\Query\Expr\Math
Doctrine\ORM\Tools\ClassMetadataReader
Doctrine\ORM\Tools\ConvertDoctrine1Schema
Doctrine\ORM\Tools\EntityGenerator
Doctrine\ORM\Tools\SchemaTool
Doctrine\ORM\Tools\ToolEvents
Doctrine\ORM\Tools\Export\ClassMetadataExporter
Doctrine\ORM\Tools\Export\Driver\AbstractExporter
Doctrine\ORM\Tools\Export\Driver\AnnotationExporter
Doctrine\ORM\Tools\Export\Driver\PhpExporter
Doctrine\ORM\Tools\Export\Driver\XmlExporter
Doctrine\ORM\Tools\Export\Driver\YamlExporter
Doctrine
Overview
Namespace
Class
Tree
Deprecated
Index
Frames
No frames
This document was generated by
PHPDoctor: The PHP Documentation Creator