createSettingsRecord
@Modifying(clearAutomatically = true)
@Query(value = "INSERT INTO " + SETTINGS_KEY +
"(" + IDENTIFIER_KEY + ")" + _VALUES_
+ "(:" + IDENTIFIER_KEY + ")", nativeQuery = true)
Query used to create the record for the settings of the user
Parameters
userId
The identifier of the user owner of the settings