Merge pull request #779 from Blazinn/patch-4
Fixed grammar in custom data types
This commit is contained in:
commit
da7146c4d5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
- If the value of the field is *NULL* the method
|
||||||
``convertToDatabaseValue()`` is not called.
|
``convertToDatabaseValue()`` is not called.
|
||||||
|
|
Loading…
Add table
Reference in a new issue