org.tinygroup.dbrouter.config
类 KeyTables

java.lang.Object
  继承者 org.tinygroup.dbrouter.config.KeyTables

public class KeyTables
extends Object


构造方法摘要
KeyTables()
           
 
方法摘要
 KeyTable getKeyTable(String language, String className)
           
 List<KeyTable> getKeyTableList()
           
 void init()
           
 void setKeyTableList(List<KeyTable> keyTableList)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

KeyTables

public KeyTables()
方法详细信息

getKeyTableList

public List<KeyTable> getKeyTableList()

setKeyTableList

public void setKeyTableList(List<KeyTable> keyTableList)

init

public void init()

getKeyTable

public KeyTable getKeyTable(String language,
                            String className)


Copyright © 2006–2015 TinyGroup. All rights reserved.