// logWarning("Datas is null or datas's length is zero!");
return false;
}
Iterator<?> iter = datas.iterator();
Connection connection = null;
TableDescriptor table = dbEngine.getTableDescriptor(entity);
// generate the update sql
createUpdateTigger(table);
// prepare the statement
try {
prepare();