1
0
mirror of synced 2025-01-09 18:47:10 +03:00

Merge pull request #992 from BenMorel/docfix

Fixed typos
This commit is contained in:
Marco Pivetta 2014-03-28 14:05:20 +01:00
commit 8f688509c8

View File

@ -565,8 +565,8 @@ Could be used by an entity that extends a mapped superclass to override a field
Things to note:
- The "attribute override" specifies the overrides base on the property name.
- The column type *CANNOT* be changed. if the column type is not equals you got a ``MappingException``
- The override can redefine all the column except the type.
- The column type *CANNOT* be changed. If the column type is not equal you get a ``MappingException``
- The override can redefine all the columns except the type.
Query the Type
--------------