public class IpCategoryDao extends ru.bitel.common.dao.AbstractIdDao<IpCategory>
| Constructor and Description |
|---|
IpCategoryDao(java.sql.Connection con,
int mid) |
| Modifier and Type | Method and Description |
|---|---|
protected IpCategory |
getFromRS(java.sql.ResultSet rs) |
java.util.List<IpCategory> |
list() |
IpCategory |
root() |
protected void |
updateImpl(IpCategory b) |
delete, get, getAndDelete, getAndUpdateprotected IpCategory getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS in class ru.bitel.common.dao.AbstractDao<IpCategory>java.sql.SQLExceptionru.bitel.bgbilling.common.BGExceptionprotected void updateImpl(IpCategory b) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl in class ru.bitel.common.dao.AbstractDao<IpCategory>ru.bitel.bgbilling.common.BGExceptionjava.sql.SQLExceptionpublic IpCategory root() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionpublic java.util.List<IpCategory> list() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException