mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#346 - ENH: Add @Nullable annotation on find by id and findUnique() methods
This commit is contained in:
@@ -16,7 +16,7 @@ public class TestNotEnhancedMappedSuper extends BaseTestCase {
|
||||
|
||||
ASimpleBean bean = new ASimpleBean();
|
||||
bean.setName("junk");
|
||||
|
||||
|
||||
Ebean.save(bean);
|
||||
Assert.assertNotNull(bean.getId());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user