| 321 | } |
| 322 | |
| 323 | String DbConnection::GetConfigHash(const DbObject::Ptr& dbobj) const |
| 324 | { |
| 325 | return GetConfigHash(dbobj->GetType(), GetObjectID(dbobj)); |
| 326 | } |
| 327 | |
| 328 | String DbConnection::GetConfigHash(const DbType::Ptr& type, const DbReference& objid) const |
| 329 | { |