Package jetbrains.buildServer.users.impl
Class UserPropertyUpdater
- java.lang.Object
-
- jetbrains.buildServer.users.impl.BasePropertyUpdater<Long>
-
- jetbrains.buildServer.users.impl.UserPropertyUpdater
-
- All Implemented Interfaces:
PropertyUpdater<Long>
public class UserPropertyUpdater extends BasePropertyUpdater<Long>
- Author:
- Maxim.Manuylov Date: 18.09.2014
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID_FIELD_NAME
static String
TABLE_NAME
-
Constructor Summary
Constructors Constructor Description UserPropertyUpdater(SQLRunnerEx sqlRunner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Pair<String,Object[]>
getInsertQueryWithParams(Long id, String key, UnicodeString unicode)
protected Pair<String,Object[]>
getUpdateQueryWithParams(Long id, String key, UnicodeString unicode)
-
Methods inherited from class jetbrains.buildServer.users.impl.BasePropertyUpdater
deleteProperty, setProperties, setProperty
-
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
ID_FIELD_NAME
public static final String ID_FIELD_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UserPropertyUpdater
public UserPropertyUpdater(@NotNull SQLRunnerEx sqlRunner)
-
-
Method Detail
-
getUpdateQueryWithParams
@NotNull protected Pair<String,Object[]> getUpdateQueryWithParams(@NotNull Long id, @NotNull String key, @NotNull UnicodeString unicode)
- Specified by:
getUpdateQueryWithParams
in classBasePropertyUpdater<Long>
-
getInsertQueryWithParams
@NotNull protected Pair<String,Object[]> getInsertQueryWithParams(@NotNull Long id, @NotNull String key, @NotNull UnicodeString unicode)
- Specified by:
getInsertQueryWithParams
in classBasePropertyUpdater<Long>
-
-