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

com.sap.cloud.sdk.hana.connectivity.handler.CDSDataSourceHandlerFactory Maven / Gradle / Ivy

There is a newer version: 1.40.11
Show newest version
package com.sap.cloud.sdk.hana.connectivity.handler;

import com.sap.cloud.sdk.service.prov.api.connection.ThreadSafeObjectStore;

public class CDSDataSourceHandlerFactory {
	
	/*
	 * Returns a CDSDataSourceHandler object which uses the default
	 * data source to connect to the Database.
	 */
	public static CDSDataSourceHandler getHandler() {
		return new CDSDataSourceHandlerImpl(ThreadSafeObjectStore.getConnectionForCDSHandlerFactory(), null);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy