828384858687888990919293
if (FactorySingleton.getServerType() != DbTypeEnum.CASSANDRA) return; NonVirtSub1 s1 = new NonVirtSub1(); s1.setName("dean"); NonVirtSub2 s2 = new NonVirtSub2(); s2.setNum(5); mgr.put(s1); mgr.put(s2); mgr.flush();
104105106107108109110111112113114115
@Test public void testInheritanceWithCassandraFindAll() { NonVirtSub1 s1 = new NonVirtSub1(); s1.setName("dean"); NonVirtSub2 s2 = new NonVirtSub2(); s2.setNum(5); mgr.put(s1); mgr.put(s2); mgr.flush();