Skip to content

Commit

Permalink
Merge pull request #95 from adanlobato/patch-1
Browse files Browse the repository at this point in the history
Fixed some typos on Inheritance docs
  • Loading branch information
guilhermeblanco committed May 31, 2012
2 parents 34f7ccb + b255484 commit 2205045
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions en/reference/inheritance-mapping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Inheritance Mapping
Mapped Superclasses
-------------------

An mapped superclass is an abstract or concrete class that provides
A mapped superclass is an abstract or concrete class that provides
persistent entity state and mapping information for its subclasses,
but which is not itself an entity. Typically, the purpose of such a
mapped superclass is to define state and mapping information that
Expand Down Expand Up @@ -142,7 +142,7 @@ very performant.
There is a general performance consideration with Single Table
Inheritance: If the target-entity of a many-to-one or one-to-one
association is an STI entity, it is preferable for performance reasons that it
be a leaf entity in the inheritance heirarchy, (ie. have no subclasses).
be a leaf entity in the inheritance hierarchy, (ie. have no subclasses).
Otherwise Doctrine *CANNOT* create proxy instances
of this entity and will *ALWAYS* load the entity eagerly.

Expand Down Expand Up @@ -245,7 +245,7 @@ subtypes after such a query is not safe.
There is a general performance consideration with Class Table
Inheritance: If the target-entity of a many-to-one or one-to-one
association is a CTI entity, it is preferable for performance reasons that it
be a leaf entity in the inheritance heirarchy, (ie. have no subclasses).
be a leaf entity in the inheritance hierarchy, (ie. have no subclasses).
Otherwise Doctrine *CANNOT* create proxy instances
of this entity and will *ALWAYS* load the entity eagerly.

Expand Down

0 comments on commit 2205045

Please sign in to comment.