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 aJKUpdaterand returns the result.JKDataAccessImpl.executeUpdate(JKUpdater updater, boolean ignoreRecordNotFoundException) This method executes an update operation using the providedJKUpdaterand allows for ignoring theJKRecordNotFoundException.JKDataAccessService.executeUpdate(JKUpdater updater) This method executes a database update operation using aJKUpdaterand returns the result.JKDataAccessService.executeUpdate(JKUpdater updater, boolean ignoreRecordNotFoundException) This method executes an update operation using the providedJKUpdaterand allows for ignoring theJKRecordNotFoundException.protected PreparedStatementJKDataAccessImpl.prepareStatement(Connection connection, boolean returnGeneratedKeys, JKUpdater updater) This method prepares aPreparedStatementfor executing SQL commands on the provided database connection.