public class SessionDao extends ru.bitel.common.dao.AbstractIdDao<Session>
Constructor and Description |
---|
SessionDao(java.sql.Connection con,
int mid,
java.util.Date month) |
Modifier and Type | Method and Description |
---|---|
Session |
getById(int id) |
protected Session |
getFromRS(java.sql.ResultSet rs) |
protected void |
updateImpl(Session b) |
delete, get, getAndDelete, getAndUpdate
close, delete, deleteImpl, eq, get, getImpl, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, recycle, setStatementParam, update
public SessionDao(java.sql.Connection con, int mid, java.util.Date month)
protected Session getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS
in class ru.bitel.common.dao.AbstractDao<Session>
java.sql.SQLException
ru.bitel.bgbilling.common.BGException
public Session getById(int id) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
getById
in class ru.bitel.common.dao.AbstractDao<Session>
ru.bitel.bgbilling.common.BGException
java.sql.SQLException