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

play.db.ebean.orm.EbeanConfig Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (C) 2009-2014 Typesafe Inc. 
 */
package play.db.ebean.orm;

import io.ebean.config.ServerConfig;

import java.util.Map;

/**
 * Ebean configuration.
 *
 * @since 14.11.27
 */
public interface EbeanConfig {

    /**
     * Return the default server name.
     *
     * @return The default server name
     * @since 14.11.27
     */
    String defaultServer();

    /**
     * Return the server configurations.
     *
     * @return The server configurations
     * @since 14.11.27
     */
    Map serverConfigs();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy