Examples of CSDNStatFilterstat


Examples of net.csdn.hibernate.support.filter.CSDNStatFilterstat

    @Override
    public void configure(Map configurationValues) {
        try {
            DruidDataSourceFactory.config(dataSource, configurationValues);

            CSDNStatFilterstat statFilterstat = new CSDNStatFilterstat();
            statFilterstat.configFromProperties(dataSource.getConnectProperties());
            dataSource.getProxyFilters().add(statFilterstat);
        } catch (SQLException e) {
            throw new IllegalArgumentException("config error", e);
        }
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.