B
- AbstractDao
or AbstractIdDao
@Deprecated
public abstract class AbstractManager<B>
extends ru.bitel.common.dao.AbstractDao<B>
Constructor and Description |
---|
AbstractManager(java.sql.Connection con,
int mid,
java.lang.String tableName)
Deprecated.
|
AbstractManager(java.sql.Connection con,
int mid,
java.lang.String tableName,
java.util.Date date)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
B |
get(int id)
Deprecated.
|
close, delete, deleteImpl, eq, get, getById, getFromRS, getImpl, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, recycle, setStatementParam, update, updateImpl
public AbstractManager(java.sql.Connection con, int mid, java.lang.String tableName)
public AbstractManager(java.sql.Connection con, int mid, java.lang.String tableName, java.util.Date date)
@Deprecated public B get(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException