Transaction t = dss.getTransaction();
t.begin();
// /先确定删除的
List list = selected.retrieveProperties();
List propCols = new ArrayList();
for (Iterator it = list.iterator(); it.hasNext();) {
DOBOProperty dop = (DOBOProperty) it.next();
if (dop.getIsPersistence() == null