}
@Test
public void testOrmLayerMetaSaved() {
NoSqlEntityManagerFactory factory = FactorySingleton.createFactoryOnce();
NoSqlEntityManager mgr = factory.createEntityManager();
DboDatabaseMeta database = mgr.find(DboDatabaseMeta.class, DboDatabaseMeta.META_DB_ROWKEY);
DboTableMeta table = database.getMeta("Activity");
DboColumnMeta columnMeta = table.getColumnMeta("account");
DboColumnToOneMeta toOne = (DboColumnToOneMeta) columnMeta;