1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Merge pull request #779 from Blazinn/patch-4

Fixed grammar in custom data types
This commit is contained in:
Guilherme Blanco 2013-09-05 07:31:19 -07:00
commit da7146c4d5

View File

@ -575,7 +575,7 @@ you wish. Here is an example skeleton of such a custom type class:
}
}
The following assumptions are apply to mapping types by the ORM:
The following assumptions are applied to mapping types by the ORM:
- If the value of the field is *NULL* the method
``convertToDatabaseValue()`` is not called.