245246247248249250251252253254255
isDynamic = false; } Table table = null; if (isDynamic) table = new TableDynamic(); else table = new TableAnnotations(); table.init(manager,clazz,registryName,tableName); return table; }