logWarning("数据未空或集合中没有数据");
// logWarning("Datas is null or datas's length is zero!");
return false;
}
Iterator<?> iter = datas.iterator();
TableDescriptor table = dbEngine.getTableDescriptor(entity);
Field[] fs = entity.getDeclaredFields();
if (fs.length != table.columns.length) {
// logger.log(Level.WARNING,
// "The object's fields can not match the table's columns!");
logWarning(" 插入的数据项与表中的项不匹配");