クラス AuthTokenUpdateSQL
java.lang.Object
org.iplass.mtp.impl.rdb.adapter.UpdateSqlHandler
org.iplass.mtp.impl.auth.authenticate.token.sql.AuthTokenUpdateSQL
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidsetDeleteByDateParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String type, Timestamp date) voidsetDeleteBySeriesParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String type, String series) voidsetDeleteParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String type, String uniqueKey) voidsetInsertParameter(RdbAdapter rdb, PreparedStatement ps, AuthToken token, boolean saveDetailAsJson, com.fasterxml.jackson.databind.ObjectMapper om) voidsetUpdateStrictParameter(RdbAdapter rdb, PreparedStatement ps, AuthToken newToken, AuthToken currentToken, boolean saveDetailAsJson, com.fasterxml.jackson.databind.ObjectMapper om) (package private) byte[]toBin(Serializable obj)
-
コンストラクタの詳細
-
AuthTokenUpdateSQL
public AuthTokenUpdateSQL()
-
-
メソッドの詳細
-
createInsertSQL
-
setInsertParameter
public void setInsertParameter(RdbAdapter rdb, PreparedStatement ps, AuthToken token, boolean saveDetailAsJson, com.fasterxml.jackson.databind.ObjectMapper om) throws SQLException, com.fasterxml.jackson.core.JsonProcessingException - 例外:
SQLExceptioncom.fasterxml.jackson.core.JsonProcessingException
-
createDeleteSQL
-
setDeleteParameter
public void setDeleteParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String type, String uniqueKey) throws SQLException - 例外:
SQLException
-
createDeleteBySeriesSQL
-
setDeleteBySeriesParameter
public void setDeleteBySeriesParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String type, String series) throws SQLException - 例外:
SQLException
-
createDeleteByDateSQL
-
setDeleteByDateParameter
public void setDeleteByDateParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String type, Timestamp date) throws SQLException - 例外:
SQLException
-
createUpdateStrictSQL
-
setUpdateStrictParameter
public void setUpdateStrictParameter(RdbAdapter rdb, PreparedStatement ps, AuthToken newToken, AuthToken currentToken, boolean saveDetailAsJson, com.fasterxml.jackson.databind.ObjectMapper om) throws SQLException, com.fasterxml.jackson.core.JsonProcessingException - 例外:
SQLExceptioncom.fasterxml.jackson.core.JsonProcessingException
-
toBin
-