public class DAOFactory<T> extends Object
| 构造器和说明 |
|---|
DAOFactory(Class<T> tClass) |
DAOFactory(String connfigKey,
String tableName) |
DAOFactory(String connfigKey,
String tableName,
Class<T> clazz) |
DAOFactory(TableInfo tableInfo) |
DAOFactory(TableInfo tableInfo,
Class<T> clazz) |
protected static final transient Log logger
public DAOFactory(TableInfo tableInfo, Class<T> clazz) throws DAOException
DAOExceptionpublic DAOFactory(TableInfo tableInfo) throws DAOException
DAOExceptionpublic DAOFactory(String connfigKey, String tableName) throws DAOException
DAOExceptionpublic DAOFactory(String connfigKey, String tableName, Class<T> clazz) throws DAOException
DAOExceptionpublic DAOFactory(Class<T> tClass) throws DAOException
DAOExceptionCopyright © 2023 onecode. All rights reserved.