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