36373839404142
IndexBuilder builder; @Before public void setUp() throws Exception { builder = new IndexBuilder(new ClassNameIndexTranslator()); }
666768697071727374
private SchemaMapper schemaMapper; public JdbcIndexEngine(DataSource dataSource, SchemaMapper schemaMapper) { super(dataSource); this.translator = new ClassNameIndexTranslator(); this.registry = new HashMap<>(); this.schemaMapper = schemaMapper; }