1
0
mirror of synced 2025-02-21 22:53:15 +03:00

Merge pull request #778 from Blazinn/patch-3

Fixed typo in property mapping
This commit is contained in:
Guilherme Blanco 2013-09-05 07:29:43 -07:00
commit 7ed22819b5

View File

@ -243,7 +243,7 @@ Example:
In that example we configured the property ``id`` to map to the column ``id`` 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 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 ``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: column using the ``name`` attribute of the Column annotation:
.. configuration-block:: .. configuration-block::