cn.dreampie
类 DbConfig
java.lang.Object
cn.dreampie.DbConfig
public class DbConfig
- extends Object
Created by wangrenhui on 14-5-5.
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DbConfig
public DbConfig()
DbConfig
public DbConfig(String config)
readProperties
public Properties readProperties(String filePath)
getAllDbNames
public List<String> getAllDbNames()
getAllDbSources
public Map<String,DbSource> getAllDbSources()
initOnMigrate
public boolean initOnMigrate(String dbName)
migrateAuto
public boolean migrateAuto(String dbName)
isClean
public boolean isClean(String dbName)
isDev
public boolean isDev()
Copyright © 2014. All rights reserved.