public class BGActionLogManager extends ru.bitel.common.dao.AbstractIdDao<ActionLogEntry>
Constructor and Description |
---|
BGActionLogManager() |
Modifier and Type | Method and Description |
---|---|
void |
closeConnection() |
protected ActionLogEntry |
getFromRS(java.sql.ResultSet rs) |
boolean |
isConnectionActive() |
protected void |
updateImpl(ActionLogEntry qlm) |
delete, get, getAndDelete, getAndUpdate
public boolean isConnectionActive()
protected ActionLogEntry getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS
in class ru.bitel.common.dao.AbstractDao<ActionLogEntry>
java.sql.SQLException
ru.bitel.bgbilling.common.BGException
protected void updateImpl(ActionLogEntry qlm) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl
in class ru.bitel.common.dao.AbstractDao<ActionLogEntry>
ru.bitel.bgbilling.common.BGException
java.sql.SQLException
public void closeConnection()