mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
* Failing unit test to demonstrate the bug that deleting an entity via an Ebean query does not respect the cascade setting. (here a mapped optional OneToOne entity is not deleted using an Ebean query even if the CascadeType.ALL was used) * moved init and cleanup code to @Before and @After JUnit methods and added another test that shows Ebean.delete() works as expected