if (currentTransaction != null)
{
detailObj.setTransaction(currentTransaction);
}
if (! detailObj.allowed(Persistent.DELETE))
{
throw new PersistenceException("Delete of '" + oneDetRelation.getToPersistent() + "' not allowed");
}
Iterator stkLocal = oneDetRelation.getFromFields().iterator();