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

com.ibm.fhir.persistence.jdbc.connection.FHIRDbConstants Maven / Gradle / Ivy

There is a newer version: 4.11.1
Show newest version
/*
 * (C) Copyright IBM Corp. 2020
 *
 * SPDX-License-Identifier: Apache-2.0
 */

package com.ibm.fhir.persistence.jdbc.connection;


/**
 * Constants used with FHIR DB datasources and connections
 * 
 * @implNote extracted from FHIRDbDAO
 */
public class FHIRDbConstants {
    public static final String FHIRDB_JNDI_NAME_DEFAULT = "jdbc/fhirProxyDataSource";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy