Uses of Class
nablarch.common.dao.SqlWithParams
-
Uses of SqlWithParams in nablarch.common.dao
Modifier and TypeMethodDescription<T> SqlWithParams
StandardSqlBuilder.buildDeleteSql
(T entity) ID列を条件とした削除用のSQL文を構築する。<T> SqlWithParams
StandardSqlBuilder.buildInsertSql
(T entity) 登録用のSQLを構築する。<T> SqlWithParams
StandardSqlBuilder.buildInsertWithIdentityColumnSql
(T entity) 登録用のSQLを構築する。<T> SqlWithParams
StandardSqlBuilder.buildUpdateSql
(T entity) ID列を条件とした更新用のSQL文を構築する。