package bo.gotthardt.ebean; /** * @author Bo Gotthardt */ public interface HasDatabaseConfiguration { public ExtendedDataSourceFactory getDatabaseConfig(); }