Uses of Interface
com.jk.data.dataaccess.core.JKUpdater
Packages that use JKUpdater
-
Uses of JKUpdater in com.jk.data.dataaccess.core
Methods in com.jk.data.dataaccess.core with parameters of type JKUpdaterModifier and TypeMethodDescriptionJKDataAccessImpl.executeUpdate
(JKUpdater updater) This method executes a database update operation using aJKUpdater
and returns the result.JKDataAccessImpl.executeUpdate
(JKUpdater updater, boolean ignoreRecordNotFoundException) This method executes an update operation using the providedJKUpdater
and allows for ignoring theJKRecordNotFoundException
.JKDataAccessService.executeUpdate
(JKUpdater updater) This method executes a database update operation using aJKUpdater
and returns the result.JKDataAccessService.executeUpdate
(JKUpdater updater, boolean ignoreRecordNotFoundException) This method executes an update operation using the providedJKUpdater
and allows for ignoring theJKRecordNotFoundException
.protected PreparedStatement
JKDataAccessImpl.prepareStatement
(Connection connection, boolean returnGeneratedKeys, JKUpdater updater) This method prepares aPreparedStatement
for executing SQL commands on the provided database connection.