1
0
mirror of synced 2025-02-20 22:23:14 +03:00

Fixed typo in property mapping

Changed 'pecify' to 'specify' line # 246
This commit is contained in:
Nick Hazen 2013-09-05 09:48:00 -04:00
parent 0a07207f59
commit 1d247fbeaa

View File

@ -243,7 +243,7 @@ Example:
In that example we configured the property ``id`` to map to the column ``id``
using the mapping type ``integer``. The field ``name`` is mapped to the column
``name`` with the default mapping type ``string``. Column names are assumed to
be the same as the field names unless you pecify a different name for the
be the same as the field names unless you specify a different name for the
column using the ``name`` attribute of the Column annotation:
.. configuration-block::