cancel
Showing results for 
Search instead for 
Did you mean: 

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

Sony
Champ in-the-making
Champ in-the-making

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

1 REPLY 1

afaust
Legendary Innovator
Legendary Innovator

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.