com.sap.cloud.sdk.hana.connectivity.handler.CDSDataSourceHandlerFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hana-connectivity-cds Show documentation
Show all versions of hana-connectivity-cds Show documentation
SAP Cloud Platform SDK for service development
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