sbool isPersistable(Class c) { ret !isAnonymousClassName(c.getName()) && getDefaultConstructor(c) != null; }