public class HouseDao extends ru.bitel.common.dao.AbstractIdDao<House>
Constructor and Description |
---|
HouseDao(java.sql.Connection con) |
Modifier and Type | Method and Description |
---|---|
House |
get(int id) |
protected House |
getFromRS(java.sql.ResultSet rs) |
java.util.List<House> |
list(int cityId,
int areaId,
int streetId,
int quarterId,
int house,
java.lang.String frac,
Page page) |
protected void |
updateImpl(House b) |
close, delete, deleteImpl, eq, get, getById, getImpl, getListFromRS, getPeriod, getSQLOrder, getTableName, list, list, listImpl, listImpl, listImplPS, listImplPS, ormFromResultSet, ormUpdateImpl, ormUpdateImpl, processException, recycle, setStatementParam, update
protected House getFromRS(java.sql.ResultSet rs) throws java.sql.SQLException, ru.bitel.bgbilling.common.BGException
getFromRS
in class ru.bitel.common.dao.AbstractDao<House>
java.sql.SQLException
ru.bitel.bgbilling.common.BGException
protected void updateImpl(House b) throws ru.bitel.bgbilling.common.BGException, java.sql.SQLException
updateImpl
in class ru.bitel.common.dao.AbstractDao<House>
ru.bitel.bgbilling.common.BGException
java.sql.SQLException
public House get(int id) throws ru.bitel.bgbilling.common.BGException
get
in class ru.bitel.common.dao.AbstractIdDao<House>
ru.bitel.bgbilling.common.BGException