How are values in actual_type_n and persisted_type columns in alf_node_properties populated ?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2021 10:55 AM
How are values in actual_type_n and persisted_type columns in alf_node_properties populated ?
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2021 09:44 AM
They are populated as part of the NodeDAO handling, specifically the NodePropertyHelper. The persisted_type_n column effectively specifies which column of the row contains the property value, and actual_type_n which type it originally was in Java, to which it will be converted during loading.
