Fixed grammar in custom data types
Changed 'are apply' to 'are applied'
This commit is contained in:
parent
0a07207f59
commit
e808865e6f
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