#661 - ENH: Add deletePermanent(beanType, id) and deleteAllPermanent(beanType, ids) ... (basically missing API)

This commit is contained in:
Robin Bygrave
2016-04-26 21:30:52 +12:00
parent 2067568a5e
commit 03189ac92a
12 changed files with 454 additions and 20 deletions
@@ -82,7 +82,6 @@ public class DocLinkTest extends BaseTestCase {
Ebean.delete(link1);
}
@Test
public void testDeletePermanent_whenPublished2() {