Example usage for org.apache.commons.configuration DatabaseConfiguration subclass-usage

List of usage examples for org.apache.commons.configuration DatabaseConfiguration subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.configuration DatabaseConfiguration subclass-usage.

Usage

From source file net.rrm.ehour.config.EhourConfigJdbc.java

/**
 * Config from database
 */
@Service("eHourConfig")
public class EhourConfigJdbc extends DatabaseConfiguration implements EhourConfig {
    private static final Logger LOG = Logger.getLogger(EhourConfigJdbc.class);

From source file net.rrm.ehour.persistence.ehourconfig.EhourConfigJdbc.java

/**
 * Config from database
 */
@Service("eHourConfig")
public class EhourConfigJdbc extends DatabaseConfiguration implements EhourConfig {
    private static final Logger LOG = Logger.getLogger(EhourConfigJdbc.class);