1
0
mirror of synced 2025-01-19 15:01:40 +03:00

Fixed typos

This commit is contained in:
Benjamin Morel 2014-03-28 12:54:49 +00:00
parent ca19db34d2
commit b3ec87ab09

View File

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