All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sap.cds.jdbc.spi.DbContextFactory Maven / Gradle / Ivy

There is a newer version: 3.6.1
Show newest version
/*******************************************************************
 * © 2021 SAP SE or an SAP affiliate company. All rights reserved. *
 *******************************************************************/
package com.sap.cds.jdbc.spi;

import com.google.common.annotations.Beta;
import com.sap.cds.DataStoreConfiguration;

@Beta
public interface DbContextFactory {

	boolean supports(String productName);

	DbContext create(DataStoreConfiguration config, int majorVersion);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy