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

com.arjuna.ats.jdbc.common.jdbcPropertyManager Maven / Gradle / Ivy

There is a newer version: 7.1.0.Final
Show newest version
/*
   Copyright The Narayana Authors
   SPDX-License-Identifier: Apache-2.0
 */


package com.arjuna.ats.jdbc.common;

import com.arjuna.common.internal.util.propertyservice.BeanPopulator;

/**
 * Property manager wrapper for the JDBC module.
 */
public class jdbcPropertyManager
{
    public static JDBCEnvironmentBean getJDBCEnvironmentBean()
    {
        return BeanPopulator.getDefaultInstance(JDBCEnvironmentBean.class);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy