76777879808182
@Autowired SchemaManager _schemaManager; @Autowired public Transaction(ApplicationContext context) { _searchController = new SearchController(context); }
83848586878889
@Autowired private CatalogConfiguration _catalogConfig; @Autowired public GetRecordById(ApplicationContext applicationContext) { _searchController = new SearchController(applicationContext); }
9596979899100101
@Autowired private FieldMapper _fieldMapper; @Autowired public GetRecords(ApplicationContext context) { _searchController = new SearchController(context); }