Package org.openengsb.core.edbi.jdbc.api

Examples of org.openengsb.core.edbi.jdbc.api.SchemaMapper


        DataSource dataSource = driver.getDataSource();

        TableEngine headTableEngine = new HeadTableEngine(dataSource, typeMap);
        TableEngine historyTableEngine = new HistoryTableEngine(dataSource, typeMap);

        SchemaMapper schemaMapper = new DefaultSchemaMapper(headTableEngine, historyTableEngine);

        return new JdbcIndexEngine(dataSource, schemaMapper);
    }
View Full Code Here

TOP

Related Classes of org.openengsb.core.edbi.jdbc.api.SchemaMapper

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.