Change ref name
This commit is contained in:
parent
1300758499
commit
bece5f0f91
@ -5,7 +5,7 @@ Advanced field value conversion using custom mapping types
|
|||||||
|
|
||||||
When creating entities, you sometimes have the need to transform field values
|
When creating entities, you sometimes have the need to transform field values
|
||||||
before they are saved to the database. In Doctrine you can use Custom Mapping
|
before they are saved to the database. In Doctrine you can use Custom Mapping
|
||||||
Types to solve this (see: :ref:`reference-basic_mapping-custom_mapping_types`).
|
Types to solve this (see: :ref:`reference-basic-mapping-custom-mapping-types`).
|
||||||
|
|
||||||
There are several ways to achieve this: converting the value inside the Type
|
There are several ways to achieve this: converting the value inside the Type
|
||||||
class, converting the value on the database-level or a combination of both.
|
class, converting the value on the database-level or a combination of both.
|
||||||
|
@ -300,7 +300,7 @@ list:
|
|||||||
- ``scale``: (optional, default 0) The scale for a decimal (exact
|
- ``scale``: (optional, default 0) The scale for a decimal (exact
|
||||||
numeric) column. (Applies only if a decimal column is used.)
|
numeric) column. (Applies only if a decimal column is used.)
|
||||||
|
|
||||||
.. _reference-basic_mapping-custom_mapping_types:
|
.. _reference-basic-mapping-custom-mapping-types:
|
||||||
|
|
||||||
Custom Mapping Types
|
Custom Mapping Types
|
||||||
--------------------
|
--------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user