717718719720721722723724725726
} } } //add the filters to the tpm if (!filters.isEmpty()) { TransactionalPersistenceManagerAttributeController tpmAttr = (TransactionalPersistenceManagerAttributeController) Fractal.getAttributeController(tpm); tpmAttr.setFilters(filters); } }