类 play.db.DBConfig
的使用

使用 DBConfig 的软件包
play.db   
 

play.dbDBConfig 的使用
 

返回 DBConfigplay.db 中的方法
static DBConfig DB.getDBConfig()
          The default DBConfig is the one configured using 'db.' in application.conf
static DBConfig DB.getDBConfig(java.lang.String dbConfigName)
          dbConfigName corresponds to properties-names in application.conf.
static DBConfig DB.getDBConfig(java.lang.String dbConfigName, boolean ignoreError)
          dbConfigName corresponds to properties-names in application.conf.
 

返回变量类型为 DBConfig 的类型的 play.db 中的方法
static java.util.Collection<DBConfig> DB.getDBConfigs()
           
 



Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly